Renew IP on Machines Remotely with Powershell Invoke-Command | Siva Mulpuru's Blog

Renew IP on Machines Remotely with Powershell Invoke-Command | Siva Mulpuru's Blog

瀏覽:490
日期:2025-04-30
Import-Module activedirectory $XDMachines = Get-ADComputer -LDAPFilter "(name=*)"-SearchBase "OU=XenDesktop-VMs,OU=WorkStations,DC=mulpuru,DC=local" foreach ($XDMachine in $XDMachines) { if(Test-Connection -ComputerName $XDMachine.Name ......看更多