Citrix Configuration Log with Property Old and New Values (in JSON format)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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