c[reate]
Defines new instances of management resources.
d[elete]
Removes an instance of a management resource.
e[numerate]
Lists the instances of the specified management resource.
i[nvoke]
Executes a method on a management resource.
id[entify]
Determines whether WinRM or another compatible WS-Management implementation
is running on a remote machine.
quickconfig
Configures the local machine to accept WS-Management requests from other
machines.
RESOURCE_URI
Specifies the URI of the management resource. For example, if you want to
obtain the current WS-Management configuration, you would query the
winrm/config
URI. You
could access the Spooler service using the
wmicimv2/Win32_Service?Name=spooler
URI.
WinRM supports a number of common URIs that you can discover by typing
winrm help uris
and pressing Enter.
REMOTE SYSTEM MANAGEMENT
429
-
SWITCH
:
VALUE
Specifies a switch and value pair that modifies the performance of the specified
operation. The common switches appear later in this section of the chapter. Type
winrm help
switches
and press Enter to obtain the complete list of switches.
@{
KEY
=???
VALUE
???[;
KEY
=???
VALUE
???]}
Defines an argument and its associated value.
Pages:
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015