From 3c40b605d4171a57e99cbe6ac95f0ea8801d2ffd Mon Sep 17 00:00:00 2001 From: Rephl3x Date: Wed, 24 Sep 2025 02:34:38 +0000 Subject: [PATCH] Compare Multiple Users Group Memberships - Up to 3 --- Contrast.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contrast.ps1 b/Contrast.ps1 index c883de1..2a4f970 100644 --- a/Contrast.ps1 +++ b/Contrast.ps1 @@ -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.