Skip to content

Instantly share code, notes, and snippets.

@JasonConger
Created October 15, 2015 20:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JasonConger/62b9c6ce165503a3112c to your computer and use it in GitHub Desktop.
Save JasonConger/62b9c6ce165503a3112c to your computer and use it in GitHub Desktop.
Citrix Configuration Log with Property Old and New Values (in JSON format)
# Create a UDL file to access the SQL database
Add-Content C:\conflog.udl –Value $null; Start-Process C:\conflog.udl
# Load the Citrix Common Commands Snapin
Get-PSSnapin -Registered "Citrix.Common.Commands" | Add-PSSnapin
# Get the configuration log and convert to JSON
Get-CtxConfigurationLogReport -DataLinkPath C:\conflog.udl | ConvertTo-Json -Depth 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment