Skip to content

Commit eb33167

Browse files
authored
Merge pull request #7790 from MicrosoftDocs/main
pushing to live
2 parents 96c1528 + b19dd96 commit eb33167

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,25 @@ To configure advisors:
168168

169169
- To remove an advisor, choose an advisor by selecting the ellipsis (****), and then select **Remove**.
170170

171+
172+
## Disable maker matching for your tenant
173+
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:
177+
178+
```powershell
179+
$settings=Get-TenantSettings
180+
$settings.PowerPlatform.PowerApps.disableMakerMatch
181+
```
182+
To disable maker matching, run this cmdlet:
183+
184+
```powershell
185+
$settings.powerPlatform.powerApps.disableMakerMatch = $True
186+
Set-TenantSettings -RequestBody $settings
187+
```
188+
189+
171190
## Known issues
172191

173192
- 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)