mirror of
https://github.com/admindroid-community/powershell-scripts.git
synced 2025-12-17 16:35:19 +00:00
Configure Plus Addressing in Exchange Online
This commit is contained in:
parent
9179053419
commit
623d71377b
@ -31,7 +31,7 @@
|
|||||||
if($CheckStatus.IsPresent)
|
if($CheckStatus.IsPresent)
|
||||||
{
|
{
|
||||||
$Status=Get-OrganizationConfig | select AllowPlusAddressInRecipients
|
$Status=Get-OrganizationConfig | select AllowPlusAddressInRecipients
|
||||||
if($Status -eq $true)
|
if($Status.AllowPlusAddressInRecipients -eq $true)
|
||||||
{
|
{
|
||||||
Write-Host Currently, Plus Addressing is enabled in your organization.
|
Write-Host Currently, Plus Addressing is enabled in your organization.
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user