From 6657cddee98aec6b623a86f10915fc74044172a3 Mon Sep 17 00:00:00 2001 From: Kyle Date: Fri, 11 Apr 2025 14:41:15 +0000 Subject: [PATCH] Updated script comments, added author notes and updated file name. --- Copy-User365Groups.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Copy-User365Groups.ps1 b/Copy-User365Groups.ps1 index d601da2..d130ee4 100644 --- a/Copy-User365Groups.ps1 +++ b/Copy-User365Groups.ps1 @@ -5,7 +5,8 @@ This script connects to Exchange Online and copies all group memberships (both Microsoft 365 Groups and Distribution Lists) from a source user to a destination user, with comprehensive logging. .NOTES - File Name : Copy-365GroupMembershipsV3.ps1 + Author : Kyle Pope + File Name : Copy-User365Groups.ps1 Prerequisite : ExchangeOnlineManagement PowerShell module #>