From 64de683188cc682f45365448d5d66ae65ee65476 Mon Sep 17 00:00:00 2001 From: f1zm0 <79873476+f1zm0@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:30:25 +0100 Subject: [PATCH] fix: remove typo from writemembers right guid --- SharpView/PowerView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SharpView/PowerView.cs b/SharpView/PowerView.cs index 1829cca..ad3b474 100644 --- a/SharpView/PowerView.cs +++ b/SharpView/PowerView.cs @@ -6011,7 +6011,7 @@ public static void Add_DomainObjectAcl(Args_Add_DomainObjectAcl args = null) break; // allows for the modification of group membership case Rights.WriteMembers: - GUIDs.Add("bf9679c0 -0de6-11d0-a285-00aa003049e2"); + GUIDs.Add("bf9679c0-0de6-11d0-a285-00aa003049e2"); break; // 'DS-Replication-Get-Changes' = 1131f6aa-9c07-11d1-f79f-00c04fc2dcd2 // 'DS-Replication-Get-Changes-All' = 1131f6ad-9c07-11d1-f79f-00c04fc2dcd2