Skip to content

Latest commit

 

History

History
80 lines (48 loc) · 1.87 KB

getsmbpath-win32-rdmsdeploymentsettings.md

File metadata and controls

80 lines (48 loc) · 1.87 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
GetSMBPath method of the Win32_RDMSDeploymentSettings class
Retrieves the UNC path to the SMB share to which virtual machines of the virtual desktop collection are deployed.
0a5d3c11-6a77-48f7-a3ea-6f82725ff01f
multiple
GetSMBPath method Remote Desktop Services
GetSMBPath method Remote Desktop Services , Win32_RDMSDeploymentSettings class
Win32_RDMSDeploymentSettings class Remote Desktop Services , GetSMBPath method
apiref
Win32_RDMSDeploymentSettings.GetSMBPath
RDMS.dll
COM
reference
05/31/2018

GetSMBPath method of the Win32_RDMSDeploymentSettings class

Retrieves the UNC path to the SMB share to which virtual machines of the virtual desktop collection are deployed.

Syntax

uint32 GetSMBPath(
  [out] string DirectoryPath
);

Parameters

DirectoryPath [out]

Receives a UNC formatted path to the SMB share.

Return value

Returns 0 on success, otherwise returns a WMI error code.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\CIMv2\rdms
MOF
RDManagement.mof
DLL
RDMS.dll

See also

Win32_RDMSDeploymentSettings