Get-RDMSessionStatus returning nothing

Get-RDMSessionStatus returning nothing

avatar
pchacon
Disabled

Hello,

I was looking at the powershell commands in the manual and i wanted to try this command Get-RDMSessionStatus, i got nothing in result, so if anyone can help me i would appreciate. The code i was using to test was:
$list = Get-RDMSession; Get-RDMSessionStatus -Session $list[2]

Thanks in advance.

All Comments (1)

avatar

Hi,

What is the session status in $list[2]?

When the session doesn't have a status, Get-RDMSessionStatus returns nothing.

Otherwise it will return one of those status type:
Locked
Disabled
Warning
Expired

Best regards,

Olivier Désalliers