|
Command Line Switches |
Индекс Назад Вперед |
|
dwrcc.exe [-c:] [-h:] [-m:machinename] [-u:username] [-p:password | -p:"pass word"] [-d:domain] [-o:TCPport] [-s:sharedsecret] [-r:] [-a:0|1|2] [-i:] [-md:] [-v:] [-?|-?:]
-c: Connect automatically. Example: dwrcc.exe -c: -m:123.123.123.123
-h: Will bypass the DMRC Host Entry settings using the default connection settings unless specified otherwise by additional command line options (used with -c). Example: dwrcc.exe -c: -h: -m:123.123.123.123
-m: Set the machine or host name or IP address. Example: dwrcc.exe -c: -m:123.123.123.123
-u: Set's the User ID Example dwrcc.exe -c: -m:123.123.123.123 -u:myUsername
-p: The password field now has the ability to be enclosed in double quotes. Example dwrcc.exe -c: -m:123.123.123.123 -u:myUsername -p:"my Password" *Note: When Smart Card Logon authentication method is specified (i.e. –a:3), then –p: parameter represents PIN. Example dwrcc.exe -c: -m:123.123.123.123 –a:3 -p:myPIN
-d: Specifies the Domain name. Example dwrcc.exe -c: -m:123.123.123.123 -u:myUsername -p:myPassword -d:myDomainName
-o: Specifies the TCP Port Number. Example dwrcc.exe -c: -m:123.123.123.123 -o:6129
-s: Specifies the Pre-Shared Secret Password (Only available in version 4.4 and above) Example dwrcc.exe -c: -h: -m:123.123.123.123 -u:myUsername -p:myPassword -s:mySharedSecret
-r: Specifies the use of the Remote Desktop Protocol (RDP) (Only available in version 4.4 and above) Example dwrcc.exe -m:myMachineName -r:
-a: Specifies the Authentication Method. (0=Proprietary Challenge/Response, 1=NT Challenge/Response, 2=Encrypted Windows Logon, 3=Smart Card Logon) Example dwrcc.exe -c: -m:123.123.123.123 -u:myUsername -p:myPassword -d:myDomainName -a:2
*Note: When Smart Card Logon is selected, then –p: switch is used to provide the PIN
Example dwrcc.exe -c: -m:123.123.123.123 –a:3 -p:myPIN
-i: Instance override Example dwrcc.exe -c: -m:123.123.123.123 –i:1
-md: Use MRC Mirror Driver if available Example dwrcc.exe -c: -m:123.123.123.123 –md:
-v: View Only Example dwrcc.exe -c: -m:123.123.123.123 –v:
-x: Automatically close the MRC application after you disconnect from the remote macine (via command line). Example dwrcc.exe -c: -m:123.123.123.123 -x:
-?: Displays this Help menu Example dwrcc.exe -?:
|
|
|
|