DSCResources/MSFT_xRDSessionDeployment/MSFT_xRDSessionDeployment.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("xRDSessionDeployment")] class MSFT_xRDSessionDeployment : OMI_BaseResource { [required, Description("Specifies the FQDNs of the servers to host the RD Session Host role service. ")] string SessionHost[]; [key, Description("Specifies the FQDN of a server to host the RD Connection Broker role service.")] string ConnectionBroker; [required, Description("Specifies the FQDN of a server to host the RD Web Access role service. ")] string WebAccessServer[]; }; |