Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simeononsecurity/kms-auto-ps
Install GLVKs for Windows Desktop, Windows Server, and Office
https://github.com/simeononsecurity/kms-auto-ps
activation gvlk key-management-service kms office office365 powershell powershell-script windows-10 windows-server
Last synced: about 1 month ago
JSON representation
Install GLVKs for Windows Desktop, Windows Server, and Office
- Host: GitHub
- URL: https://github.com/simeononsecurity/kms-auto-ps
- Owner: simeononsecurity
- License: mit
- Created: 2020-12-19T03:00:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T23:06:07.000Z (5 months ago)
- Last Synced: 2024-07-27T00:23:35.768Z (5 months ago)
- Topics: activation, gvlk, key-management-service, kms, office, office365, powershell, powershell-script, windows-10, windows-server
- Language: PowerShell
- Homepage: https://simeononsecurity.com/github/KMS-Auto-PS
- Size: 11.7 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SimeonOnSecurity - KMS-Auto-PS
GLVK Auto Install Script for KMS Activation[![Sponsor](https://img.shields.io/badge/Sponsor-Click%20Here-ff69b4)](https://github.com/sponsors/simeononsecurity) [![VirusTotal Scan](https://github.com/simeononsecurity/KMS-Auto-PS/actions/workflows/virustotal.yml/badge.svg)](https://github.com/simeononsecurity/KMS-Auto-PS/actions/workflows/virustotal.yml)
## Recommened Reading:
- [Microsoft - KMS Client Keys (GLVK)](https://docs.microsoft.com/en-us/windows-server/get-started/kmsclientkeys)## How to run the script:
### Manual Install:
If manually downloaded, the script must be launched from an administrative powershell in the directory containing all the files from the [GitHub Repository](https://github.com/simeononsecurity/KMS-Auto-PS/archive/main.zip)
```ps
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force
Get-ChildItem -Recurse *.ps1 | Unblock-File
.\sos-kmsglvkactivationauto.ps1
```
Explore the World of Cybersecurity
### Links:
- #### [github.com/simeononsecurity](https://github.com/simeononsecurity)
- #### [simeononsecurity.ch](https://simeononsecurity.ch)