WinRM Constants and Enumerations
Windows Remote Management has bit flags used in creating sessions and enumerations, and for access types and authentication to a proxy server. The following list lists the different bit flags.
-
Flags used in flags parameter of the WSMan.CreateSession or IWSMan::CreateSession methods.
-
Flags used in flags parameter of call to Session.Enumerate or IWSManSession::Enumerate.
-
Flags used in authenticationMechanism parameter of call to IWSManConnectionOptionsEx2::SetProxy.
-
Flags used in accessType parameter of call to IWSManConnectionOptionsEx2::SetProxy.
Related topics