Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 642 Bytes

File metadata and controls

27 lines (22 loc) · 642 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Teams

$params = @{
	enabled = $true
	timeZone = "America/Chicago"
	provisionStatus = "Completed"
	provisionStatusCode = $null
	openShiftsEnabled = $true
	swapShiftsRequestsEnabled = $true
	offerShiftRequestsEnabled = $true
	timeOffRequestsEnabled = $true
	startDayOfWeek = "Tuesday"
	isActivitiesIncludedWhenCopyingShiftsEnabled = $true
	isCrossLocationShiftsEnabled = $true
	isCrossLocationShiftRequestApprovalRequired = $true
	timeClockEnabled = $true
}

Set-MgBetaTeamSchedule -TeamId $teamId -BodyParameter $params