briandelmsft / SentinelAutomationModules

The Microsoft Sentinel Triage AssistanT (STAT) enables easy to create incident triage automation in Microsoft Sentinel
MIT License
201 stars 55 forks source link

Update GrantPermissions.ps1 #420

Closed piaudonn closed 1 year ago

piaudonn commented 1 year ago

Removed emojis and replace them by [+] and [-]. Added #Requires section for modules prerequisites. Added a check of installed module if the script is not executed as a PS1 file but from an IDE (which might ignore the #Requires section). Update the last output message.