Advertisement
PowerShell_PC_Aide

get-adComputer.ps1

Mar 14th, 2020
663
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <#
  2. ------------------------------------------------------------------------------------
  3.     Prefix: get-command *adcomputer
  4.         Get-AdComputer 
  5.         Nemove-AdComputer
  6.         New-AdComputer
  7.         Set-AdComputer
  8.  
  9.     Args:
  10.         Identity: (used * for all computers)
  11.         Confirm: popup if not sure (boolean)
  12. ------------------------------------------------------------------------------------
  13. #>
  14.  
  15. #https://imgur.com/WIXxz5Y
  16. get-adcomputer <Hostname> | remove-adcomputer -confirm$false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement