Difference between revisions of "Main Page"

From AlphaBook
Jump to: navigation, search
(Windows command)
 
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
Welcome to AlphaBook model: Standard / Simple / Strong
+
== Belief ==
 +
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
 +
* Standard
 +
* Simple
 +
* Strong
 +
</div>
  
 
== Windows command ==
 
== Windows command ==
* Active directory
+
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
** net user /domain user01
+
* msinfo32
 
+
* sfc /scannow
* Activation
+
* ipconfig /all
** slmgr.vbs /?
+
* ipconfig /flushdns
** ..\office15\cscript ospp.vbs
+
* ipconfig /release
 
+
* runas /noprofile /user:alphabook\admin01 cmd
* Network
+
* diskpart
** arp -a
+
* arp -a
** ping www.baidu.com
+
* net user /domain user01
** tracert www.baidu.com
+
* ping[http://www.alphabook.cn/index.php?title=Troubleshooting#Ping]
** nslookup
+
* tracert
** netsh winsock reset
+
* nslookup
** route print
+
* netsh winsock reset
** route add 172.16.0.0 mask 255.255.0.0 192.168.1.1
+
* route print
** route delete 172.16.0.0
+
* route add 172.16.0.0 mask 255.255.0.0 192.168.1.1
** netstat
+
* route delete 172.16.0.0
 
+
* slmgr.vbs /?
* Windows update
+
* ..\office15\cscript ospp.vbs
** wuauclt /detectnow
+
* wuauclt /detectnow
** wuauclt /reportnow
+
* wuauclt /reportnow
 
+
* netstat -an | find "LISTENING"
* Group policy
+
* gpupdate /force
** gpupdate /force
+
* gpresult /h GPreport.html
** gpresult /h GPreport.html
+
* msra
 
+
* mstsc
* runas /noprofile /user:alphabook\user01 cmd
+
* msconfig
 
+
* xcopy C:\Source C:\Destination /e /h /y
* Remote assistance
 
** msra
 
** mstsc
 
 
 
== Windows PowerShell ==
 
<div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">
 
* 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*"
 
 
</div>
 
</div>
  
 
== Windows Tools ==
 
== Windows Tools ==
 
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
 
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
 +
* Windows Update Troubleshooter
 
* Account Lockout Status(LockoutStatus.exe)
 
* Account Lockout Status(LockoutStatus.exe)
 +
* System repair disk
 
* DaRT (Microsoft Diagnostics and Recovery Toolset)
 
* DaRT (Microsoft Diagnostics and Recovery Toolset)
 
* Remote Desktop Connection Manager
 
* Remote Desktop Connection Manager
 
* Remote Server Administration Tools
 
* Remote Server Administration Tools
 
* Windows USB/DVD Download Tool
 
* Windows USB/DVD Download Tool
* Debugging tools for Windows
+
* [[WinDbg]]
 +
* Process Explorer
 
* Process Monitor
 
* Process Monitor
 +
* PStools
 +
* [[Bginfo]]
 
* TreeSize
 
* TreeSize
 +
* DeviceTool
 +
* Device Viewer
 
</div>
 
</div>
  
 
== Windows command (DC) ==
 
== Windows command (DC) ==
 
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
 
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
 +
* set l
 +
* nltest
 
* netdom query fsmo
 
* netdom query fsmo
 +
* nslookup
 
* dcdiag
 
* dcdiag
 
* repadmin
 
* repadmin
* nslookup
 
* nltest
 
 
* ntdsutil
 
* ntdsutil
 +
* net stop netlogon
 +
* net start netlogon
 
</div>
 
</div>
  
== Free/Open software ==
+
== Hypervisor ==
 
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
 
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
* 7-zip
+
* ESXi
* Adobe Reader
+
* Hyper-v
* pdf995
+
* XenServer
* notepad++
 
* Filezilla
 
* Firefox
 
* Putty
 
* VLC Media Player
 
 
 
 
</div>
 
</div>
  
== Hypervisor ==
+
== Backup ==
 
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
 
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
* ESXi
+
* CrashPlan
* XenServer
+
* Veeam
* Hyper-v
+
* Acronis
 
</div>
 
</div>

Latest revision as of 13:27, 8 November 2018

Belief

  • Standard
  • Simple
  • Strong

Windows command

  • msinfo32
  • sfc /scannow
  • ipconfig /all
  • ipconfig /flushdns
  • ipconfig /release
  • runas /noprofile /user:alphabook\admin01 cmd
  • diskpart
  • arp -a
  • net user /domain user01
  • ping[1]
  • tracert
  • 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 -an | find "LISTENING"
  • gpupdate /force
  • gpresult /h GPreport.html
  • msra
  • mstsc
  • msconfig
  • xcopy C:\Source C:\Destination /e /h /y

Windows Tools

  • Windows Update Troubleshooter
  • Account Lockout Status(LockoutStatus.exe)
  • System repair disk
  • DaRT (Microsoft Diagnostics and Recovery Toolset)
  • Remote Desktop Connection Manager
  • Remote Server Administration Tools
  • Windows USB/DVD Download Tool
  • WinDbg
  • Process Explorer
  • Process Monitor
  • PStools
  • Bginfo
  • TreeSize
  • DeviceTool
  • Device Viewer

Windows command (DC)

  • set l
  • nltest
  • netdom query fsmo
  • nslookup
  • dcdiag
  • repadmin
  • ntdsutil
  • net stop netlogon
  • net start netlogon

Hypervisor

  • ESXi
  • Hyper-v
  • XenServer

Backup

  • CrashPlan
  • Veeam
  • Acronis