Main Page

From AlphaBook
Revision as of 09:48, 17 February 2017 by Admin (talk | contribs) (Windows command)
Jump to: navigation, search

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