Skip to content

PowerShell tool to activate Microsoft Office Professional Plus 2016 - 2021 via KMS client keys.

License

Notifications You must be signed in to change notification settings

Open-AGI/Activate-MicrosoftOffice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Activate-MicrosoftOffice

PowerShell tool to activate Microsoft Office Professional Plus 2016 - 2021 via KMS client keys.

TL;DR

Requirements:

Run with elevated privileges (i.e., Administrator)

One-Liner Syntax:

iex ([System.Net.WebClient]::new().DownloadString('https://raw.githubusercontent.com/tylerdotrar/Activate-MicrosoftOffice/main/Activate-MicrosoftOffice.ps1')); Activate-MicrosoftOffice

Output

Description

Automatically detect and activate locally installed Microsoft Office instance with a Professional Plus KMS client key using a publically available KMS server.

  • [Version 1.1.0] Supports custom KMS servers
  • Supports both 32-bit and 64-bit
  • Supports Microsoft Office 2016, 2019, and 2021
  • Script works with both Desktop PowerShell and PowerShell Core
  • Contains moderate error correction

Get-Help

Get-Help

Error Correction

Not in elevated terminal.

Not Elevated

Office not installed.

Failed to Find

Could not connect to KMS servers.

Failed to Resolve

Official Microsoft Office Downloads

Microsoft Office Professional Plus 2021:

Microsoft Office Professional Plus 2019:

Microsoft Office Professional Plus 2016:

  • <N/A>

About

PowerShell tool to activate Microsoft Office Professional Plus 2016 - 2021 via KMS client keys.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%