├── AzureStorageEmulator.ps1 ├── Basic2StdLB.ps1 ├── CHEauth.ps1 ├── CipherSuites.ps1 ├── CreateDBSync.ps1 ├── D365CHEtuning.ps1 ├── D365LocalDEVtuning.ps1 ├── DeployPackage.ps1 ├── DownloadWithAzCopy.ps1 ├── Install-AzCopy.ps1 ├── InstallStoreCommerceapp.ps1 ├── PerformanceCounterFix.ps1 ├── README.md ├── RenewWINRMCert.ps1 ├── RestoreBACPAC.ps1 ├── SqlAuthenticationProviders-fix.ps1 ├── VSversionfix.ps1 ├── azopyGetVHDfromLCS.ps1 ├── fixTLS12.ps1 └── unsetreadonlyflag.ps1 /AzureStorageEmulator.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/AzureStorageEmulator.ps1 -------------------------------------------------------------------------------- /Basic2StdLB.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/Basic2StdLB.ps1 -------------------------------------------------------------------------------- /CHEauth.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/CHEauth.ps1 -------------------------------------------------------------------------------- /CipherSuites.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/CipherSuites.ps1 -------------------------------------------------------------------------------- /CreateDBSync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/CreateDBSync.ps1 -------------------------------------------------------------------------------- /D365CHEtuning.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/D365CHEtuning.ps1 -------------------------------------------------------------------------------- /D365LocalDEVtuning.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/D365LocalDEVtuning.ps1 -------------------------------------------------------------------------------- /DeployPackage.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/DeployPackage.ps1 -------------------------------------------------------------------------------- /DownloadWithAzCopy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/DownloadWithAzCopy.ps1 -------------------------------------------------------------------------------- /Install-AzCopy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/Install-AzCopy.ps1 -------------------------------------------------------------------------------- /InstallStoreCommerceapp.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/InstallStoreCommerceapp.ps1 -------------------------------------------------------------------------------- /PerformanceCounterFix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/PerformanceCounterFix.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/README.md -------------------------------------------------------------------------------- /RenewWINRMCert.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/RenewWINRMCert.ps1 -------------------------------------------------------------------------------- /RestoreBACPAC.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/RestoreBACPAC.ps1 -------------------------------------------------------------------------------- /SqlAuthenticationProviders-fix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/SqlAuthenticationProviders-fix.ps1 -------------------------------------------------------------------------------- /VSversionfix.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/VSversionfix.ps1 -------------------------------------------------------------------------------- /azopyGetVHDfromLCS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/azopyGetVHDfromLCS.ps1 -------------------------------------------------------------------------------- /fixTLS12.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/fixTLS12.ps1 -------------------------------------------------------------------------------- /unsetreadonlyflag.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oysbre/D365tools/HEAD/unsetreadonlyflag.ps1 --------------------------------------------------------------------------------