...
- The system is joined to the Austin Active Directory
- This is required to support Kerberos authentication
- The system has the Active Directory PowerShell module installed
The Active Directory PowerShell module can be installed on Windows systems by running the following command:
Code Block Install-WindowsFeature -Name RSAT-ActiveDirectoryAD-PowerShell
- The PowerShell scripts have been downloaded from the RequestsByAttribute repo:
...