Use this switch when accessing a system that has
a self-issued certificate, such as a server on your LAN or a machine attached to your WAN.
Never use this switch when working with a system that you don??™t trust.
-skipCNcheck Specifies that the certificate common name (CN) of the server need not match
the hostname of the server. Using this switch is a significant security risk, even for local servers.
Generally, it??™s better to self-issue a certificate with all of the correct information in place.
-dialect:VALUE Determines the dialect of the filter expression for enumeration or fragment.
For example, if you want to use a Windows Management Instrumentation (WMI) Query Language
(WQL) formatted filter, then you would specify -dialect:http://schemas.microsoft
.com/wbem/wsman/1/WQL. Likewise, if you want to use an XML Path (XPath) Language query,
430 CHAPTER 17 CREATING SYSTEM CONNECTIONS
you??™d specify -dialect:http://www.w3.org/TR/1999/REC-xpath-19991116. The default filtering
relies on WQL as described for the ??“filter command line switch.
-filter:VALUE Defines a filter used to limit the amount of data returned by a query. The filter
looks very much like a SQL statement, but relies on the filtering dialect you choose.
Pages:
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018