Skip to content

Latest commit

 

History

History
86 lines (52 loc) · 2.3 KB

wsman-sessionflagskipcncheck.md

File metadata and controls

86 lines (52 loc) · 2.3 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
WSMan.SessionFlagSkipCNCheck method (WSManDisp.h)
Returns the value of the WSManFlagSkipCNCheck authentication flag for use in the flags parameter of WSMan.CreateSession.
44884a9d-ec5f-4822-945d-2681d214a902
multiple
SessionFlagSkipCNCheck method Windows Remote Management
SessionFlagSkipCNCheck method Windows Remote Management , WSMan object
WSMan object Windows Remote Management , SessionFlagSkipCNCheck method
apiref
WSMan.SessionFlagSkipCNCheck
WSMAuto.dll
COM
reference
05/31/2018

WSMan.SessionFlagSkipCNCheck method

The WSMan.SessionFlagSkipCNCheck method returns the value of the WSManFlagSkipCNCheck authentication flag for use in the flags parameter of WSMan.CreateSession. This method provides a more efficient syntax for using the constant so that scripts are not required to set a constant value. For more information about how to call this method, see Session Constants.

WSManFlagSkipCNCheck is a constant in the __WSManSessionFlags enumeration. For more information, see Authentication Constants.

Syntax

WSMan.SessionFlagSkipCNCheck( _
  ByRef flags _
)

Parameters

flags [out]

The value of the constant.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
WSManDisp.h
IDL
WSManDisp.idl
Library
WSManDisp.tlb
DLL
WSMAuto.dll

See also

WSMan

Session