Query Domain OU and Identify Physical/Virtual Servers
This Powershell script can help identify whether servers in Active Directory are virtual or physical. Create a new Powershell script file named Get-Physical.ps1 with below contents. $serverList = Read-Host -Prompt …
