[PDF] Using the Citrix Service Provider License Reporting Tool





Previous PDF Next PDF



Using the Citrix Service Provider License Reporting Tool

Citrix® Service Providers (CSP) need to generate usage reports of the active unique users that accessed their hosted shared XenApp-based desktop services 



citrix-service-provider-program-faq.pdf

1 avr. 2021 Accurate and rapid reporting using Citrix tools (Premium level ... The Microsoft Service Provider License Agreement (SPLA) enables service.



citrix-cloud-csp-faq.pdf

different infrastructures than traditional software-based approaches. 17 Q: Can we use License Usage Insights (LUI) to report Citrix Cloud services ...



citrix-cloud.pdf

31 août 2022 Cloud service license usage and reporting for Citrix Service Providers ... Customers can install antivirus software and hypervisor tools (if ...



Citrix Service Provider Program Guide

The Citrix software is licensed using CSP licenses acquired through the CSP Single application delivery: The single application delivery reporting SKU ...



Insight.com

The Citrix software is licensed using CSP licenses acquired through the CSP application for reporting analysis



Citrix Cloud

il y a 6 jours Système de licences pour les partenaires Citrix Service Provider (CSP). 297. Prise en main de License Usage Insights.



Licensing 11.16.6 - Citrix Product Documentation

16 sept. 2022 Enhanced user/device license usage reporting. ... When the License Server detects Citrix Service Provider licenses it enforces daily.



Licensing 11.16.3 - Citrix Product Documentation

16 sept. 2022 The legacy All Licensing Tools experience is still available for a ... When the License Server detects Citrix Service Provider licenses ...



Licensing 11.13.1

17 mars 2016 Citrix Licensing 11.13.1 might include third party software ... usage reports from the License Server on which the tool is installed.

TECHNIAL GUIDE | Citrix Service Provider

Using the Citrix Service Provider

License Reporting Tool

Version 3, Updated June 4, 2013

www.citrix.com

Page 2 of 7 Version 3, June 4, 2013

Introduction

Citrix® Service Providers (CSP) need to generate usage reports of the active, unique users that accessed their hosted shared XenApp-based desktop services for monthly CSP reporting to their designated CSP Distributor. The preferred way to do this is to use the Citrix Service Provider License Reporting Tool. The Citrix Service Provider License Reporting Tool is implemented as a PowerShell module (found in the CSPLicenseCommand.dll). This module contains one PowerShell cmdlet that you can use to generate the license usage report. CSPs should run this cmdlet on the last day of the month for a given reporting period. Please note that the Citrix Service Provider License Reporting Tool requires Citrix XenApp

6.5 or higher configured for User Device licensing. See page 6 for details.

As an alternative CSPs can use the custom EdgeSight® report Citrix Service Provider ² License

Usage Report found here:

Configure User Device Licenses

To configure XenApp to use User Device lLŃHQVHV ŃUHMPH M FLPUL[ PMŃOLQH SROLŃ\ RLPO POH ´;HQ$SS

Setting up the PowerShell Module

Steps to setup the PowerShell Module:

1. The CSPLicenseReportingTool.zip file is included in the same zip file as this document.

2. Unzip the contents of the zip file to a folder on the machine you wish to run the tool. This

does not have to be the Citrix License Server. The CSP License Reporting Tool can work remotely.

3. Open a PowerShell prompt.

4. Navigate to the folder where you unzipped the contents.

5. Type Import-Module .\CSPLicenseCommand.dll at the prompt and hit enter.

The module is now loaded and you can execute the one and only command in the module

Get-CitrixLicenseUsage.

Using the Get-CitrixLicenseUsage cmdlet

Get-CitrixLicenseUsage

CSPs can use the Get-CitrixLicenseUsage command to generate a report of the active unique users that accessed services for monthly CSP reporting. You can filter the results by an Active Directory

OU or user group.

Page 3 of 7 Version 3, June 4, 2013

Example

Get-CitrixLicenseUsage ²LicenseServer serverName ²FromDate 3/1 ²ToDate 3/31 ²LicenseType Premium

Syntax

Get-CitrixLicenseUsage [-LicenseServer] [[-PortNumber] ] [[-FromDate] ]

[[-ToDate] ] [-LicenseType ] [-FilterByOU ] [-FilterByUserGroup ]

This command returns the number of unique XenApp users for a given time period.

Parameters

-LicenseServer This parameter specifies the License Server to connect to in order to retrieve the unique users.

Required? true

Position? named

Default Value? none

Accept Pipeline Input? false

Accept Wildcard Characters? false

-FromDate This parameter specifies the date at the beginning of a given time period. If you do not specify a month, the cmdlet uses the first of the current month by default.

Required? false

Position? named

Default Value? 1st of the current month

Accept Pipeline Input? false

Accept Wildcard Characters? false

Page 4 of 7 Version 3, June 4, 2013

-ToDate

This parameter specifies the date at the end of a given time period. If you do not specify a date, the

cmdlet uses the current date by default.

Required? false

Position? named

Default Value? current date

Accept Pipeline Input? false

Accept Wildcard Characters? false

-LicenseType This parameter specifies the type of CSP license; Base or Premium. The default value is Base.

Required? false

Position? named

Default Value? base

Accept Pipeline Input? false

Accept Wildcard Characters? false

Page 5 of 7 Version 3, June 4, 2013

-PortNumber This is the port number of the license server. The default is 27000.

Required? false

Position? named

Default Value? 27000

Accept Pipeline Input? false

Accept Wildcard Characters? false

-FilterByUserGroup This parameter specifies the Active Directory group by which to filter users. Note: Note: 6HH ´To

Enable User Filteringµ topic below.

Required? false

Position? named

Default Value? none

Accept Pipeline Input? false

Accept Wildcard Characters? false

Page 6 of 7 Version 3, June 4, 2013

-FilterByOU This parameter specifies the Active Directory OU by which to filter users. Note: 6HH ´To Enable

User Filteringµ topic below.

Required? true

Position? named

Default Value? none

Accept Pipeline Input? false

Accept Wildcard Characters? false

Outputs

Array of strings where each string is the user name of a unique active user. To generate the license report, pipe the output to the built-in PowerShell command Out-File. See the following examples:

To export to a text file:

Get-CitrixLicenseUsage -LicenseServer YourServer | Out-File c:\JanuaryUsage.report

To get the count of unique users:

Get-CitrixLicenseUsage -LicenseServer YourServer | Measure-Object | Select ²Expand Count

Important Considerations

Configure Licensing to use User/Device Licenses (this is REQUIRED) To configure XenApp to use User Device Licenses, create a Citrix machine policy with the ´;HQ$SS SURGXŃP PRGHOµ VHUYHU VHPPLQJ VHP PR ´;HQGHVNPRS 8VHU GHYLŃHµB

Accurate Reporting

To track active subscriber licenses accurately, you must set the appropriate XenApp policies for session time-out. This prevents idle sessions from staying active from extended periods of time, which may result in inaccurate license usage count.

To Enable User Filtering

To allow filtering by AD domain or user group, you must set the following registry value on the license server to 1. Reboot the server for this change to take effect.

Page 7 of 7 Version 3, June 4, 2013

About Citrix

collaborate from anywhere, securely accessing apps and data on any of the latest devices, as easily as they would

in their own office. Citrix solutions help IT and service providers build clouds, leveraging virtualization and

networking technologies to deliver high-performance, elastic and cost-effective cloud services. With market-

leading cloud solutions for mobility, desktop virtualization, networking, cloud platforms, collaboration and data

sharing, Citrix helps organizations of all sizes achieve the speed and agility necessary to succeed in a mobile and

dynamic world. Citrix products are in use at more than 260,000 organizations and by over 100 million users

globally. Annual revenue in 2012 was $2.59 billion. Learn more at www.citrix.com.

©2013 Citrix Systems, Inc. All rights reserved. Citrix®, EdgeSight®, yenAppΡ, yenDesktop® are trademarks of Citrix

Systems, Inc. and/or one or more of its subsidiaries, and may be registered in the United States Patent and

Trademark Office and in other countries. All other trademarks and registered trademarks are property of their

respective owners.quotesdbs_dbs20.pdfusesText_26
[PDF] citrix csp license server

[PDF] citrix csp licensing faq

[PDF] citrix csp overview

[PDF] citrix csp partner portal

[PDF] citrix csp portal

[PDF] citrix csp portal login

[PDF] citrix csp pricing

[PDF] citrix csp program guide

[PDF] citrix csp reference architecture

[PDF] citrix customer success services

[PDF] citrix cvad

[PDF] citrix database requirements

[PDF] citrix delivery controller services to monitor

[PDF] citrix director 7.15 failure reasons troubleshooting guide

[PDF] citrix dpa