Skip to content

Commit 8a1f979

Browse files
authored
Update maker-matching.md
1 parent ad499d0 commit 8a1f979

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

powerapps-docs/maker/common/maker-matching.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,16 +169,24 @@ To configure advisors:
169169
- To remove an advisor, choose an advisor by selecting the ellipsis (****), and then select **Remove**.
170170

171171

172-
## Disable maker matching for your tenent
172+
## Disable maker matching for your tenant
173173

174-
A Power Platform admin can use the following command to disable maker matching for their tenant.
174+
Members of the Power Platform admin role can disable maker matching by running the Set-TenantSettings cmdlet.
175+
176+
To display tenant settings, run the cmdlet:
175177

176178
```powershell
177179
$settings=Get-TenantSettings
180+
$settings.PowerPlatform.PowerApps.disableMakerMatch
181+
```
182+
To disable maker match, run this cmdlet:
183+
184+
```powershell
178185
$settings.powerPlatform.powerApps.disableMakerMatch = $True
179186
Set-TenantSettings -RequestBody $settings
180187
```
181188

189+
182190
## Known issues
183191

184192
- The virtual agent dialog may appear blank when you [restart the virtual agent](virtual-agent.md#restart-or-close-a-session). To fix the issue, refresh your browser page.

0 commit comments

Comments
 (0)