McGlovin1337 / PSAsigraDSClient

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

Improve Session Handling #121

Closed McGlovin1337 closed 3 years ago

McGlovin1337 commented 3 years ago

Improve how SessionState is managed as well as provide a means to manage multiple sessions.

Add Cmdlet(s) to create New Sessions and switch session scope, invoking Cmdlets across multiple sessions

McGlovin1337 commented 3 years ago

Pending Issue #125 next task will be to store Restore, Validation and Delete Sessions into the DSClientSession Class

McGlovin1337 commented 3 years ago

Restore Sessions now stored in DSClient Session

McGlovin1337 commented 3 years ago

Validation and Delete Sessions now Stored in DSClientSession Class

McGlovin1337 commented 3 years ago

Tidy up of BaseDSClientSessionCleanup Class required

McGlovin1337 commented 3 years ago

Removed unused code in BaseDSClientSessionCleanup Class in commit a5f49a3

McGlovin1337 commented 3 years ago

Moved Time Retention Option and Schedule Detail Hash Dictionaries to DSClientSession Class