Hi experts,
I am writing a GUI tool where I'm importing an Microsoft Exchange PowerShell session using import-pssession. I want to show the progress of import in a GUI progress bar. By default import-possession uses write-progress to show progress in console, which I don't want and disabled using $ProgressPreference = 'SilentlyContinue'.
But not getting any clue on this on how to get the progress in INT.
Please help.
I am writing a GUI tool where I'm importing an Microsoft Exchange PowerShell session using import-pssession. I want to show the progress of import in a GUI progress bar. By default import-possession uses write-progress to show progress in console, which I don't want and disabled using $ProgressPreference = 'SilentlyContinue'.
But not getting any clue on this on how to get the progress in INT.
Please help.