Quantcast
Channel: Devolutions Forum - Recent Posts
Viewing all articles
Browse latest Browse all 19717

Topic "Powershell - Creating Session Groups not working as expected" a message from wwestfield

$
0
0
Merry Christmas!!
I have an existing empty session group called &quotWEW&quot
I then do the following;
PS C:\Windows\system32> $session=new-rdmsession -group &quotWEW&quot -kind &quotGroup&quot -Name &quotWayne&quot
PS C:\Windows\system32> $session
Name Group ID Session
---- ----- -- -------
Wayne WEW c9e9981c-7ca8-409d-abdf-a99c6f1a7a16 WEW
PS C:\Windows\system32> set-rdmsession $session
PS C:\Windows\system32> update-rdmui


after doing this the new group does no display in the GUI, when I get-rdmsession for groups, the new group also is not present


Kind regards,
Wayne

Viewing all articles
Browse latest Browse all 19717

Trending Articles