[xml]$DeployXML = Get-Content "C:\Users\Public\Documents\Four Winds Interactive\Signage\Channels\(default)\DeploymentSettings.xml" $DeployXML.DeploymentSettings.ConnectionProperties.Hostname = "http://ctexp-web01-signage.westus.cloudapp.azure.com/FWiServices" $DeployXML.DeploymentSettings.ConnectionProperties.Username = "Microsoft\fwiservices" $DeployXML.DeploymentSettings.ConnectionProperties.ExtendedProperties = "fA01ONouJntoYTiYEc2D7+bTBwugjQEhe9d0izSR4tQ=" $DeployXML.Save("C:\Users\Public\Documents\Four Winds Interactive\Signage\Channels\(default)\DeploymentSettings.xml") [xml]$DeviceXML = Get-Content "C:\Users\Public\Documents\Four Winds Interactive\Signage\DeviceSettings.xml" $DeviceXML.DeviceSettings.FwiServicesConnectionProperties.Hostname = "http://ctexp-web01-signage.westus.cloudapp.azure.com/FWiServices" $DeviceXML.DeviceSettings.FwiServicesConnectionProperties.Username = "Microsoft\fwiservices" $DeviceXML.DeviceSettings.FwiServicesConnectionProperties.ExtendedProperties = "fA01ONouJntoYTiYEc2D7+bTBwugjQEhe9d0izSR4tQ=" $DeviceXML.Save("C:\Users\Public\Documents\Four Winds Interactive\Signage\DeviceSettings.xml")