I'd like to run the scripts with a Group Managed Service Account, and use JEA to provide permissions so that cmdlets like Get-Service can return correct results, which only works when running as Domain Admin (less than ideal).
To do this the project would need to adopt Invoke-Command -ConfigurationName [] -ScriptBlock and allow a configuration name to be specified in the json configuration file.
Details on using JEA programmatically are available.
I'd like to run the scripts with a Group Managed Service Account, and use JEA to provide permissions so that cmdlets like
Get-Servicecan return correct results, which only works when running as Domain Admin (less than ideal).To do this the project would need to adopt
Invoke-Command -ConfigurationName [] -ScriptBlockand allow a configuration name to be specified in the json configuration file.Details on using JEA programmatically are available.