# I wrote a quick script that used Get-QADComputer. Luckily I ran it to only move and not disable
# computers. If you had the following servers on your network: Exchange, Exchange01 & Exchange02
Get-QADComputer Exchange
# Would return = Exchange, Exchange01 & Exchange02
# See the danger???
Get-QADComputer -name Exchange
# Would return only = Exchange
No comments:
Post a Comment