Difference between revisions of "Locked Down Domain Servers"

Jump to navigation Jump to search
m
m (Created/started "How to Access" table)
 
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
{| cellpadding="4" cellspacing="0" border="1"
{| cellpadding="4" cellspacing="0" border="1"
|- style="background-color:#bbddff;"
|- style="background-color:#bbddff;"
! Application       !! Command                        !! Notes
! Application / Tool !! Command                        !! Notes


|-
|-
Line 12: Line 12:
|-
|-
| '''Task Manager'''  
| '''Task Manager'''  
|| <code> runas /user:reutadmin taskmgr </code>
|| <code> runas /user:adminuser taskmgr </code>
|| Tick "Show processes from all users" to see all processes on Process tab
|| Tick "Show processes from all users" to see all processes on Process tab


Line 19: Line 19:
|| <code> C:\Documents and Settings\All Users\Start Menu </code>
|| <code> C:\Documents and Settings\All Users\Start Menu </code>
|| Allows normal access to applications normally started via Start -> Run
|| Allows normal access to applications normally started via Start -> Run
|-
| '''AD Users & Computers'''
|| <code> dsa.msc </code>
||
|-
| '''AD Update Group Policy'''
|| <code> gpupdate /force </code>
|| Force reload of all domain Group Policy settings
|-
| '''User account info'''
|| <code> dsquery user -name *VIR* </code>
|| Provides full notation info on a user accounts matching *VIR*
|-
| '''Terminal Services'''
|| <code> mstsc -v:0.0.0.0 /f -console </code>
|| Allows you to connect to server over RDP when 2 connections already in use


|}
|}

Navigation menu