Skip to content

Commit 0651c2b

Browse files
authored
Merge branch 'master' into kenwith-patch-6
2 parents 4803c36 + 0d6b6fa commit 0651c2b

File tree

6 files changed

+211
-3
lines changed

6 files changed

+211
-3
lines changed

exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ Accept wildcard characters: False
753753
```
754754
755755
### -ExplicitLogonEnabled
756+
This parameter is available only in on-premises Exchange.
757+
756758
The ExplicitLogonEnabled parameter specifies whether to allow a user to open someone else's mailbox in Outlook on the web (provided that user has permissions to the mailbox). Valid values are:
757759
758760
- $true: A user with the required permissions is able to open someone else's mailbox in Outlook on the web. This is the default value.
@@ -763,7 +765,7 @@ The ExplicitLogonEnabled parameter specifies whether to allow a user to open som
763765
Type: Boolean
764766
Parameter Sets: (All)
765767
Aliases:
766-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
768+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
767769

768770
Required: False
769771
Position: Named

exchange/exchange-ps/exchange/move-and-migration/Set-MigrationBatch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ Accept wildcard characters: False
464464
```
465465
466466
### -StartAfter
467+
This parameter is available only in the cloud-based service.
468+
467469
The StartAfter parameter specifies a delay before the data migration for the users within the batch is started. The migration will be prepared, but the actual data migration for users within the batch won't start until the date/time you specify with this parameter.
468470
469471
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".

