Hi,
Is it possible to add a computer to a local computer group in RD Gateway using Powershell commands.
I want to be able to do this via a script e.g.
import-module RemoteDesktopServices
cd RDS:
cd GatewayServer
cd GatewayManagedComputerGroups
cd "<resource group name>"
cd computers
However if I DIR at this level the Permissble Options are only Get-Item or Remove-Item.Is there a way adding a computer using similar commands another way that I could automate this process?
Many thanks.
Scott.
Scott S.