Hi
I have created a powershell script to do my backups.
One part of the powershell connects to my exchange environment at initiates a PST export.
After the export is done, I close the session with Remove-PSSession $Session.
Some days, that command hangs forever and don't complete.
I have enabled transcript but it dosn't log anything.
I have now, as I write this question, added the -verbose to see if that helps me.
Can anyone help me with why?
Regards Lars Mortensen.