Hvað eru uppáhalds/Nytsamlegustu Powershell/CMD skipanir sem þú notar.
Hérna eru nokkrar frá mér
Kóði: Velja allt
#How old is your Windows install?
gwmi Win32_OperatingSystem | select InstallDate
#Spit out all the printers
gwmi win32_printer | select Name, Portname, Default
#Get Serial number/service tag
gwmi win32_bios | select serialnumber
#Shut down immediately, avoiding windows update:
shutdown /s /t 0
#Restart when you're logged in with RDP and the shutdown / restart commands are hidden:
shutdown /r /t 0
#Restart service
restart-service servicename