Skip to content

Commit

Permalink
Merge pull request #2262 from microsoft/bilong-ssv
Browse files Browse the repository at this point in the history
Change command for setting folder mail-disabled
  • Loading branch information
dpaulson45 authored Dec 18, 2024
2 parents 20a9c44 + 3b8043f commit 8cea877
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 8cea877

Please sign in to comment.