Set-CsTeamsEducationAssignmentsAppPolicy
This policy is controlled by Global and Teams Service Administrators, and is used to turn on/off certain features only related to the Assignments Service, which runs for tenants with EDU licenses.
Syntax
Set-CsTeamsEducationAssignmentsAppPolicy
[-Tenant <System.Guid>]
[-ParentDigestEnabledType <String>]
[-MakeCodeEnabledType <String>]
[-TurnItInEnabledType <String>]
[-TurnItInApiUrl <String>]
[-TurnItInApiKey <String>]
[[-Identity] <XdsIdentity>]
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-CsTeamsEducationAssignmentsAppPolicy
[-Tenant <System.Guid>]
[-ParentDigestEnabledType <String>]
[-MakeCodeEnabledType <String>]
[-TurnItInEnabledType <String>]
[-TurnItInApiUrl <String>]
[-TurnItInApiKey <String>]
[-Instance <PSObject>]
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
This policy is controlled by Global and Teams Service Administrators, and is used to turn on/off certain features only related to the Assignments Service, which runs for tenants with EDU licenses. This cmdlet allows you to retrieve the current values of your Education Assignments App Policy. At this time, you can only modify your global policy - this policy type does not support user-level custom policies.
Examples
Example 1
PS C:\> Set-CsTeamsEducationAssignmentsAppPolicy -TurnItInEnabledType "Enabled"
Enables the TurnItIn app for the organization
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Force
Suppress all non-fatal errors.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Identity
The identity of the policy being modified. The only value supported is "Global", as you cannot create user level policies of this type.
Type: | XdsIdentity |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Instance
Pass in the policy fetched from Get-CsTeamsEducationAssignmentsAppPolicy
Type: | PSObject |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-MakeCodeEnabledType
Block-based coding activities to introduce computer science concepts. Possible values are "Enabled" or "Disabled"
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ParentDigestEnabledType
Send digest emails to parents/guardians. Possible values are "Enabled" or "Disabled"
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Tenant
Internal use only.
Type: | System.Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TurnItInApiKey
The api key in order to enable TurnItIn.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TurnItInApiUrl
The api url in order to enable TurnItIn
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TurnItInEnabledType
A service that detects plagiarism in student writing. Possible values are "Enabled" or "Disabled"
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
System.Management.Automation.PSObject
Outputs
System.Object