icinga-powershell-framework
icinga-powershell-framework copied to clipboard
Get-IcingaAgentInstallation - Error handling on registry
I have a weird case in which a reg key contains a forward slash '/' which would be interpreted as a skip character and the $RegistryData = Get-ItemProperty $regPath in Get-IcingaAgentInstallation function would throw an error
This is the part i am talking about