Windows Remote Administration Tools and Commands

Check RDP enable status remotely via command line C:>reg query “HKLMSYSTEMCurrentControlSetControlTerminal Server” /v fDenyTSConnections HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal Server fDenyTSConnections    REG_DWORD    0x0 C:> Enable RDP enable status remotely via command line C:>reg add “HKLMSYSTEMCurrentControlSetControlTerminal Server” /v fDenyTSConnections /t REG_DWORD /d 0 The operation completed successfully. C:> Adding users to Remote Desktop Users group via WMI in Powershell Command line: PS: ([ADSI]”WinNT:///Remote Desktop Users,group”).add(“WINNT:///,user”)

Read more

Fixing Outlook OST files

[WIP] ————————— Microsoft Outlook ————————— Errors have been detected in the file C:temptest.pst. ————————— OK ————————— In Office 2010: C:>dir “C:Program Files (x86)Microsoft OfficeOffice14SCANPST.EXE” 03/22/2010  09:29 PM            39,328 SCANPST.EXE 1 File(s)         39,328 bytes C:> References: How to use the Inbox Repair Tools to recover e-mail messages in Outlook 2002, Outlook 2003, and Outlook 2007 Oversized PST and OST crop tool Repair an .ost or .pst file in Outlook

Read more

PowerCmd: Tabbed Windows Command Shell Prompt

PowerCMD :  http://www.powercmd.com/ Is a feature rich utility with great GUI It integrates with Windows Explorer and shows the quick gui drop down menu to choose the sub-folders in your pwd. Keeps complete logging of all the commands run and you can use it later Has multiple column based layout skins/settings You can Bookmark your favorite commands Console: https://sourceforge.net/projects/console/

Read more