I want to add a function that can retrieve the Site of a AD Computer. The Get-ADComputer cmdlet gets a computer or performs a search to retrieve multiple computers.The GetADComputer cmdlet retrieves the default set of computer object properties. Use the Properties parameter to retrieve more properties. This cmdlet is available only in on-premises Exchange. Use the Get-AdSite cmdlet to display configuration information about one or more Active Directory sites. You can join domain to specific OU using PowerShell cmdlet AddComputer . In this post, I'll show you several examples of the GetADComputer PowerShell command. The GetADComputer cmdlet allows us to find computer objects in the Active Directory and extract information from them.