Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 367 Bytes

File metadata and controls

19 lines (14 loc) · 367 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Teams

$params = @{
	isAtApprovedLocation = $true
	notes = @{
		content = "Starting break late to make up for late clockin"
		contentType = "text"
	}
}

Start-MgTeamScheduleTimeCardBreak -TeamId $teamId -TimeCardId $timeCardId -BodyParameter $params