Skip to content

Commit 43dc367

Browse files
authored
Merge branch 'main' into main
2 parents d12eefb + 8686b38 commit 43dc367

File tree

9 files changed

+50
-9
lines changed

9 files changed

+50
-9
lines changed

.github/workflows/AutoPublish.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: (Scheduled) Publish to live
2+
3+
permissions:
4+
contents: write
5+
pull-requests: write
6+
7+
on:
8+
schedule:
9+
- cron: "25 5,11,17,22 * * *" # Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
10+
11+
workflow_dispatch:
12+
13+
jobs:
14+
15+
auto-publish:
16+
if: github.repository_owner == 'MicrosoftDocs' && contains(github.event.repository.topics, 'build')
17+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-AutoPublish.yml@workflows-prod
18+
with:
19+
PayloadJson: ${{ toJSON(github) }}
20+
EnableAutoPublish: true
21+
22+
secrets:
23+
AccessToken: ${{ secrets.GITHUB_TOKEN }}
24+
PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}
25+
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}

exchange/exchange-ps/exchange/New-ManagementScope.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,5 +406,6 @@ To see the input types that this cmdlet accepts, see [Cmdlet Input and Output Ty
406406
To see the return types, which are also known as output types, that this cmdlet accepts, see [Cmdlet Input and Output Types](https://go.microsoft.com/fwlink/p/?LinkId=616387). If the Output Type field is blank, the cmdlet doesn't return data.
407407

408408
## NOTES
409+
Use two-letter country codes (ISO 3166-1 alpha-2) instead of the full country name in filters. For example, use `-RecipientRestrictionFilter "UsageLocation -eq 'FR'"` for France.
409410

410411
## RELATED LINKS

exchange/exchange-ps/exchange/New-QuarantinePermissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ In the same PowerShell session, you can use `$FullAccess` for the _EndUserQuaran
7272
## PARAMETERS
7373

7474
### -PermissionToAllowSender
75-
The PermissionToBlockSender parameter specifies whether users are allowed to add the quarantined message sender to their Safe Senders list. Valid values are:
75+
The PermissionToAllowSender parameter specifies whether users are allowed to add the quarantined message sender to their Safe Senders list. Valid values are:
7676

7777
- $true: Allow sender is available for affected messages in quarantine.
7878
- $false: Allow sender isn't available for affected messages in quarantine. This is the default value.

exchange/exchange-ps/exchange/Set-AcceptedDomain.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,12 @@ Accept wildcard characters: False
307307
### -SendingFromDomainDisabled
308308
This parameter is available only in the cloud-based service.
309309

310-
{{ Fill SendingFromDomainDisabled Description }}
310+
The SendingFromDomainDisabled parameter specifies whether to allow email to be sent from addresses in the domain. Valid values are:
311+
312+
- $true: Email can't be sent from addresses in the domain.
313+
- $false: Email can be sent from addresses in the domain.
314+
315+
A common scenario is addresses in a legacy domain that still need to receive email, but shouldn't be used to send email.
311316

312317
```yaml
313318
Type: Boolean
@@ -325,7 +330,12 @@ Accept wildcard characters: False
325330
### -SendingToDomainDisabled
326331
This parameter is available only in the cloud-based service.
327332

328-
{{ Fill SendingToDomainDisabled Description }}
333+
The SendingToDomainDisabled specifies whether to prevent delivery of messages sent to recipients in the domain. Valid values are:
334+
335+
- $true: Email sent to recipients in the domain is blocked.
336+
- $false: Email sent to recipients in the domain isn't blocked.
337+
338+
A common scenario is to prevent email delivery to recipients in your unused Micorost Online Email Routing Address (MOERA) domain (for example, contoso.onmicrosoft.com).
329339

330340
```yaml
331341
Type: Boolean

exchange/exchange-ps/exchange/Set-CASMailbox.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,9 @@ Accept wildcard characters: False
502502
The EwsEnabled parameter enables or disables access to the mailbox using Exchange Web Services clients. Valid values are:
503503

504504
- $true: Access to the mailbox using EWS is enabled. This is the default value.
505-
- $false: Access to the mailbox using EWS is disabled. The other Exchange Web Services settings in this cmdlet are ignored.
505+
- $false: Access to the mailbox using EWS is disabled. Other Exchange Web Services settings in this cmdlet are ignored.
506+
507+
The value of this parameter is meaningful only if the EwsEnabled parameter on the Set-OrganizationConfig parameter isn't set to the value $false.
506508

507509
```yaml
508510
Type: Boolean
@@ -512,7 +514,7 @@ Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Ex
512514
513515
Required: False
514516
Position: Named
515-
Default value: None
517+
Default value: True
516518
Accept pipeline input: False
517519
Accept wildcard characters: False
518520
```

exchange/exchange-ps/exchange/Set-MailUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2507,7 +2507,7 @@ Accept wildcard characters: False
25072507
### -RemoveDisabledArchive
25082508
This parameter is available only in the cloud-based service.
25092509

2510-
{{ Fill RemoveDisabledArchive Description }}
2510+
The RemoveDisabledArchive switch specifies whether to remove the disabled archive that's associated with the mail user. You don't need to specify a value with this switch.
25112511

25122512
```yaml
25132513
Type: SwitchParameter

exchange/exchange-ps/exchange/Set-ManagementScope.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,5 +314,6 @@ To see the input types that this cmdlet accepts, see [Cmdlet Input and Output Ty
314314
To see the return types, which are also known as output types, that this cmdlet accepts, see [Cmdlet Input and Output Types](https://go.microsoft.com/fwlink/p/?LinkId=616387). If the Output Type field is blank, the cmdlet doesn't return data.
315315

316316
## NOTES
317+
Use two-letter country codes (ISO 3166-1 alpha-2) instead of the full country name in filters. For example, use `-RecipientRestrictionFilter "UsageLocation -eq 'FR'"` for France.
317318

318319
## RELATED LINKS

teams/teams-ps/teams/Get-CsOnlineUser.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ A recent fix has addressed an issue where some Guest users were being omitted fr
320320
- Conferencing_RequiresCommunicationCredits: Allows pay-per minute Audio Conferencing without monthly licenses.
321321
- CommunicationCredits: Enables users to pay Teams calling and conferencing through the credits.
322322

323+
**Updates in Teams PowerShell Module version 7.0.0 and later**:
324+
325+
- OptionFlags: OptionFlags attribute will no longer be populated with value in the output of Get-CsOnlineUser in all clouds. It's important to note that other details besides EnterpriseVoiceEnabled, previously found in OptionFlags, are no longer relevant for Teams. Administrators can still utilize the EnterpriseVoiceEnabled attribute in the output of the Get-CsOnlineUser cmdlet to get this information. This change will be rolled out to all Teams Powershell Module versions.
326+
323327
**Updates in Teams PowerShell Module version 6.9.0 and later**:
324328

325329
Adds new attribute in the output of Get-CsOnlineUser cmdlet in commercial environments.
@@ -374,8 +378,6 @@ The following updates are applicable for organizations that use Microsoft Teams
374378

375379
- LocationPolicy: LocationPolicy attribute is being deprecated from the output of Get-CsOnlineUser in all clouds. Get-CsPhoneNumberAssignment -IsoCountryCode can be used to get the LocationPolicy information. (Note: LocationPolicy attribute will no longer be populated with value in the older Teams Powershell Module versions (<6.1.0) starting from 20th March 2024.)
376380

377-
- OptionFlags: OptionFlags attribute will no longer be populated with value in the output of Get-CsOnlineUser in all clouds. It's important to note that other details besides EnterpriseVoiceEnabled, previously found in OptionFlags, are no longer relevant for Teams. Administrators can still utilize the EnterpriseVoiceEnabled attribute in the output of the Get-CsOnlineUser cmdlet to get this information. (Note: This change will be rolled out to all Teams Powershell Module versions (=<6.1.0) starting from 20th March 2024.)
378-
379381
**Updates in Teams PowerShell Module version 6.0.0 and later**:
380382

381383
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 6.0.0 or later.

teams/teams-ps/teams/Set-CsCallQueue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ Accept pipeline input: False
15851585
Accept wildcard characters: False
15861586
```
15871587

1588-
### - CustomAudioFileAnnouncementForCR
1588+
### -CustomAudioFileAnnouncementForCR
15891589

15901590
The CustomAudioFileAnnouncementForCR parameter indicates the unique identifier for the Audio file prompt which is played to callers when compliance recording for call queues is enabled.
15911591

0 commit comments

Comments
 (0)