RemoveByClientDownlevelSGGpo method of the PS_DAClient class
This cmdlet performs the following operations1. Removes one or more client machine security group(s) from the DA deployment 2. Removes one or more DA client GPO(s) from domain(s) 3. In a multi-site deployment, removes one or more security group(s) of down-level clients from the DA deployment. These down-level clients can connect only to the specified site 4. In a multi-site deployment, removes one or more down-level DA client GPO(s) from domain(s).
Syntax
uint32 RemoveByClientDownlevelSGGpo(
[in] string DownlevelSecurityGroupNameList[],
[in] string ComputerName,
[in] boolean PassThru,
[in] string DownlevelDomainName[],
[in] string EntrypointName,
[out] DAClient cmdletOutput
);
Parameters
-
DownlevelSecurityGroupNameList [in]
-
Names of one or more downlevel client security groups that are part of the DA deployment which need to be removed. Specified in DOMAIN\SG_NAME format . These down-level clients can connect only to the site specified in the EntryPointName param (see description of EntryPointName parameter for more details)
-
ComputerName [in]
-
IPv4/IPv6 address or hostname of the machine on which the remote access server machine specific tasks should be executed
-
PassThru [in]
-
Returns the DA client object. By default this cmdlet does not generate any output
-
DownlevelDomainName [in]
-
List of domains in which client GPOs need to be removed. Domain is specified in the format DOMAIN
-
EntrypointName [in]
-
Entrypoint refers to the identity of a site in a multi-site deployment from which down-level clients are removed (these clients can only connect to the specified site). If entrypoint parameter is not specified then the site to which the computer on which the cmdlet is executed belongs is used (user may or may not be specifying a ComputerName). If both entrypoint and computername are specified and the ComputerName doesn't belong to the site represented by the entrypoint then the entrypoint takes precedence and the authentication type is configured for it
-
cmdletOutput [out]
-
- List of client SGs present in the DA deployment. 2. List of client GPOs present in the DA deployment. 3. Status of force tunnel 4. NRPT object (for force tunnel properties) 5. Support for down-level (enable/disable) 6. Laptop-only deployment (enable/disable)
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\RemoteAccess |
MOF |
|
DLL |
|