McGlovin1337 / PSAsigraDSClient

Powershell Cmdlets to Manage the Asigra DS-Client
0 stars 0 forks source link

Remove the "DSClient Session Does Not Exist" Output in Enter-DSClientSession Cmdlet #132

Closed McGlovin1337 closed 3 years ago

McGlovin1337 commented 3 years ago

Running Enter-DSClientSession Cmdlet Output's two strings, the first is from a check of a DSClient Session in Session State, which when it doesn't exist, outputs the string "DSClient Session Does Not Exist"

This is somewhat misleading to an end user, particularly when using the Cmdlet to Enter a Session created using New-DSClientSession Cmdlet

Remove Output or Convert to Verbose or Debug