voloxastik
Новичок
- Сообщения
- 1
- Репутация
- 0
Добрый день!
Подскажите, как получить Instances с класса SSLBinding2
Выдает ошибку
err.Windescription: "More data is available"
err.number is: 800700EA
Заранее спасибо!
Подскажите, как получить Instances с класса SSLBinding2
Код:
#include <GUIConstantsEx.au3>
#include <WinAPI.au3>
#include <WindowsConstants.au3>
#include <Array.au3>
$oErrors = ObjEvent("AutoIt.Error", "Error_Handle")
$sWMIService = "winmgmts:\\localhost\ROOT\WebAdministration"
$strQuerySite = "SELECT * FROM SSLBinding2"
$objClass = ObjGet($sWMIService)
$ObjItems = $objClass.ExecQuery($strQuerySite)
for $SslItems in $ObjItems
ConsoleWrite ($SslItems.HostName & @CRLF)
Next
Выдает ошибку
err.Windescription: "More data is available"
err.number is: 800700EA
Заранее спасибо!