exchange/exchange-ps/exchange/policy-and-compliance-content-search/New-ComplianceSearchAction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ The PurgeType parameter specifies how to remove items when the action is Purge.
484484
485485
- SoftDelete: Purged items are recoverable by users until the deleted item retention period expires.
486486
487-
- HardDelete: Purged items are marked for permanent removal from the mailbox and will be permanently removed the next time the mailbox is processed by the Managed Folder Assistant. If single item recovery is enabled on the mailbox, purged items will be permanently removed after the deleted item retention period expires.
487+
- HardDelete (cloud only): Purged items are marked for permanent removal from the mailbox and will be permanently removed the next time the mailbox is processed by the Managed Folder Assistant. If single item recovery is enabled on the mailbox, purged items will be permanently removed after the deleted item retention period expires.
488488
489489
```yaml
490490
Type: ComplianceDestroyType
Lines changed: 187 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
---
2+
external help file: Microsoft.Rtc.Management.dll-help.xml
3+
online version: https://docs.microsoft.com/powershell/module/skype/new-csteamsfeedbackpolicy
4+
applicable: Skype for Business Online
5+
title: New-CsTeamsFeedbackPolicy
6+
schema: 2.0.0
7+
manager: bulenteg
8+
ms.author: tomkau
9+
author: tomkau
10+
ms.reviewer:
11+
---
12+
13+
# New-CsTeamsFeedbackPolicy
14+
15+
## SYNOPSIS
16+
Use this cmdlet to control whether users in your organization can send feedback about Teams to Microsoft through Give feedback and whether they receive the survey.
17+
18+
## SYNTAX
19+
20+
```
21+
New-CsTeamsFeedbackPolicy [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>] [-InMemory]
22+
[-UserInitiatedMode <Object>] [-ReceiveSurveysMode <Object>] [-Force] [-AsJob]
23+
```
24+
25+
## DESCRIPTION
26+
Use this cmdlet to control whether users in your organization can send feedback about Teams to Microsoft through Give feedback and whether they receive the survey. By default, all users in your organization are automatically assigned the global (Org-wide default) policy and the Give feedback feature and survey are enabled in the policy. The exception is Teams for Education, where the features are enabled for teachers and disabled for students. For more information, visit [Manage feedback policies in Microsoft Teams](https://docs.microsoft.com/microsoftteams/manage-feedback-policies-in-teams).
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> New-CsTeamsFeedbackPolicy -identity "New Hire Feedback Policy" -userInitiatedMode disabled -receiveSurveysMode disabled
33+
```
34+
35+
In this example, we create a feedback policy called New Hire Feedback Policy and we turn off the ability to give feedback through Give feedback and the survey.
36+
37+
## PARAMETERS
38+
39+
### -Confirm
40+
Prompts you for confirmation before running the cmdlet.
41+
42+
```yaml
43+
Type: SwitchParameter
44+
Parameter Sets: (All)
45+
Aliases: cf
46+
47+
Required: False
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: False
51+
Accept wildcard characters: False
52+
```
53+
54+
### -Force
55+
Suppress all non-fatal errors.
56+
57+
```yaml
58+
Type: SwitchParameter
59+
Parameter Sets: (All)
60+
Aliases:
61+
62+
Required: False
63+
Position: Named
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
69+
### -Identity
70+
A unique identifier.
71+
72+
```yaml
73+
Type: Object
74+
Parameter Sets: (All)
75+
Aliases:
76+
77+
Required: False
78+
Position: 1
79+
Default value: None
80+
Accept pipeline input: False
81+
Accept wildcard characters: False
82+
```
83+
84+
### -InMemory
85+
The InMemory parameter creates an object reference without actually committing the object as a permanent change.
86+
87+
```yaml
88+
Type: SwitchParameter
89+
Parameter Sets: (All)
90+
Aliases:
91+
92+
Required: False
93+
Position: Named
94+
Default value: None
95+
Accept pipeline input: False
96+
Accept wildcard characters: False
97+
```
98+
99+
### -ReceiveSurveysMode
100+
Set the receiveSurveysMode parameter to enabled to allow users who are assigned the policy to receive the survey.
101+
102+
```yaml
103+
Type: Object
104+
Parameter Sets: (All)
105+
Aliases:
106+
107+
Required: False
108+
Position: Named
109+
Default value: None
110+
Accept pipeline input: False
111+
Accept wildcard characters: False
112+
```
113+
114+
### -Tenant
115+
Internal Microsoft use only.
116+
117+
```yaml
118+
Type: Object
119+
Parameter Sets: (All)
120+
Aliases:
121+
122+
Required: False
123+
Position: Named
124+
Default value: None
125+
Accept pipeline input: False
126+
Accept wildcard characters: False
127+
```
128+
129+
### -UserInitiatedMode
130+
Set the userInitiatedMode parameter to enabled to allow users who are assigned the policy to give feedback.
131+
Setting the parameter to disabled turns off the feature and users who are assigned the policy don't have the option to give feedback.
132+
133+
```yaml
134+
Type: Object
135+
Parameter Sets: (All)
136+
Aliases:
137+
138+
Required: False
139+
Position: Named
140+
Default value: None
141+
Accept pipeline input: False
142+
Accept wildcard characters: False
143+
```
144+
145+
### -WhatIf
146+
Shows what would happen if the cmdlet runs.
147+
The cmdlet is not run.
148+
149+
```yaml
150+
Type: SwitchParameter
151+
Parameter Sets: (All)
152+
Aliases: wi
153+
154+
Required: False
155+
Position: Named
156+
Default value: None
157+
Accept pipeline input: False
158+
Accept wildcard characters: False
159+
```
160+
161+
### -AsJob
162+
Indicates that this cmdlet runs as a background job.
163+
164+
When you specify the AsJob parameter, the command immediately returns an object that represents the background job. You can continue to work in the session while the job finishes. The job is created on the local computer and the results from the Skype for Business Online session are automatically returned to the local computer. To get the job results, use the Receive-Job cmdlet.
165+
166+
```yaml
167+
Type: SwitchParameter
168+
Parameter Sets: (All)
169+
Aliases:
170+
171+
Required: False
172+
Position: Named
173+
Default value: None
174+
Accept pipeline input: False
175+
Accept wildcard characters: False
176+
```
177+
178+
## INPUTS
179+
180+
### None
181+
182+
## OUTPUTS
183+
184+
### System.Object
185+
## NOTES
186+
187+
## RELATED LINKS

spmt/spmt-ps/spmt/Register-SPMTMigration.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,23 @@ Accept pipeline input: False
152152
Accept wildcard characters: False
153153
```
154154
155+
### -IgnoreUpdate
156+
The default setting is OFF.
157+
158+
Skip the checking and installation of new updates, even when a new version of PowerShell SPMT is available.
159+
160+
```yaml
161+
Type: SwitchParameter
162+
Parameter Sets: (All)
163+
Aliases:
164+
165+
Required: False
166+
Position: Named
167+
Default value: False
168+
Accept pipeline input: False
169+
Accept wildcard characters: False
170+
```
171+
155172
### -EnableMultiRound
156173
The default setting is Off.
157174
This means the migration will only do one check round to make sure no new changes or additions were made since the previous run.

teams/teams-ps/teams/Get-Team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Accept wildcard characters: False
119119
```
120120
121121
### -DisplayName
122-
Filters to return teams with a full match to the provided displayname. As displayname is not unique, this acts as a filter rather than an exact match.
122+
Filters to return teams with a full match to the provided displayname. As displayname is not unique, this acts as a filter rather than an exact match. Note that this filter value is case-sensitive.
123123
124124
```yaml
125125
Type: String

0 commit comments

Comments
 (0)