Activar Office 365 Windows 11 Powershell May 2026

Guía: activar Office 365 en Windows 11 usando PowerShell

Advertencia breve: esta guía asume que tienes una licencia válida de Microsoft 365/Office 365. No uses métodos no autorizados.

Followed by activation:

Paso 3: Introduce tu clave de producto (si tienes una clave MAK o VL):cscript ospp.vbs /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX activar office 365 windows 11 powershell

Below, we cover the legitimate PowerShell method for enterprise users and warn you about the fake "activators." Guía: activar Office 365 en Windows 11 usando

Check Office Activation Status

# Run Office's built-in licensing tool
cscript "C:\Program Files\Microsoft Office\Office16\ospp.vbs" /dstatus

We’ll help you debug.

Step 1: Open Elevated PowerShell

  1. Press Windows + X (or right-click the Start button).
  2. Select Terminal (Admin) or Windows PowerShell (Admin).
  3. Click Yes on the UAC (User Account Control) prompt.

¿Por qué Activar Office 365?

  1. In PowerShell, type the following and press Enter:
    Get-WmiObject -Class win32_product | Where-Object  $_.Name -like "*Microsoft Office*"  | Select-Object -Property Name, Version, SerialNumber
    
    This command checks for Office products installed and their current activation status.