PowerShell script exchange
-
MonahovAA
- Lurker
- Posts: 2
- Liked: never
- Joined: Aug 05, 2013 9:28 am
- Full Name: Alex Monahov
-
Contact:
Post
by MonahovAA »
this post
Hi.
I have "ApplicationRestore - Exchange_item_restore" session initialized by user
User can forget to close his session after restore. I admin and i whant to close it by shell.
Code: Select all
Get-VBRRestoreSession | Where {$_.State -eq "Working"} | Remove-VBRRestoreSession
But "Remove-VBRRestoreSession" -> obsolete. What i need to use instead of this cmdlet?
-
veremin
- Product Manager
- Posts: 20415
- Liked: 2302 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
-
Contact:
Post
by veremin »
this post
You should use Stop-VBRExchangeItemRestoreSession cmdlet instead. Thanks!
Users browsing this forum: No registered users and 6 guests