• Windows Server 2008 R2 Server Core 常用命令


    查看系统信息:
    Msinfo32
    Set
    Systeminfo
    查看用户信息:
    Whoami
    管理用户和用户组:
    Net accounts
    Net group
    Net localgroup
    Net user
    查看或修改计算机名称:
    Hostname
    Netdom renamecomputer
    加入或离开域:
    Netdom join
    注销或关闭计算机:
    Logoff
    Shutdown
    配置网络:
    Ipconfig
    Netsh interface
    Netsh routing
    Route
    配置 Windows 防火墙:
    Netsh advfirewall
    配置 Internet Protocol security (IPSec):
    Netsh ipsec
    Scregedit.wsf
    激活 Windows:
    Slmgr.vbs
    管理服务:
    Net continue
    Net pause
    Net start
    Net Stop
    Sc
    Tasklist
    管理进程:
    Taskkill
    Tasklist
    Taskmgr
    管理任务:
    At
    Schtasks
    收集和分析性能数据:
    Logman
    Relog
    Typeperf
    查看事件和管理事件日志:
    Wevtutil
    管理磁盘和存储:
    Compact
    Defrag
    Diskpart
    Diskraid
    Mountvol
    管理卷影服务(Volume Shadow Copy Service – VSS):
    Vssadmin
    Cacls
    管理文件系统和文件权限:
    Convert
    Fsutil
    Icacls
    Takeown
    管理文件:
    Openfiles
    Sigverif
    管理共享和共享权限:
    Net share
    管理注册表:
    Reg
    Regedit
    安装和管理驱动程序:
    Driverquery
    Pnputil
    Sc
    安装和管理更新补丁:
    Pkgmgr
    Scregedit.wsf
    Systeminfo
    Wuauclt
    Wusa
    安装角色和功能:
    Oclist
    Ocsetup
    安装应用程序(基于MSI):
    Msiexec
    管理组策略:
    Gpresult
    Gpupdate
    Secedit
    管理证书:
    Certreq
    Certutil
    管理终端服务(Remote Desktop for Administration):
    Change
    Logoff
    Msg
    Mstsc
    Qappsrv
    Qprocess
    Query
    Qwinsta
    Reset session
    Rwinsta
    Shadow
    Tscon
    Tsdiscon
    Tskill

  • 相关阅读:
    Python之运算符
    Day1_Python基础_10..pyc是个什么鬼?
    Day1_Python基础_9.模块初识
    Day1_Python基础_8.用户输入
    Day1_Python基础_7.字符编码
    Day1_Python基础_6.变量/字符编码
    Day1_Python基础_5.Hello World 程序
    Day1_Python基础_4.Python安装
    Day1_Python基础_3.Python2 or 3 ?
    Day1_Python基础_2.Python历史
  • 原文地址:https://www.cnblogs.com/top5/p/3117050.html
Copyright © 2020-2023  润新知