Comments
-
Thank you for the hint mesverrum! I managed to make it work: ############# $NewConProfile = [xml]'<ConnectionProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance"…
-
How would this code look like in Powershell? I tried Creating an object from scratch of type "System.Xml.XmlElement#http://schemas.solarwinds.com/2007/08/informationservice/propertybag#ConnectionProfile" but it seems it does not work like that. I am interested in creating a connection profile from scratch using Powershell,…