| Message Content |
Introduction
Today, IT administrators can restrict whether an organizer can create a webinar using the AllowWebinars setting under Set-CsTeamsEventsPolicy. Webinars are events that require registration.
With the new Events scheduling experience launching in the Meet app, we are introducing a new policy, Registration, which will control whether organizers can schedule any event with registration. AllowWebinars will continue to control whether an organizer can create a webinar via the Teams Calendar App.
Registration will default to Enabled.
When this will happen:
- Targeted Release: We will begin rollout early February 2026 and expect to complete by late February 2026.
- General Availability (Worldwide, GCC, GCCH, DoD): We will begin rollout mid-March 2026 and expect to complete by late March 2026.
How this affects your organization:
Who is affected:
- Teams administrators managing meeting and events policies
- Users who schedule events or webinars in the Teams Meet app or in the Teams Calendar app
What will happen:
- A new policy setting,
Registration, will be added to Teams events policies.
Registration = Enabled (default): Organizers can enable registration for any event.
Registration = Disabled: Organizers cannot enable registration for any event and cannot create webinars.
- If
AllowWebinars is Disabled but Registration is Enabled, organizers can schedule events with registration but cannot create webinars on the Teams Calendar app.
- No UI changes occur unless the admin updates policy.
What you can do to prepare:
- If you want all users to create events with registration, no action is required.
- To disable registration for all events, update the policy using PowerShell:
Set-CsTeamsEventsPolicy -Identity Global -Registration Disabled
- Communicate any changes to organizers or helpdesk staff.
- Update internal documentation as needed.
- Note: if you make changes to
Registration prior to rollout, it will impact webinars as described above.
Learn more: Set-CsTeamsEventsPolicy (will be updated before rollout)
Compliance considerations:
No compliance considerations identified, review as appropriate for your organization.
|
| Machine Translation |
紹介
現在では、IT管理者はSet-CsTeamsEventsPolicyのAllowWebinars設定を使って主催者がウェビナーを作成できるかどうかを制限できます。ウェビナーは登録が必要なイベントです。
Meetアプリで新しいイベントスケジューリング体験が開始されることに伴い、主催者が登録でイベントをスケジュールできるかどうかを管理Registration, 新しいポリシー を導入します。 AllowWebinars 主催者がTeamsカレンダーアプリを通じてウェビナーを作成できるかどうかを引き続き管理します。
Registration デフォルトで「有効」になります 。
その時期:
- ターゲットリリース:2026年2月初旬に展開 を開始し、2月下旬までに 完了する予定です。
- 一般公開(世界、GCC、GCCH、国防総省):2026年3月中旬から展開を開始し、2026年3月下旬までに完了する予定です。
これがあなたの組織に与える影響:
影響を受ける人物:
- Teams管理者が会議やイベントのポリシーを管理する
- Teams MeetアプリやTeamsカレンダーアプリでイベントやウェビナーを予約するユーザー
今後の展開:
- 新しいポリシー設定「
Registration」がTeamsのイベントポリシーに追加されます。
Registration = 有効( デフォルト):主催者は任意のイベントの登録を有効にできます。
Registration = 無効:主催者はイベントの登録を有効にできず、ウェビナーの作成もできません。
AllowWebinarsが無効でRegistration が有効の場合、主催者は登録でイベントをスケジュールできますが、Teamsカレンダーアプリでウェビナーを作成することはできません。
- 管理者がポリシーを更新しない限り、UIの変更は起こりません。
準備のためにできること:
- すべてのユーザーが登録でイベントを作成してもらいたいなら、何の操作も必要ありません。
- すべてのイベントの登録を無効にするには、PowerShellを使ってポリシーを更新してください:
Set-CsTeamsEventsPolicy -Identity Global -Registration Disabled
- 変更があれば主催者やヘルプデスクスタッフに伝えてください。
- 必要に応じて内部ドキュメントを更新してください。
- 注意:展開前に
Registration を変更する と、上記のウェビナーに影響が出ます。
詳細はこちら: Set-CsTeamsEventsPolicy (展開前に更新予定)
コンプライアンスの考慮事項:
コンプライアンス上の懸念事項は特定されず、組織に応じてレビューしてください。
|