-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lockstep - Citrix Licensing Monitor.ps1 Errors #1
Comments
I uploaded the "with lookups" version and adjusted the syntax. There was a change in the way string concatenation worked between PowerShell 2 and 3. |
Good to see. I downloaded the files initially from the blog. They were On another point, I'm not getting any errors but I'm also not getting any On Fri, Oct 30, 2015 at 11:12 AM, Josh Sanders [email protected]
|
Check to see if it matches what is reported in the licensing console directly. A lot of the products don't actually check out licenses - I've really only seen it with XenDesktop. |
The PowerShell code verifies that the Xendesktop is the only license that __GENUS : 2 However the PRTG console still shows 0% usage: [image: Inline image 1] Anything we can do from here? On Fri, Oct 30, 2015 at 7:08 PM, Josh Sanders [email protected]
|
I'll check this code in the next week or so to see if I can duplicate what you're seeing, and find the problem. |
I was getting the following error when running the Licensing Monitor script:
At C:\Users\username\Desktop\Licensing\Lockstep - Citrix Licensing Monitor - withlookup.ps1:86 char:19
delimit the name.
At C:\Users\username\Desktop\Licensing\Lockstep - Citrix Licensing Monitor - withlookup.ps1:88 char:19
delimit the name.
At C:\Users\username\Desktop\Licensing\Lockstep - Citrix Licensing Monitor - withlookup.ps1:95 char:18
delimit the name.
I removed the ":" after each $computername and the script no longer errors out.
The text was updated successfully, but these errors were encountered: