You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -586,7 +586,7 @@ DownloadValidateMEPFScriptFailed = Unable to download ValidateMailEnabledPublicF
586
586
FoundInconsistenciesWithMEPFs = Found some inconsistencies with mail-enabled public folders. To fix them run Sync-MailPublicFolders.ps1 script with -FixInconsistencies parameter.
587
587
MailDisablePublicFoldersInFile = Mail disabling public folders mentioned in {0}.
588
588
DeleteOrphanedMailPublicFoldersInFile = Deleting orphaned mail public folders mentioned in {0}.
589
-
DeleteDuplicateMailPublicFoldersinFile = Deleting duplicate mail public folders mentioned in {0}.
589
+
DeleteDuplicateMailPublicFoldersInFile = Deleting duplicate mail public folders mentioned in {0}.
590
590
AddAddressesFromDuplicates = Adding email addresses from duplicates...
591
591
MailEnablePublicFoldersWithProxyGUIDinFile = Mail-enabling public folders mentioned in {0}.
592
592
MailEnablePFAssociatedToDisconnectedMEPFsInFile = Resetting MailEnabled and MailRecipientGuid properties of public folders corresponding to disconnected mepfs mentioned in {0}.
Copy file name to clipboardExpand all lines: PublicFolders/Migration/ToMicrosoft365Groups/AddMembersToGroups.ps1
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
#.DESCRIPTION
10
10
# 1. It reads the permission entries from the backup file stored during lock down if public folders are locked, else uses 'Get-PublicFolderClientPermission' to get the permissions.
11
11
# 2. It adds the users with permission roles, "Owner, PublishingEditor, Editor, PublishingAuthor, Author" as members to the group
12
-
# 3. It also adds users having atleast "ReadItems, CreateItems, FolderVisible, EditOwnedItems, DeleteOwnedItems" access rights as members to the corresponding group.
12
+
# 3. It also adds users having at least "ReadItems, CreateItems, FolderVisible, EditOwnedItems, DeleteOwnedItems" access rights as members to the corresponding group.
13
13
# 4. It adds the users with permission role, "Owner" as owners to the group.
14
14
# 5. It throws a warning when the default permission is Author and above, suggesting the user to make the group 'public'.
0 commit comments