Skip to content

Commit

Permalink
Change command for setting folder mail-disabled
Browse files Browse the repository at this point in the history
Fixes #2220
  • Loading branch information
bill-long committed Dec 18, 2024
1 parent 97539e9 commit 797aace
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function Write-TestMailEnabledFolderResult {
"After confirming the accuracy of the results, you can mail-disable them with the following command:`n`n" +
"Import-Csv .\ValidationResults.csv | `n" +
" ? ResultType -eq MailEnabledWithNoADObject |`n" +
" % { Disable-MailPublicFolder `$_.FolderIdentity }")
" % { Set-PublicFolder `$_.FolderIdentity -MailEnabled `$false }")
}

if ($mailDisabledWithProxyGuidResults.Count -gt 0) {
Expand Down

0 comments on commit 797aace

Please sign in to comment.