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.

Session Constants

Flags used in flags parameter of the WSMan.CreateSession or IWSMan::CreateSession methods.

Enumeration Constants

Flags used in flags parameter of call to Session.Enumerate or IWSManSession::Enumerate.

WSManProxyAuthenticationFlags

Flags used in authenticationMechanism parameter of call to IWSManConnectionOptionsEx2::SetProxy.

WSManProxyAccessTypeFlags

Flags used in accessType parameter of call to IWSManConnectionOptionsEx2::SetProxy.

Windows Remote Management Reference

WSMan.CreateSession

IWSMan::CreateSession

IWSManConnectionOptionsEx2::SetProxy