Raffaele Vigliotti

Results 3 comments of Raffaele Vigliotti

That's my current WorkAround: ``` Add-LocalGroupMember -Group Administrators -Member "gMSA$" Invoke-CommandAs -ScriptBlock { Get-Process } -AsGMSA "AD\gMSA$" Remove-LocalGroupMember -Group Administrators -Member "gMSA$" ```

@atartareanu I was looking for this as well. Would you be able to submit a PR request since you have the code already figured out? CC @RamblingCookieMonster