..]
[@{KEY=VALUE[;KEY=VALUE]...}]
The WinRM utility provides access to a number of operations (or commands) that combine with
a resource Uniform Resource Identifier (URI) to perform tasks on the remote machine. The command
line syntax for each of the operations is as follows:
winrm g[et] RESOURCE_URI [-SWITCH:VALUE [-SWITCH:VALUE] ...]
set RESOURCE_URI [-SWITCH:VALUE [-SWITCH:VALUE] ...]
[@{KEY=???VALUE???[;KEY=???VALUE???]}] [-file:VALUE]
winrm c[reate] RESOURCE_URI [-SWITCH:VALUE [-SWITCH:VALUE] ...]
[@{KEY=???VALUE???[;KEY=???VALUE???]}] [-file:VALUE]
winrm d[elete] RESOURCE_URI [-SWITCH:VALUE [-SWITCH:VALUE] ...]
winrm e[numerate] RESOURCE_URI [-ReturnType:Value] [-Shallow]
[-BasePropertiesOnly] [-SWITCH:VALUE [-SWITCH:VALUE] ...]
winrm i[nvoke] ACTION RESOURCE_URI [-SWITCH:VALUE [-SWITCH:VALUE] ...]
[@{KEY=???VALUE???[;KEY=???VALUE???]}] [-file:VALUE]
winrm id[entify] [-SWITCH:VALUE [-SWITCH:VALUE] ...]
winrm quickconfig [-quiet] [-transport:VALUE]
The following list describes each of the command line arguments.
g[et]
Obtains management information.
s[et]
Modifies the management information. You can also specify this operation as
put
.
Pages:
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014