From 016244343f2547e84e42dad9022c574bdb7ff72f Mon Sep 17 00:00:00 2001 From: Erik Kredatus Date: Thu, 6 Mar 2025 05:34:56 +0000 Subject: [PATCH 1/2] Adding Immersive events TPM Documentation --- .../teams-ps/teams/New-CsTeamsEventsPolicy.md | 18 ++++++++++++++++++ .../teams-ps/teams/Set-CsTeamsEventsPolicy.md | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/teams/teams-ps/teams/New-CsTeamsEventsPolicy.md b/teams/teams-ps/teams/New-CsTeamsEventsPolicy.md index 6276f82dc8..5b8b7334be 100644 --- a/teams/teams-ps/teams/New-CsTeamsEventsPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsEventsPolicy.md @@ -19,6 +19,7 @@ New-CsTeamsEventsPolicy [-Identity] [-AllowWebinars ] [-AllowTo [-TownhallEventAttendeeAccess ] [-RecordingForTownhall ] [-RecordingForWebinar ] [-TranscriptionForTownhall ] [-TranscriptionForWebinar ] [-AllowEventIntegrations ] [-TownhallChatExperience ] [-UseMicrosoftECDN ] [-EventAccessType ] [-WhatIf] [-Confirm] [] +[-ImmersiveEvents ] ``` ## DESCRIPTION @@ -93,6 +94,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ImmersiveEvents +This setting governs if a user can create Immersive Events using Teams Events. +Possible values are: + - **Enabled**: Enables creating Immersive Events. + - **Disabled**: Disables creating Immersive Events. +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -TownhallEventAttendeeAccess This setting governs what identity types may attend a Town hall that is scheduled by a particular person or group that is assigned this policy. Possible values are: diff --git a/teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md b/teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md index f9eebe43b6..e8b6b1562b 100644 --- a/teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md @@ -23,6 +23,7 @@ Set-CsTeamsEventsPolicy [-AllowWebinars ] [-EventAccessType ] [- [-TranscriptionForTownhall ] [-TranscriptionForWebinar ] [-UseMicrosoftECDN ] [-Identity] [-Force] [-WhatIf] [-Confirm] [] + [-ImmersiveEvents ] ``` ## DESCRIPTION @@ -105,6 +106,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ImmersiveEvents +This setting governs if a user can create Immersive Events using Teams Events. +Possible values are: + - **Enabled**: Enables creating Immersive Events. + - **Disabled**: Disables creating Immersive Events. +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -TownhallEventAttendeeAccess This setting governs what identity types may attend a Town hall that is scheduled by a particular person or group that is assigned this policy. Possible values are: From e9d03684e8d52232150ecbe238f716c263dee342 Mon Sep 17 00:00:00 2001 From: Erik Kredatus Date: Wed, 9 Jul 2025 14:49:58 -0700 Subject: [PATCH 2/2] Update Set-CsTeamsEventsPolicy.md --- teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md | 1 - 1 file changed, 1 deletion(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md b/teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md index 1931cb3a1b..eb143c568f 100644 --- a/teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsEventsPolicy.md @@ -22,7 +22,6 @@ Set-CsTeamsEventsPolicy [-AllowWebinars ] [-EventAccessType ] [- [-RecordingForTownhall ] [-RecordingForWebinar ] [-TranscriptionForTownhall ] [-TranscriptionForWebinar ] [-UseMicrosoftECDN ] [-BroadcastPremiumApps ] - [-Identity] [-Force] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION