- 批处理脚本教程
- 批处理脚本 - 主页
- 批处理脚本 - 概述
- 批处理脚本 - 环境
- 批处理脚本 - 命令
- 批处理脚本 - 文件
- 批处理脚本 - 语法
- 批处理脚本 - 变量
- 批处理脚本 - 注释
- 批处理脚本 - 字符串
- 批处理脚本 - 数组
- 批处理脚本 - 决策制定
- 批处理脚本 - 运算符
- 批处理脚本 - DATE 和 TIME
- 批处理脚本 - 输入/输出
- 批处理脚本 - 返回代码
- 批处理脚本 - 函数
- 批处理脚本 - 进程
- 批处理脚本 - 别名
- 批处理脚本 - 设备
- 批处理脚本 - 注册表
- 批处理脚本 - 网络
- 批处理脚本 - 打印
- 批处理脚本 - 调试
- 批处理脚本 - 日志记录
- 批处理脚本资源
- 批处理脚本 - 快速指南
- 批处理脚本 - 有用资源
- 批处理脚本 - 讨论
批处理脚本 - NET USER
此命令可用于以下操作 -
- 查看特定用户帐户的详细信息。
- 添加用户帐户。
- 删除用户的帐户。
- 修改用户的帐户。
语法
Net user [username [password | *] [options]] [/DOMAIN] username {password | *} /ADD [options] [/DOMAIN] username [/DELETE] [/DOMAIN]
示例
NET USER
上述命令显示在系统上定义的所有帐户。以下是上述命令的输出。
User accounts for \\WIN-50GP30FGO75 ------------------------------------------------------------------------------- Administrator atlbitbucket Guest The command completed successfully.
net user Guest
上述命令显示在系统上定义的 Guest 帐户的详细信息。以下是上述命令的输出。
输出
User name Guest Full Name Comment Built-in account for guest access to the computer/domain User's comment Country/region code 000 (System Default) Account active No Account expires Never Password last set 1/4/2016 9:34:25 AM Password expires Never Password changeable 1/4/2016 9:34:25 AM Password required No User may change password No Workstations allowed All Logon script User profile Home directory Last logon Never Logon hours allowed All Local Group Memberships *Guests Global Group memberships *None The command completed successfully.
batch_script_network.htm
广告