
입장:
net user "IIS APPPOOL\DefaultAppPool"
결과:
The syntax of this command is:
NET USER
[username [password | *] [options]] [/DOMAIN]
username {password | *} /ADD [options] [/DOMAIN]
username [/DELETE] [/DOMAIN]
username [/TIMES:{times | ALL}]
왜? 백슬래시 문자를 이스케이프해야 합니까? 그렇다면 어떻게?