Windows license key commands

- info: 
slmgr.vbs /dli
slmgr.vbs /dlv

 
- expiration:
slmgr.vbs /xpr
 
- remove:
slmgr.vbs /upk
slmgr.vbs /cpky

 
- change:
slmgr.vbs /ipk #####-#####-#####-#####-#####
 
- activate online:
slmgr.vbs /ato
 
- activate offline:
slmgr.vbs /dti
 
- execute remote:
slmgr.vbs computername username password /option

DIsable LAPS

  Turn all items to disabled in LAPS GPO    Remove LAPS passwords Get-ADComputer -Filter * -SearchBase “OU=Servers,DC=mydomain,DC=com” | Se...

Mais vistos