|
| 1 | +--- |
| 2 | +external help file: Microsoft.Rtc.Management.dll-help.xml |
| 3 | +online version: https://docs.microsoft.com/powershell/module/skype/new-csteamsfeedbackpolicy |
| 4 | +applicable: Skype for Business Online |
| 5 | +title: New-CsTeamsFeedbackPolicy |
| 6 | +schema: 2.0.0 |
| 7 | +manager: bulenteg |
| 8 | +ms.author: tomkau |
| 9 | +author: tomkau |
| 10 | +ms.reviewer: |
| 11 | +--- |
| 12 | + |
| 13 | +# New-CsTeamsFeedbackPolicy |
| 14 | + |
| 15 | +## SYNOPSIS |
| 16 | +Use this cmdlet to control whether users in your organization can send feedback about Teams to Microsoft through Give feedback and whether they receive the survey. |
| 17 | + |
| 18 | +## SYNTAX |
| 19 | + |
| 20 | +``` |
| 21 | +New-CsTeamsFeedbackPolicy [-WhatIf] [-Confirm] [[-Identity] <Object>] [-Tenant <Object>] [-InMemory] |
| 22 | + [-UserInitiatedMode <Object>] [-ReceiveSurveysMode <Object>] [-Force] [-AsJob] |
| 23 | +``` |
| 24 | + |
| 25 | +## DESCRIPTION |
| 26 | +Use this cmdlet to control whether users in your organization can send feedback about Teams to Microsoft through Give feedback and whether they receive the survey. By default, all users in your organization are automatically assigned the global (Org-wide default) policy and the Give feedback feature and survey are enabled in the policy. The exception is Teams for Education, where the features are enabled for teachers and disabled for students. For more information, visit [Manage feedback policies in Microsoft Teams](https://docs.microsoft.com/microsoftteams/manage-feedback-policies-in-teams). |
| 27 | + |
| 28 | +## EXAMPLES |
| 29 | + |
| 30 | +### Example 1 |
| 31 | +```powershell |
| 32 | +PS C:\> New-CsTeamsFeedbackPolicy -identity "New Hire Feedback Policy" -userInitiatedMode disabled -receiveSurveysMode disabled |
| 33 | +``` |
| 34 | + |
| 35 | +In this example, we create a feedback policy called New Hire Feedback Policy and we turn off the ability to give feedback through Give feedback and the survey. |
| 36 | + |
| 37 | +## PARAMETERS |
| 38 | + |
| 39 | +### -Confirm |
| 40 | +Prompts you for confirmation before running the cmdlet. |
| 41 | + |
| 42 | +```yaml |
| 43 | +Type: SwitchParameter |
| 44 | +Parameter Sets: (All) |
| 45 | +Aliases: cf |
| 46 | + |
| 47 | +Required: False |
| 48 | +Position: Named |
| 49 | +Default value: None |
| 50 | +Accept pipeline input: False |
| 51 | +Accept wildcard characters: False |
| 52 | +``` |
| 53 | +
|
| 54 | +### -Force |
| 55 | +Suppress all non-fatal errors. |
| 56 | +
|
| 57 | +```yaml |
| 58 | +Type: SwitchParameter |
| 59 | +Parameter Sets: (All) |
| 60 | +Aliases: |
| 61 | + |
| 62 | +Required: False |
| 63 | +Position: Named |
| 64 | +Default value: None |
| 65 | +Accept pipeline input: False |
| 66 | +Accept wildcard characters: False |
| 67 | +``` |
| 68 | +
|
| 69 | +### -Identity |
| 70 | +A unique identifier. |
| 71 | +
|
| 72 | +```yaml |
| 73 | +Type: Object |
| 74 | +Parameter Sets: (All) |
| 75 | +Aliases: |
| 76 | + |
| 77 | +Required: False |
| 78 | +Position: 1 |
| 79 | +Default value: None |
| 80 | +Accept pipeline input: False |
| 81 | +Accept wildcard characters: False |
| 82 | +``` |
| 83 | +
|
| 84 | +### -InMemory |
| 85 | +The InMemory parameter creates an object reference without actually committing the object as a permanent change. |
| 86 | +
|
| 87 | +```yaml |
| 88 | +Type: SwitchParameter |
| 89 | +Parameter Sets: (All) |
| 90 | +Aliases: |
| 91 | + |
| 92 | +Required: False |
| 93 | +Position: Named |
| 94 | +Default value: None |
| 95 | +Accept pipeline input: False |
| 96 | +Accept wildcard characters: False |
| 97 | +``` |
| 98 | +
|
| 99 | +### -ReceiveSurveysMode |
| 100 | +Set the receiveSurveysMode parameter to enabled to allow users who are assigned the policy to receive the survey. |
| 101 | +
|
| 102 | +```yaml |
| 103 | +Type: Object |
| 104 | +Parameter Sets: (All) |
| 105 | +Aliases: |
| 106 | + |
| 107 | +Required: False |
| 108 | +Position: Named |
| 109 | +Default value: None |
| 110 | +Accept pipeline input: False |
| 111 | +Accept wildcard characters: False |
| 112 | +``` |
| 113 | +
|
| 114 | +### -Tenant |
| 115 | +Internal Microsoft use only. |
| 116 | +
|
| 117 | +```yaml |
| 118 | +Type: Object |
| 119 | +Parameter Sets: (All) |
| 120 | +Aliases: |
| 121 | + |
| 122 | +Required: False |
| 123 | +Position: Named |
| 124 | +Default value: None |
| 125 | +Accept pipeline input: False |
| 126 | +Accept wildcard characters: False |
| 127 | +``` |
| 128 | +
|
| 129 | +### -UserInitiatedMode |
| 130 | + Set the userInitiatedMode parameter to enabled to allow users who are assigned the policy to give feedback. |
| 131 | + Setting the parameter to disabled turns off the feature and users who are assigned the policy don't have the option to give feedback. |
| 132 | +
|
| 133 | +```yaml |
| 134 | +Type: Object |
| 135 | +Parameter Sets: (All) |
| 136 | +Aliases: |
| 137 | + |
| 138 | +Required: False |
| 139 | +Position: Named |
| 140 | +Default value: None |
| 141 | +Accept pipeline input: False |
| 142 | +Accept wildcard characters: False |
| 143 | +``` |
| 144 | +
|
| 145 | +### -WhatIf |
| 146 | +Shows what would happen if the cmdlet runs. |
| 147 | +The cmdlet is not run. |
| 148 | +
|
| 149 | +```yaml |
| 150 | +Type: SwitchParameter |
| 151 | +Parameter Sets: (All) |
| 152 | +Aliases: wi |
| 153 | + |
| 154 | +Required: False |
| 155 | +Position: Named |
| 156 | +Default value: None |
| 157 | +Accept pipeline input: False |
| 158 | +Accept wildcard characters: False |
| 159 | +``` |
| 160 | +
|
| 161 | +### -AsJob |
| 162 | +Indicates that this cmdlet runs as a background job. |
| 163 | +
|
| 164 | +When you specify the AsJob parameter, the command immediately returns an object that represents the background job. You can continue to work in the session while the job finishes. The job is created on the local computer and the results from the Skype for Business Online session are automatically returned to the local computer. To get the job results, use the Receive-Job cmdlet. |
| 165 | +
|
| 166 | +```yaml |
| 167 | +Type: SwitchParameter |
| 168 | +Parameter Sets: (All) |
| 169 | +Aliases: |
| 170 | + |
| 171 | +Required: False |
| 172 | +Position: Named |
| 173 | +Default value: None |
| 174 | +Accept pipeline input: False |
| 175 | +Accept wildcard characters: False |
| 176 | +``` |
| 177 | +
|
| 178 | +## INPUTS |
| 179 | +
|
| 180 | +### None |
| 181 | +
|
| 182 | +## OUTPUTS |
| 183 | +
|
| 184 | +### System.Object |
| 185 | +## NOTES |
| 186 | +
|
| 187 | +## RELATED LINKS |
0 commit comments