PSSessionConfigurationCommandBase.RunAsVirtualAccountGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Comma delimited string specifying groups a virtual account is associated with
protected:
property System::String ^ RunAsVirtualAccountGroups { System::String ^ get(); void set(System::String ^ value); };
protected:
property Platform::String ^ RunAsVirtualAccountGroups { Platform::String ^ get(); void set(Platform::String ^ value); };
protected string RunAsVirtualAccountGroups { get; set; }
member this.RunAsVirtualAccountGroups : string with get, set
Protected Property RunAsVirtualAccountGroups As String