< Back

New-TermsAndConditionsObject

Sat Jan 18, 2020 1:41 pm

NAME New-TermsAndConditionsObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.termsAndConditions" (or one of its derived types).





SYNTAX

New-TermsAndConditionsObject [-acceptanceStatement <string>] [-acceptanceStatuses <object[]>] [-assignments

<object[]>] [-bodyText <string>] [-createdDateTime <DateTimeOffset>] [-description <string>] [-displayName

<string>] [-lastModifiedDateTime <DateTimeOffset>] [-title <string>] [-version <int>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.termsAndConditions" (or one of its derived types).



A termsAndConditions entity represents the metadata and contents of a given Terms and Conditions (T&C) policy. T&C

policies???????? contents are presented to users upon their first attempt to enroll into Intune and subsequently upon

edits where an administrator has required re-acceptance. They enable administrators to communicate the provisions

to which a user must agree in order to have devices enrolled into Intune.





PARAMETERS

-createdDateTime <DateTimeOffset>

The "createdDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.termsAndConditions" type.



DateTime the object was created.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-lastModifiedDateTime <DateTimeOffset>

The "lastModifiedDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.termsAndConditions" type.



DateTime the object was last modified.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-displayName <string>

The "displayName" property, of type "Edm.String".



This property is on the "microsoft.graph.termsAndConditions" type.



Administrator-supplied name for the T&C policy.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-description <string>

The "description" property, of type "Edm.String".



This property is on the "microsoft.graph.termsAndConditions" type.



Administrator-supplied description of the T&C policy.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-title <string>

The "title" property, of type "Edm.String".



This property is on the "microsoft.graph.termsAndConditions" type.



Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the

T&C policy.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-bodyText <string>

The "bodyText" property, of type "Edm.String".



This property is on the "microsoft.graph.termsAndConditions" type.



Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to

the user on prompts to accept the T&C policy.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-acceptanceStatement <string>

The "acceptanceStatement" property, of type "Edm.String".



This property is on the "microsoft.graph.termsAndConditions" type.



Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept

the terms and conditions set out in the T&C policy. This is shown to the user on prompts to accept the T&C

policy.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-version <int>

The "version" property, of type "Edm.Int32".



This property is on the "microsoft.graph.termsAndConditions" type.



Integer indicating the current version of the terms. Incremented when an administrator makes a change to the

terms and wishes to require users to re-accept the modified T&C policy.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-assignments <object[]>

The "assignments" property, of type "microsoft.graph.termsAndConditionsAssignment".



This property is on the "microsoft.graph.termsAndConditions" type.



The list of assignments for this T&C policy.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-acceptanceStatuses <object[]>

The "acceptanceStatuses" property, of type "microsoft.graph.termsAndConditionsAcceptanceStatus".



This property is on the "microsoft.graph.termsAndConditions" type.



The list of acceptance statuses for this T&C policy.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS