Difference between revisions of "Main Page"

From AlphaBook
Jump to: navigation, search
(Windows command)
(Windows command)
Line 2: Line 2:
  
 
== Windows command ==
 
== Windows command ==
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
+
* Active directory
* arp -a
+
** net user /domain user01
* net user /domain user01
+
 
* ping www.baidu.com
+
* Activation
* tracert www.baidu.com
+
** slmgr.vbs /?
* nslookup
+
** ..\office15\cscript ospp.vbs
* netsh winsock reset
+
 
* route print
+
* Network
* route add 172.16.0.0 mask 255.255.0.0 192.168.1.1
+
** arp -a
* route delete 172.16.0.0
+
** ping www.baidu.com
* slmgr.vbs /?
+
** tracert www.baidu.com
* ..\office15\cscript ospp.vbs
+
** nslookup
* wuauclt /detectnow wuauclt /reportnow
+
** netsh winsock reset
* netstat
+
** route print
* gpupdate /force
+
** route add 172.16.0.0 mask 255.255.0.0 192.168.1.1
* gpresult /h GPreport.html
+
** route delete 172.16.0.0
 +
** netstat
 +
 
 +
* Windows update
 +
** wuauclt /detectnow
 +
** wuauclt /reportnow
 +
 
 +
* Group policy
 +
** gpupdate /force
 +
** gpresult /h GPreport.html
 +
 
 
* runas /noprofile /user:alphabook\user01 cmd
 
* runas /noprofile /user:alphabook\user01 cmd
* msra
+
 
* mstsc
+
* Remote assistance
</div>
+
** msra
 +
** mstsc
  
 
== Windows PowerShell ==
 
== Windows PowerShell ==

Revision as of 09:48, 17 February 2017

Welcome to AlphaBook model: Standard / Simple / Strong

Windows command

  • Active directory
    • net user /domain user01
  • Activation
    • slmgr.vbs /?
    • ..\office15\cscript ospp.vbs
  • Network
    • arp -a
    • ping www.baidu.com
    • tracert www.baidu.com
    • nslookup
    • netsh winsock reset
    • route print
    • route add 172.16.0.0 mask 255.255.0.0 192.168.1.1
    • route delete 172.16.0.0
    • netstat
  • Windows update
    • wuauclt /detectnow
    • wuauclt /reportnow
  • Group policy
    • gpupdate /force
    • gpresult /h GPreport.html
  • runas /noprofile /user:alphabook\user01 cmd
  • Remote assistance
    • msra
    • mstsc

Windows PowerShell

  • Get-WmiObject -Class Win32_BIOS
  • Unlock-ADAccount -Identify user01
  • Set-ADAccountPassword -Identity user01
  • Set-ADUser -Identity user01 -ChangePasswordAtLogon $True
  • Get-EventLog -LogName "Security" | where {$_.eventID -eq 4648}
  • Get-Service -DisplayName "*Print*"

Windows Tools

  • Account Lockout Status(LockoutStatus.exe)
  • DaRT (Microsoft Diagnostics and Recovery Toolset)
  • Remote Desktop Connection Manager
  • Remote Server Administration Tools
  • Windows USB/DVD Download Tool
  • Debugging tools for Windows
  • Process Monitor
  • TreeSize

Windows command (DC)

  • netdom query fsmo
  • dcdiag
  • repadmin
  • nslookup
  • nltest
  • ntdsutil

Free/Open software

  • 7-zip
  • Adobe Reader
  • pdf995
  • notepad++
  • Filezilla
  • Firefox
  • Putty
  • VLC Media Player

Hypervisor

  • ESXi
  • XenServer
  • Hyper-v