You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($xmlResponse.definitions.service.port.address.location-eq"https://$($Config.NCServerAddress)/dms2/services2/ServerEI2"){
1606
+
if ($xmlResponse.definitions.service.port.address.location-eq"https://$($Config.NCServerAddress)/dms2/services2/ServerEI2"){
1607
1607
$Flag="W"
1608
1608
$Out= ("Device failed ping test, but succeeded on WSDL verification method for "+$NC.Products.NCServer.Name+", script will proceed with online activities")
$Out= ("WSDL verification method for "+$NC.Products.NCServer.Name+"failed, Offline Repairs will be performed possible until connectivity is restored.")
1617
-
Log W0$Out
1615
+
Log $Flag0$Out
1618
1616
}
1619
1617
}
1620
1618
@@ -3172,21 +3170,23 @@ function InstallAgent {
3172
3170
### Function Body
3173
3171
###############################
3174
3172
### Perform WSDL verfication before attempting any install or removal
Copy file name to clipboardExpand all lines: ReleaseNotes.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# 2021-05-7 - 6.0.2
2
2
* Fixed bug with Invoke-Webrequest not working due to absence of -UseBasicParsing per [#36](https://github.com/AngryProgrammerInside/InstallAgent/issues/36)
3
3
* Added forced removal/cleanup when bad MSI uninstall information or MSI unable to remove old/rogue agent when needed. [#37](https://github.com/AngryProgrammerInside/InstallAgent/issues/37)
4
+
* Added WSDL based server verification for environments where outbound ICMP is disabled [#38](https://github.com/AngryProgrammerInside/InstallAgent/issues/38)
4
5
* Fixed bug with InstallAgent process not being spun off Async unless -Monitor flag used [#39](https://github.com/AngryProgrammerInside/InstallAgent/issues/39)
5
-
6
+
* Fixed up Partner Config file validation of True/False attributes
0 commit comments