SelectedShowMembers: Show Members

Tag: SelectedShowMembers

The SelectedShowMembers function automates the action of loading and showing members of selected groups.


XML
<SelectedShowMembers/>
Show-Members


Tag Attributes

Attributes

Attribute Value

Comment

NewFrame

TRUE (Opens new frame) / FALSE (Continues with existing frame) - Defaults to FALSE


AutoClose

TRUE (Closes frame at the end of the action) / FALSE - Defaults to FALSE


AllowPowershell

TRUE: Proceed with powershell if required

FALSE: Skip powershell


AdditionalGroupColumns

Semicolon separated column ids.

Enrich grid with columns from the Groups module (override saved setting).

AdditionalUserColumns

Semicolon separated column ids.

Enrich grid with columns from the Users module (override saved setting).

Example Script

XML
<SelectedShowMembers newframe="true"/>