dig (DNS-Suche) DNS-Server unter Windows angeben

nter Linux würde ich @ verwenddig, um einen DNS-Server von 127.0.0.1 mit dem folgenden Befehl anzugeben:

dig google.com @127.0.0.1

Ich habe Bind Tools für Windows installiert choco install bind-toolsonly). Wie kann ich denselben Befehl ausführen? Ich erhalte den folgenden Fehler:

PS C:\Users\jhilden> dig google.com @127.0.0.1
At line:1 char:21
+ dig google.com @127.0.0.1
+                     ~
Missing property name after reference operator.
At line:1 char:16
+ dig google.com @127.0.0.1
+                ~~~~
The splatting operator '@' cannot be used to reference variables in an
expression. '@127' can be used only as an argument to a command. To
reference variables in an expression use '$127'.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : MissingPropertyName

Antworten auf die Frage(6)

Ihre Antwort auf die Frage