Wednesday, April 7, 2021

Find the RDS Licensing Server

 If for some reason you find yourself in an environment you don't know and need to find where a service such as the RDS licensing server is running you can run the following command.  The Format-List is optional, but I like to use it to make the output easier to read.

Get-ADObject -LDAPFilter "(&(CN=TermServLicensing)(objectClass=serviceConnectionPoint))" | Format-List

No comments: