Overview
Cayosoft provides a script to count users and licenses in your environment. This article provides instructions to run the Cayosoft License Counter script that relies on the MS Graph API. The updated script implements direct MS Graph API calls, avoids the use of CGraph, and ensures compatibility with your deployments.
You can download the script in the .txt format attached to the article.
Prerequisites
Before running the script, verify your environment complies with the following requirements:
-
Verify your default browser has JavaScript enabled.
-
Optional: If you use Internet Explorer, disable the Internet Explorer Enhanced Security Configuration feature on your server. Refer to the following article for additional information: Enhanced Security Configuration — Microsoft.
Instructions
-
Download the .txt file attached and convert the file to the .ps1 format by changing the file extension.
-
Run a PowerShell instance. Before running the script, change the execution policy to allow unsigned scripts:
CopySet-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser -Force:$true -
Run the script and follow the instructions in the script. Refer to the tutorial created for an earlier script version for a reference:
Comments
0 comments
Please sign in to leave a comment.