End User Compute Monitoring Platform that is FREE and based on PowerShell. Will cover Citrix, VMware and Microsoft technologies. Driven and written by the community for the community
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.
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.