Are you setting up TrueSSO? Are you looking to use signed certificates to secure the communication between the Connection Server and the Enrollment Server? Try to find the documentation on using signed certificates to secure that communication. I challenge you, you will not find it easily. What and why? You are …
This will go and poll all your registered SPNs in Active Directory and write them to a file. It accepts Debug, Log_Dir and Log_FileName as parameters. Source: http://social.technet.microsoft.com/wiki/contents/articles/18996.list-all-spns-used-in-your-active-directory.aspx 1<# 2 .Synopsis 3 Go and poll all your SPNs …
This script reads a CSV file and executes storage vmotions based on the input. The number of storage vmotions can be throttled and is by default set to maximum 6 concurrent vMotions. If the VM is already on the correct location it will not execute a storage vmotion for that vm. This is still work in progress. The …
This script checks which node is the primary in the SQL AlwaysOn cluster. A test database has been added to see if that database is writable. All actions are logged to a log file. Warning This script is not to be run in a production environment. The purpose of this script is to see if the SQL AlwaysOn Availability …