mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 18:08:57 +08:00
MSDNS: Document pssession options (#2273)
This commit is contained in:
parent
16976693f3
commit
61559f6a96
1 changed files with 5 additions and 1 deletions
|
@ -31,6 +31,8 @@ along with other settings:
|
|||
|
||||
* `dnsserver`: (optional) the name of the Microsoft DNS Server to communicate with.
|
||||
* `pssession`: (optional) the name of the PowerShell PSSession host to run commands on.
|
||||
* `psusername`: (optional) the username to connect to the PowerShell PSSession host.
|
||||
* `pspassword`: (optional) the password to connect to the PowerShell PSSession host.
|
||||
|
||||
Example:
|
||||
|
||||
|
@ -40,7 +42,9 @@ Example:
|
|||
"msdns": {
|
||||
"TYPE": "MSDNS",
|
||||
"dnsserver": "ny-dc01",
|
||||
"pssession": "mywindowshost"
|
||||
"pssession": "mywindowshost",
|
||||
"psusername": "mywindowsusername",
|
||||
"pspassword": "mysupersecurepassword"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue