You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
Copy file name to clipboardExpand all lines: .github/workflows/StaleBranch.yml
+8-3
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,17 @@ name: (Scheduled) Stale branch removal
2
2
3
3
permissions:
4
4
contents: write
5
-
5
+
6
+
# This workflow is designed to be run in the days up to, and including, a "deletion day", specified by 'DeleteOnDayOfMonth' in env: in https://github.com/MicrosoftDocs/microsoft-365-docs/blob/workflows-prod/.github/workflows/Shared-StaleBranch.yml.
7
+
# On the days leading up to "deletion day", the workflow will report the branches to be deleted. This lets users see which branches will be deleted. On "deletion day", those branches are deleted.
8
+
# The workflow should not be configured to run after "deletion day" so that users can review the branches were deleted.
9
+
# Recommendation: configure cron to run on days 1,15-31 where 1 is what's configured in 'DeleteOnDayOfMonth'. If 'DeleteOnDayOfMonth' is set to something else, update cron to run the two weeks leading up to it.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-ManagementScope.md
+1
Original file line number
Diff line number
Diff line change
@@ -406,5 +406,6 @@ To see the input types that this cmdlet accepts, see [Cmdlet Input and Output Ty
406
406
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.
407
407
408
408
## 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.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-QuarantinePermissions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ In the same PowerShell session, you can use `$FullAccess` for the _EndUserQuaran
72
72
## PARAMETERS
73
73
74
74
### -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:
76
76
77
77
- $true: Allow sender is available for affected messages in quarantine.
78
78
- $false: Allow sender isn't available for affected messages in quarantine. This is the default value.
This parameter is available only in the cloud-based service.
327
332
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).
This parameter is available only in the cloud-based service.
1571
1571
1572
-
{{ Fill ExcludeFromAllOrgHolds Description }}
1572
+
The ExcludeFromAllOrgHolds switch specifies whether to exclude the soft-deleted mail user from all organization-wide Microsoft 365 retention policies. You don't need to specify a value with this switch.
1573
+
1574
+
When you use this switch, use one of the following values to uniquely identify the soft-deleted mail user in the Identity parameter:
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-ManagementScope.md
+1
Original file line number
Diff line number
Diff line change
@@ -314,5 +314,6 @@ To see the input types that this cmdlet accepts, see [Cmdlet Input and Output Ty
314
314
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.
315
315
316
316
## 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.
Copy file name to clipboardExpand all lines: teams/teams-ps/teams/Get-CsOnlineUser.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,10 @@ A recent fix has addressed an issue where some Guest users were being omitted fr
320
320
- Conferencing_RequiresCommunicationCredits: Allows pay-per minute Audio Conferencing without monthly licenses.
321
321
- CommunicationCredits: Enables users to pay Teams calling and conferencing through the credits.
322
322
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
+
323
327
**Updates in Teams PowerShell Module version 6.9.0 and later**:
324
328
325
329
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
374
378
375
379
- 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.)
376
380
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
-
379
381
**Updates in Teams PowerShell Module version 6.0.0 and later**:
380
382
381
383
The following updates are applicable for organizations having TeamsOnly users that use Microsoft Teams PowerShell version 6.0.0 or later.
This cmdlet allows the admin to get a list of existing tags for telephone numbers.
18
+
19
+
## SYNTAX
20
+
21
+
```
22
+
Get-CsPhoneNumberTag [<CommonParameters>]
23
+
```
24
+
25
+
## DESCRIPTION
26
+
This cmdlet will get a list of all existing tags that are assigned to phone numbers in the tenant.
27
+
28
+
## EXAMPLES
29
+
30
+
### Example 1
31
+
```powershell
32
+
PS C:\> Get-CsPhoneNumberTag
33
+
```
34
+
```output
35
+
TagValue
36
+
HR
37
+
Redmond HQ
38
+
Executives
39
+
```
40
+
41
+
This example shows how to get a list of existing tags for telephone numbers
42
+
43
+
## PARAMETERS
44
+
45
+
### CommonParameters
46
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
This setting governs whether participants can give control of presentation slides during meetings scheduled by this user. Set the type of users you want to be able to give control and be given control of presentation slides in meetings. Users excluded from the selected group will be prohibitted from giving control, or being given control, in a meeting.
300
+
301
+
Possible values are:
302
+
- **Everyone**: Anyone with the join link may enter the event.
303
+
- **EveryoneInOrganization**: Only internal AAD users and Multi-Tenant Organization (MTO) users can give or take control.
304
+
- **EveryoneInOrganizationAndGuests**: Only those who are Guests to the tenant, MTO users, and internal AAD users may enter the event.
305
+
- **None**: No one in the meeting can give or take control.
306
+
307
+
```yaml
308
+
Type: String
309
+
Parameter Sets: (All)
310
+
Aliases:
311
+
312
+
Required: False
313
+
Position: Named
314
+
Default value: EveryoneInOrganization
315
+
Accept pipeline input: False
316
+
Accept wildcard characters: False
317
+
```
318
+
298
319
### -Confirm
299
320
The Confirm switch does not work with this cmdlet.
_This option is not currently available in Queues app._
186
+
_This feature is not currently available to authorized users._
187
187
188
188
When set to `True`, users affected by the policy will be allowed to change the auto attendant's time zone. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's time zone.
_This option is not currently available in Queues app._
204
+
_This feature is not currently available to authorized users._
205
205
206
206
When set to `True`, users affected by the policy will be allowed to change the auto attendant's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the auto attendant's language.
_This option is not currently available in Queues app._
352
+
_This feature is not currently available to authorized users._
353
353
354
354
When set to `True`, users affected by the policy will be allowed to change the call queue's language. When set to `False` (the default value), users affected by the policy won't be allowed to change the call queue's language.
This cmdlet allows telephone number administrators to remove existing tags from any telephone numbers. This method does not delete the tag from the system if the tag is assigned to other telephone numbers.
This example shows how to remove the tag "HR" from telephone number +123456789.
36
+
37
+
## PARAMETERS
38
+
39
+
### -PhoneNumber
40
+
Indicates the phone number for the the tag to be removed from
41
+
42
+
```yaml
43
+
Type: String
44
+
Parameter Sets: (All)
45
+
Aliases:
46
+
47
+
Required: False
48
+
Position: Named
49
+
Default value: None
50
+
Accept pipeline input: False
51
+
Accept wildcard characters: False
52
+
```
53
+
54
+
### -Tag
55
+
Indicates the tag to be removed.
56
+
57
+
```yaml
58
+
Type: String
59
+
Parameter Sets: (All)
60
+
Aliases:
61
+
62
+
Required: True
63
+
Position: Named
64
+
Default value: None
65
+
Accept pipeline input: False
66
+
Accept wildcard characters: False
67
+
```
68
+
69
+
### CommonParameters
70
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments