Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to build a GUI progress bar for import-pssession

Status
Not open for further replies.

deepak026

Technical User
Jun 6, 2017
1
IN
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top