Skip to content

Commit 3642c2e

Browse files
authored
Update Set-MailPublicFolder.md
1 parent cde6d05 commit 3642c2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exchange/exchange-ps/exchange/sharing-and-collaboration/Set-MailPublicFolder.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,23 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
9999
Set-MailPublicFolder -Identity [email protected] -EmailAddresses @{add="[email protected]","[email protected]"}
100100
```
101101

102-
This example adds secondary email addresses [email protected] & [email protected] to the mail enabled public folder
102+
This example adds the specified secondary email addresses to the mail enabled public folder [email protected].
103103

104-
Ensure the accepted domain is present in the organization before adding email addresses
104+
Verify the accepted domains are present in the organization before adding email addresses in those domains.
105105

106106
### Example 2
107107
```powershell
108108
Set-MailPublicFolder -Identity MyPublicFolder -PrimarySmtpAddress [email protected] -EmailAddressPolicyEnabled $false
109109
```
110110

111-
This example sets the primary SMTP address of the mail-enabled public folder [email protected] to [email protected]
111+
This example sets the primary email address of the specified mail-enabled public folder to [email protected]
112112

113113
### Example 3
114114
```powershell
115115
Set-MailPublicFolder -Identity MyPublicFolder -EmailAddresses @{remove="[email protected]"}
116116
```
117117

118-
This example removes secondary email address [email protected] from the mail enabled public folder
118+
This example removes the secondary email address [email protected] from the specified mail-enabled public folder.
119119

120120
## PARAMETERS
121121

0 commit comments

Comments
 (0)