Activar Office 365 Windows 11 Powershell May 2026

Ejecuta (presiona Enter después de pegar cada línea):

cd "C:\Program Files\Microsoft Office\Office16"

Si Office está en "Program Files (x86)":

cd "C:\Program Files (x86)\Microsoft Office\Office16"

(Si tu versión es distinta, usa la carpeta correspondiente; Office16 corresponde a Office 2016/2019/365.) activar office 365 windows 11 powershell

Large companies use a local KMS host. To point your Windows 11 Office 365 to that internal server, use PowerShell:

cscript ospp.vbs /sethst:kms.yourcompany.com
cscript ospp.vbs /setprt:1688
cscript ospp.vbs /act

To check if KMS is already configured:

cscript ospp.vbs /dstatus

For subscription-based models like E3 or E5, usually, no specific key is required as activation happens automatically when you sign in with your Microsoft 365 account.

Instead of blindly activating, use this one-liner to see the current status: Ejecuta (presiona Enter después de pegar cada línea):

(cscript "C:\Program Files\Microsoft Office\Office16\ospp.vbs" /dstatus) | Select-String "LICENSE STATUS"

If it returns "---LICENSED---" you are already activated. If it returns "---NOTIFICATIONS---" or "---GRACE PERIOD---", you need to activate.