Compare Multiple Users Group Memberships - Up to 3
This commit is contained in:
@@ -2,7 +2,7 @@ Add-Type -AssemblyName System.Windows.Forms
|
|||||||
|
|
||||||
#Set Domain Controller Variable
|
#Set Domain Controller Variable
|
||||||
|
|
||||||
$domaincontroller = "WIN7108"
|
$domaincontroller = "fqdn.domain.placeholder" ##################### UPDATE THIS LINE #####################
|
||||||
|
|
||||||
# Create a form
|
# Create a form
|
||||||
$form = New-Object Windows.Forms.Form
|
$form = New-Object Windows.Forms.Form
|
||||||
@@ -171,11 +171,11 @@ $buttonHelp.Add_Click({
|
|||||||
$helpForm.Controls.Add($helpLabel)
|
$helpForm.Controls.Add($helpLabel)
|
||||||
|
|
||||||
$helpText = @"
|
$helpText = @"
|
||||||
1. Enter the UPN of the primary user in the 'Primary User UPN' field *@wd.govt.nz or *@mbie.govt.nz.
|
1. Enter the UPN of the primary user in the 'Primary User UPN' field.
|
||||||
|
|
||||||
2. Select the number of users to compare against from the dropdown 1, 2 or 3.
|
2. Select the number of users to compare against from the dropdown 1, 2 or 3.
|
||||||
|
|
||||||
3. Enter the UPNs of the users to compare against in the 'Users to Compare Against' section *@wd.govt.nz or *@mbie.govt.nz.
|
3. Enter the UPNs of the users to compare against in the 'Users to Compare Against' section.
|
||||||
|
|
||||||
4. Click the 'Compare' button to compare group memberships that the primary user is missing.
|
4. Click the 'Compare' button to compare group memberships that the primary user is missing.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user