Reset method of the MSFT_DAClientExperienceConfiguration class

Resets the DirectAccess client experience settings.

Syntax

uint32 Reset(
  [in]  boolean                              CorporateResources,
  [in]  boolean                              IPsecTunnelEndpoints,
  [in]  boolean PreferLocalNamesAllowed      In,
  [in]  boolean                              SupportEmail,
  [in]  boolean                              FriendlyName,
  [in]  boolean                              PassiveMode,
  [in]  boolean                              CustomCommands,
  [in]  boolean                              ManualEntryPointSelectionAllowed,
  [in]  boolean                              GslbFqdn,
  [in]  boolean                              ForceTunneling,
  [in]  boolean                              PassThru,
  [out] MSFT_DAClientExperienceConfiguration OutputObject
);

Parameters

CorporateResources [in]

Specifies whether to reset the CorporateResources property of the MSFT_DAClientExperienceConfiguration object.

IPsecTunnelEndpoints [in]

Specifies whether to reset the IPsecTunnelEndpoints property of the MSFT_DAClientExperienceConfiguration object.

In [in]

Specifies whether to reset the PreferLocalNamesAllowed property of the MSFT_DAClientExperienceConfiguration object.

SupportEmail [in]

Specifies whether to reset the SupportEmail property of the MSFT_DAClientExperienceConfiguration object.

FriendlyName [in]

Specifies whether to reset the FriendlyName property of the MSFT_DAClientExperienceConfiguration object.

PassiveMode [in]

Specifies whether to reset the PassiveMode property of the MSFT_DAClientExperienceConfiguration object.

CustomCommands [in]

Specifies whether to reset the CustomCommands property of the MSFT_DAClientExperienceConfiguration object.

ManualEntryPointSelectionAllowed [in]

Specifies whether to reset the ManualEntryPointSelectionAllowed property of the MSFT_DAClientExperienceConfiguration object.

GslbFqdn [in]

Specifies whether to reset the GslbFqdn property of the MSFT_DAClientExperienceConfiguration object.

ForceTunneling [in]

Specifies whether to reset the ForceTunneling property of the MSFT_DAClientExperienceConfiguration object.

PassThru [in]

Specifies whether the method should output an object that represents the reset settings in the OutputObject parameter.

OutputObject [out]

Receives a MSFT_DAClientExperienceConfiguration object that contains the reset DirectAccess client experience settings.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetDACim.mof
DLL
NetDACim.dll

See also

MSFT_DAClientExperienceConfiguration