diff options
Diffstat (limited to 'check_activation_status.md')
| -rw-r--r-- | check_activation_status.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/check_activation_status.md b/check_activation_status.md new file mode 100644 index 0000000..e14a6cb --- /dev/null +++ b/check_activation_status.md @@ -0,0 +1,36 @@ +# Check Activation Status
+
+------------------------------------------------------------------------
+
+MAS includes check activation options (wmi/vbs) which are taken from abbodi1406's [KMS_VL_ALL](https://github.com/abbodi1406/KMS_VL_ALL_AIO/).\
+It checks the status of Windows and Office products.
+
+Please find below the difference between vbs and wmi options.
+
+------------------------------------------------------------------------
+
+## Check Activation Status [vbs]
+
+- Query and execute official licensing VBScripts: slmgr.vbs for Windows, ospp.vbs for Office
+
+- Shows the activation expiration date for Windows
+
+- Office 2010 ospp.vbs shows a very little info
+
+------------------------------------------------------------------------
+
+## Check Activation Status [wmi]
+
+- Query and execute WMI functions using wmic.exe or VBScripts
+
+- Shows extra more info (SKU ID, key channel)
+
+- Shows the activation expiration date for all products
+
+- Shows more detailed info for Office 2010
+
+- Can show the status of Office UWP apps
+
+- Implement vNextDiag.ps1 functions to **detect new Office 365 vNext licenses and subscriptions**
+
+------------------------------------------------------------------------
|
