Advertisement
PowerShell_PC_Aide

Remove-AdComputer.ps1

Feb 9th, 2020
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <#
  2. -------------------------------------------------------------------------------------------
  3.     Confirm: https://imgur.com/77wc0At
  4. -------------------------------------------------------------------------------------------
  5. #>
  6.  
  7. #https://imgur.com/2wLiKOB
  8. get-adcomputer dt02 | remove-adcomputer -confirm:$false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement