Advertisement
PC_Aide

get-Software licensing Product.ps1

Mar 9th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <#
  2. -------------------------------------------------------------------------------------------------------------------------
  3.     SRC: https://stackoverflow.com/questions/29368414/need-script-to-find-server-activation-status
  4.     Elevated: N
  5.  
  6.     O/P:
  7. -------------------------------------------------------------------------------------------------------------------------
  8. ◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  9.     mp4:
  10. ◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼◼
  11. #>
  12.  
  13. #Wild Card (O/P -> https://imgur.com/i1vMmOY)
  14. get-cimInstance -className SoftwareLicensingProduct | where partialProductKey | select *
  15.  
  16. #https://validation-v2.sls.microsoft.com/SLWGA/slwga.asmx?op=IssueToken (O/P -> https://imgur.com/9YQ99gy)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement