dbretty / EUCMonitoring

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
http://bretty.me.uk
Apache License 2.0
37 stars 19 forks source link

Add Support for JEA Roles #68

Open jameskirsop opened 4 years ago

jameskirsop commented 4 years ago

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.