HowTo use the variable: WEBJEAUsername - FP-IT-Solutions-GmbH/WebJEA-Custom GitHub Wiki
With the variable "WEBJEAUsername" its possible to pass the Username of the current User to the FPIT_Commands.ps1 Scriptfile.
Example:
- You want to filter all groups where the current User is a Member of.
Create a new Variable in your script and set the Defaultvalue to "WEBJEAUsername"
[string]$FPITLB020 = "WEBJEAUsername",
WebJEA will now pass the Username to FPIT_Commands.ps1 in the Variable $EXEC_Value.
Output Example: domain\username