aad-hybrid-lab
aad-hybrid-lab copied to clipboard
Create a new VM with AD installed, test users created, PowerShell Azure AD modules, and Azure AD Connect installer ready to go.
Had to manually add registry keys for TLS in order to prevent errors. Added the following to the DC server. New-Item -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client' -Force Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client' -Name...
Alter to use new version of powershell Az.
# This GitHub repository has been identified as a candidate for archival This repository has had no activity for more than 2 years. Long periods of inactivity present security and...