Artifact [a5a31935f6]
Artifact a5a31935f62c498fb0a0af20cd54a2da92b9b222:
- File tools/user/netuser.ps1 — part of check-in [00c8752d53] at 2017-09-23 07:26:52 on branch trunk — Move NETUSER to tools/user/ (user: mario size: 260)
# api: multitool # version: 0.1 # title: NET USER # description: Get NET USER details # type: inline # category: user # hidden: 0 # key: i6|netuser # config: {} # # NET USER Param($username = (Read-Host "USer")) NET USER $username /DOMAIN