Re: Advanced Client without NetBios



Here is the script I used:

dim oSMSClient
set oSMSClient = CreateObject ("Microsoft.SMS.Client")
oSMSClient.SetCurrentManagementPoint "192.168.1.1",1
set oSMSClient=nothing

It looks like it is talking to the MP after running that script. The
firewall shows traffic over port 80 and the log file verifies that it
was able to get the MPs hostname::
URL=http://MYMPNAME/SMS_MP/.sms_aut?MPCERT1, Port=80, Code=12007,
Text=ERROR_WINHTTP_NAME_NOT_RESOLVED LocationServices 2028 (0x07EC)

We are also seeing "Failed to verify signature for assigned MP
CertificateMaintenance" in the Certificate Maintenance log. There are
no packets being discarded at the firewall.

Thanks again for your help.
Rich

.



Relevant Pages

  • RE: Setting site codes via script.
    ... for users that had some admin privs on the client. ... I have written a short vbs script based on info from the SMS Scripting ... Set oSMSClient = CreateObject ...
    (microsoft.public.sms.admin)
  • Re: Client imaging with SMS advanced client
    ... Because I created the following script: ... dim oSMSClient ... terminates with an error saying that client is not assigned to any site. ... >>to the SMS site. ...
    (microsoft.public.sms.admin)
  • Re: SMS Management Point API
    ... If you're using VBScript you can do this: ... Dim oSMSClient ... Set oSMSClient = CreateObject ... I want to do the exact same thing, but in C# (I'm coding a multi-msi ...
    (microsoft.public.vb.enterprise)

Loading