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
This cmdlet allows you to create a TeamsShiftPolicy instance. Use this to also set the policy name, user's shift based presence (EnableShiftPresence) and Teams off shift warning message-specific settings (ShiftNoticeMessageType, ShiftNoticeMessageCustom, ShiftNoticeFrequency, AccessGracePeriodMinutes).
23
+
This cmdlet allows you to create a TeamsShiftPolicy instance. Use this to also set the policy name, schedule owner permissions, user's shift based presence (EnableShiftPresence) and Teams off shift warning message-specific settings (ShiftNoticeMessageType, ShiftNoticeMessageCustom, ShiftNoticeFrequency, AccessGracePeriodMinutes).
24
24
25
25
26
26
## EXAMPLES
@@ -34,7 +34,7 @@ Creates a new instance of TeamsShiftsPolicy called OffShiftAccessMessage1Always
Creates a new instance of TeamsShiftsPolicy called OffShiftAccessMessage1Always and applies the provided values to its settings.
@@ -159,6 +159,21 @@ Accept pipeline input: False
159
159
Accept wildcard characters: False
160
160
```
161
161
162
+
### -EnableScheduleOwnerPermissions
163
+
Indicates whether a user can manage a Shifts schedule as a team member.
164
+
165
+
```yaml
166
+
Type: Boolean
167
+
Parameter Sets: (All)
168
+
Aliases:
169
+
Applicable: Microsoft Teams
170
+
Required: False
171
+
Position: Named
172
+
Default value: False
173
+
Accept pipeline input: False
174
+
Accept wildcard characters: False
175
+
```
176
+
162
177
### CommonParameters
163
178
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments