Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With the MS Powershell Sensor your you are able to trigger any Get- cmdlet within your Office 365 tenant by default (Exchange and Security / Compliance)
By default we have restricted the cmdlets in a way, that only GET- and TEST- cmdlets are allowed. However you can adjust this by modifying the following file on the GL filesystem level.

for Exchange:

open ssh console and issue the following commands:

  • vim /opt/panagenda/appdata/volumes/gl/scripts/gl_powershell/o365_exchange_ps_commands.txt
  • Just add your cmdlet at the end of this list → save/close.
  • Afterwards please restart the following docker container:   docker restart gl_tomcat
  • Wait until the GFL application becomes available again (login screen)
  • From now on you can choose your cmdlet entry within the sensor


for Security and Compliance

vim /opt/panagenda/appdata/volumes/gl/scripts/gl_powershell/o365_sec_and_compliance_ps_commands.txt

...