Advertisement
PowerShell_PC_Aide

get-cmSite.ps1

May 21st, 2019
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <#
  2. -------------------------------------------------------------------------------------------------------------------------
  3.     SRC:
  4.     Doc.MS: https://docs.microsoft.com/en-us/powershell/sccm/overview?view=sccm-ps
  5.     Manual: https://ss64.com/ps
  6.     Help: get-help <cmdlet> -online
  7.  
  8.     Elevated: N
  9.  
  10.     PowerShell ver. 3  
  11.    
  12.     Restart needed:  N
  13.  
  14.  
  15.     GUI:  
  16.  
  17.     Import-module (elevated):
  18.         import-module "c:\progra~2\microsoft configuration manager\adminConsole\bin\configurationManager.psd1"
  19.         cd <site code>:
  20.         O/P: https://imgur.com/H25uUmb
  21.  
  22.     Args:
  23.         -
  24. -------------------------------------------------------------------------------------------------------------------------
  25. ◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  26.     mp4:
  27. ◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  28. #>
  29.  
  30. #https://imgur.com/DFgJu2u
  31. get-cmSite
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement