Verwenden von „net user“ mit einem Systemkonto mit einem Backslash

Verwenden von „net user“ mit einem Systemkonto mit einem Backslash

Eingabe:

net user "IIS APPPOOL\DefaultAppPool"

Ergebnisse in:

The syntax of this command is:

NET USER
[username [password | *] [options]] [/DOMAIN]
         username {password | *} /ADD [options] [/DOMAIN]
         username [/DELETE] [/DOMAIN]
         username [/TIMES:{times | ALL}]

Warum? Muss ich das Backslash-Zeichen maskieren? Und wenn ja, wie?

verwandte Informationen