fix: formatting of 1.3.3 here string

This commit is contained in:
DrIOS
2024-07-07 13:06:19 -05:00
parent 8197187f70
commit fe04175798

View File

@@ -50,7 +50,7 @@ $mailboxes = Get-Mailbox -ResultSize Unlimited
$calendarFolders = @{}
# Get the default calendar folder names for all mailboxes
$mailboxes | ForEach-Object {
$calendarFolderName = [string](Get-EXOMailboxFolderStatistics $_.PrimarySmtpAddress -FolderScope Calendar | Where-Object { $_.FolderType -eq `'Calendar`' }).Name
$calendarFolderName = [string](Get-EXOMailboxFolderStatistics $_.PrimarySmtpAddress -FolderScope Calendar | Where-Object { $_.FolderType -eq 'Calendar' }).Name
$calendarFolders[$_.PrimarySmtpAddress] = $calendarFolderName
}
# Get the calendar folder settings for each mailbox