You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running rules that invoke PowerShell cmdlets, it is inefficient to create a runspace pool for every invocation. A better approach is to create a runspace pool and use that for cmdlet invocation.