massgrave.dev/check_activation_status.md

41 lines
1.3 KiB
Markdown
Raw Normal View History

2023-03-16 19:09:16 +01:00
---
pagetitle: Check Activation Status
---
2022-07-25 20:03:20 +02:00
# Check Activation Status
------------------------------------------------------------------------
2022-08-10 19:01:29 +02:00
MAS includes checking activation options (WMI/VBS) which are taken from abbodi1406's [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO/).\
2022-07-25 20:03:20 +02:00
It checks the status of Windows and Office products.
2023-10-24 15:46:54 +02:00
Please find below the difference between VBS and WMI options.
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
2023-10-24 15:46:54 +02:00
## Check Activation Status [VBS]
2022-07-25 20:03:20 +02:00
2023-10-24 15:46:54 +02:00
- Queries and executes official licensing VBScripts: slmgr.vbs for Windows, ospp.vbs for Office.
2022-07-25 20:03:20 +02:00
2023-10-24 15:46:54 +02:00
- Shows the activation expiration date for Windows.
2022-07-25 20:03:20 +02:00
2023-10-24 15:46:54 +02:00
- Office 2010 ospp.vbs shows very little information.
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------
2023-10-24 15:46:54 +02:00
## Check Activation Status [WMI]
2022-07-25 20:03:20 +02:00
2023-10-24 15:46:54 +02:00
- Queries and executes WMI functions using wmic.exe or VBScripts.
2022-07-25 20:03:20 +02:00
2023-10-24 15:46:54 +02:00
- Shows extra information (SKU ID, key channel).
2022-07-25 20:03:20 +02:00
2023-10-24 15:46:54 +02:00
- Shows the activation expiration date for all products.
2022-07-25 20:03:20 +02:00
2023-10-24 15:46:54 +02:00
- Shows more detailed information for Office 2010.
2022-07-25 20:03:20 +02:00
2023-10-24 15:46:54 +02:00
- Can show the status of Office UWP apps.
2022-07-25 20:03:20 +02:00
2023-10-24 15:46:54 +02:00
- Implement vNextDiag.ps1 functions to **detect new Office 365 vNext licenses and subscriptions**.
2022-07-25 20:03:20 +02:00
------------------------------------------------------------------------