Difference between revisions of "Main Page"

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

Revision as of 09:56, 17 February 2017

Welcome to AlphaBook model: Standard / Simple / Strong

Windows command

  • arp -a
  • net user /domain user01
  • 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
  • slmgr.vbs /?
  • ..\office15\cscript ospp.vbs
  • wuauclt /detectnow wuauclt /reportnow
  • netstat
  • gpupdate /force
  • gpresult /h GPreport.html
  • runas /noprofile /user:alphabook\user01 cmd
  • 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