Skip to content
Snippets Groups Projects
Commit 23a63399 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Add a script block comment

parent d372a82f
No related branches found
No related tags found
No related merge requests found
<#
.SYNOPSIS
Collect Citrix XenDesktop metrics and format them for Prometheus.
.DESCRIPTION
Collect metrics from a Citrix Delivery Controller (license usage, machine status,
...) and formats them such that they are to be digested by the "windows_exporter"
Prometheus service using the `textfile` collector.
#>
$ErrorActionPreference = "Stop"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment