Compare Multiple Users Group Memberships - Up to 3

This commit is contained in:
2025-09-24 02:34:38 +00:00
parent 6e62166710
commit 3c40b605d4

View File

@@ -2,7 +2,7 @@ Add-Type -AssemblyName System.Windows.Forms
#Set Domain Controller Variable
$domaincontroller = "WIN7108"
$domaincontroller = "fqdn.domain.placeholder" ##################### UPDATE THIS LINE #####################
# Create a form
$form = New-Object Windows.Forms.Form
@@ -171,11 +171,11 @@ $buttonHelp.Add_Click({
$helpForm.Controls.Add($helpLabel)
$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.
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.