Public Function RemoteWin32_AVP(ByVal strComputer As String, ByVal strUser As String, _
ByVal strPwd As String, Optional ByVal strDomain As String = "Default") As String
Dim options As ConnectionOptions
options = New ConnectionOptions()
If strDomain = "Default" Then strDomain = strComputer
options.Username = strDomain & "" & strUser
Alte URL:
/snippet/informationen-ueber-av-produkt-remote/403