Quick Commands
Nameresolution via other server than default
nslookup somewhere.com some.dns.server
Get Windows client join status
dsregcmd /status
Get applied GPO status on Windows client
gpresult /h C:\LocalData\GPResult.html
Get RDS license status
(Invoke-WmiMethod -PATH (gwmi -namespace root\cimv2\terminalservices -class win32_terminalservicesetting).__PATH -name GetGracePeriodDays).daysleft
wmic /namespace:\\root\CIMV2\TerminalServices PATH Win32_TerminalServiceSetting WHERE (__CLASS !="") CALL GetGracePeriodDays