File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
exchange/exchange-ps/exchange/client-access Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ This example returns the text messaging settings for Tony's mailbox.
46
46
### -------------------------- Example 2 --------------------------
47
47
```
48
48
$mbx = Get-Mailbox -RecipientTypeDetails UserMailbox -ResultSize Unlimited
49
- $mbx | foreach {Get-TextMessagingAccount -Identity $_ | where {($_.NotificationPhoneNumberVerified -eq $true)} | Format-Table Identity,NotificationPhoneNumber}
49
+ $mbx | foreach {Get-TextMessagingAccount -Identity $_.Identity | where {($_.NotificationPhoneNumberVerified -eq $true)} | Format-Table Identity,NotificationPhoneNumber}
50
50
```
51
51
52
52
This example finds all user mailboxes where text messaging notifications are enabled.
You can’t perform that action at this time.
0 commit comments