Skip to content

Commit df47918

Browse files
Merge pull request #13756 from heiligerdankgesang/admin-opt-out
Adding admin opt-out docs
2 parents e686ea4 + eb44a8a commit df47918

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

docs/install/administrative-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The Visual Studio group policy settings contained in the ADMX file are machine-w
3030

3131
There are five main categories of Visual Studio policies that are included in the Visual Studio Administrative Templates (ADMX):
3232

33-
- **Feedback** - controls behavior of the send-a-smile feature.
33+
- [**Feedback**](./feedback-survey-policies.md) - controls behavior of feedback and survey avenues.
3434
- [**Install and Update**](./configure-policies-for-enterprise-deployments.md) - controls product acquisition behavior.
3535
- [**Live Share**](https://aka.ms/vsls-policies) - controls user and hosts settings.
3636
- **Privacy** - controls [Intellicode](/visualstudio/intellicode/intellicode-privacy) and [Customer Experience Improvement Program](https://aka.ms/vs/admx/telemetry) settings.
@@ -42,7 +42,7 @@ The Visual Studio group policy settings contained in the ADMX file are machine-w
4242

4343
## Deploying the policies
4444

45-
For cloud connected environments that are managed by Microsoft Intune, you have two choices for how to configure and deploy Visual Studio policies.
45+
For cloud connected environments managed by Microsoft Intune, you have two choices for configuring and deploying Visual Studio policies.
4646

4747
1. You can access Visual Studio policies through the [settings catalog](/mem/intune/configuration/settings-catalog).
4848
2. You can also [import the Visual Studio Administrative Templates (ADMX)](/mem/intune/configuration/administrative-templates-import-custom#add-the-admx-and-adml-files) into your **Devices** > **Configuration profiles**, and then [create a customized **Configuration profile**](/mem/intune/configuration/administrative-templates-import-custom#create-a-profile-using-your-imported-files) based on the imported ADMX files. The Visual Studio Administrative Templates (ADMX) depend on the [Windows administrative template (Windows.admx)](/mem/intune/configuration/administrative-templates-windows), so make sure you manually import that one in too.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Configure feedback Group Policies
3+
description: Configure Group Policies that control submission of feedback and survey responses for enterprise deployments of Visual Studio.
4+
ms.date: 3/27/2025
5+
ms.topic: conceptual
6+
f1_keywords:
7+
- gpo
8+
- policy
9+
- feedback
10+
author: jasonchlus
11+
ms.author: jasonchlus
12+
manager: dominicn
13+
14+
ms.subservice: installation
15+
---
16+
# Configure feedback Group Policies
17+
18+
Visual Studio allows you to configure and deploy global machine-wide policies across your organization by using the [Microsoft Intune settings catalog](/intune/intune-service/configuration/settings-catalog) or by importing [Visual Studio Administrative Templates (ADMX)](administrative-templates.md) into legacy tools like Group Policy editor. To learn more, see [Configure policies for enterprise deployments of Visual Studio](configure-policies-for-enterprise-deployments.md).
19+
20+
One of the main categories included in the Visual Studio ADMX templates is feedback. Feedback Group Policies can be used to control the types of feedback sent through Visual Studio. IT administrators may find these policies useful to control whether Visual Studio users in their organization are permitted to submit feedback or survey responses to Microsoft. By default, users can submit both feedback and survey responses through Visual Studio.
21+
22+
## Supported policies
23+
24+
> [!IMPORTANT]
25+
> These policies require Visual Studio 2022 version 17.13 or later
26+
27+
Feedback Group Policies for Visual Studio include the following:
28+
29+
| **Name** | **Description** |
30+
|----------------------------------|---------------------------------------------------------------|
31+
| `SurveysDisabled` | **Controls whether the user receives survey links in Visual Studio:** If enabled, Visual Studio and the Visual Studio Installer don't display any product survey requests or links to surveys to the user. |
32+
| `ProductFeedbackDisabled` | **Controls whether the user can submit feedback through Visual Studio:** If enabled, Visual Studio and the Visual Studio Installer don't allow users to submit feedback to Microsoft. Examples include, but aren't limited to reporting feedback, submitting suggestions, and providing feedback on features via a thumbs up/down control. |
33+
34+
> [!NOTE]
35+
> `DisableFeedbackDialog` is an older feedback policy that may be available on your machine depending on the ADMX template version on box. This policy controls feedback mechanisms in Visual Studio 2019 and earlier. We recommend using the newer `SurveysDisabled` and `ProductFeedbackDisabled` policies only.
36+
37+
## Related content
38+
39+
* [Visual Studio administrator guide](../install/visual-studio-administrator-guide.md)
40+
* [Visual Studio Administrative Templates (ADMX)](administrative-templates.md)
41+
* [Configure policies for enterprise deployments of Visual Studio](configure-policies-for-enterprise-deployments.md)

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
href: install/administrative-templates.md
9494
- name: Configure policies for enterprise deployments
9595
href: install/configure-policies-for-enterprise-deployments.md
96+
- name: Configure feedback policies
97+
href: install/feedback-survey-policies.md
9698
- name: Manage & update installations
9799
items:
98100
- name: Enabling administrator updates

0 commit comments

Comments
 (0)