So can someone chime in and confirm if this is the command for Refreshing Scopes using the MBSDK
ResolveScopeRights
I use the MBSDK alot and have discovered that delays in getting machines into tasks are due to the refresh scope. If i manually refresh the scope the code can continue so i want to force a refresh scope from the script.
I use powershell and hoping its as simple as
$LDWebService.ResolveScopeRights()
Assuming $LDWebservice is authenticated to the core with full admin....