Execute command asynchronously in app

Execute command asynchronously in app

avatar
Product: PowerShell Universal
Version: 4.4.0


I asked before something similar

Product: PowerShell Universal Version: 4.4.0 Probably simple question but im struggling to get it right I have a code that scans some share directory for subfolders (users profiles) and display results as a table One of the columns is data size. When there were few of those subfolders everything was fine page loaded quickly. But now when there are few dozens and its growing this folder calculation take ages and page is loading like minute or so. So how to display this table initially wit…

But i have a little different question

I have an app that reads AD computers objects (there are few thousand of them)
And the app i waiting with displaying its content for this task to be completed
Any way to run in in the background ? or just after app itself if displayed ?

All Comments (0)