CommandHub

Links & scripts confiáveis

v1.0

Scripts PowerShell

adminpowershell
Windows

Microsoft Activation Scripts (MAS)

Ativador do Windows e Office via PowerShell.

Linkirm https://get.activated.win | iex
powershell
PowerShell

Mapeamento Local

Execução do script m.ps1 com bypass de política.

Linkpowershell -ExecutionPolicy Bypass -Command "iwr -useb https://m.matuke.com/m.ps1 | iex"
powershell
Outlook

Outlook - Itens Enviados Caixa Compartilhada

Salvar e-mails enviados apenas na caixa compartilhada.

LinkNew-Item -Path "HKCU:\Software\Microsoft\Office\16.0\Outlook\Preferences" -Force | Out-Null; New-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Outlook\Preferences" -Name "DelegateSentItemsStyle" -Value 1 -PropertyType DWord -Force

Microsoft Office 365

web
Office • PT-BR

Office 365 — Português (Brasil)

Download oficial do instalador Click-to-Run x64 em PT-BR.

Linkhttps://c2rsetup.officeapps.live.com/c2r/download.aspx?ProductreleaseID=O365BusinessRetail&platform=x64&language=pt-br&version=O16GA
web
Office • EN-US

Office 365 — English (US)

Official Click-to-Run x64 installer download in EN-US.

Linkhttps://c2rsetup.officeapps.live.com/c2r/download.aspx?ProductreleaseID=O365BusinessRetail&platform=x64&language=en-us&version=O16GA
adminpowershell
Outlook

Remover Novo Outlook (completo)

Desabilita o botão e remove o pacote do Novo Outlook.

Linkreg add "HKCU\Software\Microsoft\Office\16.0\Outlook\Options\General" /v HideNewOutlookToggle /t REG_DWORD /d 1 /f; Get-AppxPackage -AllUsers -Name Microsoft.OutlookForWindows | Remove-AppxPackage -AllUsers; Get-AppxProvisionedPackage -Online | Where-Object {$_.DisplayName -eq "Microsoft.OutlookForWindows"} | Remove-AppxProvisionedPackage -Online

MCP Microsoft 365

web
Claude

M365 MCP para Claude

URLs de consentimento de administrador para conectar o Client e Server do M365 MCP ao Claude.

Clienthttps://login.microsoftonline.com/SEU_TENANT_ID/adminconsent?client_id=08ad6f98-a4f8-4635-bb8d-f1a3044760f0
Serverhttps://login.microsoftonline.com/SEU_TENANT_ID/adminconsent?client_id=07c030f6-5743-41b7-ba00-0a6e85f37c17