Merry Christmas!!
I have an existing empty session group called "WEW"
I then do the following;
PS C:\Windows\system32> $session=new-rdmsession -group "WEW" -kind "Group" -Name "Wayne"
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
I have an existing empty session group called "WEW"
I then do the following;
PS C:\Windows\system32> $session=new-rdmsession -group "WEW" -kind "Group" -Name "Wayne"
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