forked from markdomansky/WebJEA
-
Notifications
You must be signed in to change notification settings - Fork 1
HowTo use the variable: WEBJEAUsername
Matthias Petereit edited this page Jul 6, 2023
·
3 revisions
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