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

Make $Pfx a global variable

parent 621b649c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ $Config = Import-PowerShellDataFile "$PSScriptRoot\Configuration\Config.psd1"
Add-PSSnapIn Citrix.*
$Pfx = $Config.PrometheusCollectorPrefix
$Global:Pfx = $Config.PrometheusCollectorPrefix
$MSPrefix = "${Pfx}_machine_status"
$PfxDuration = "${Pfx}_collector_duration_ms"
......
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