Jump to content

s_hcl

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Everything posted by s_hcl

  1. Should i enable the setting Systems Management Server -->Site Hierarchy --> Site Name --> Site Settings--Active directory user discovery as i have already ,activated ---Active directory system discovery ,as it is wrkg fine.
  2. in the general tab,both are checked enable client push installtion to assigned resources--Server and Workstation enable client push installtion to site systems --- Advanced client ************************ i have also created an account. in the notes which i was referring to ,they had mentioned of creating an account named acinstall in the system where sms is installed to push clients,as a member of doamin administrators. I m confused reg this,since it is always the admin who will do this.If i give the account as domain/adminsitrator ....is it ok. *** i also ran the sms tool for management point trouble shooter ,if u need shall i post the results.
  3. i have installed sms 2003 in windows 2003 enterprise server, and was trying to collect the hardware and software inventory.I had dwnloaded some pdf files ,wherein they had mentioned the step by step procedures. While configuring a management point ,it was mentioned that that the sms host agent service will be installed ,but when i checked the services panel ,it was not installed. I can see my windows 2000 proff system in the collections tab and i tried installing the advanced client software from there ,but it didn't install .Hence, i installed the client.msi file manually on the client ,but still i cannot observe the client installed as an Advanced client ,in the sms console . where am i going wrong. kindly help
  4. I have windows 2003 domain named as tele.com and the domain controller holding all the roles are prod.tele.com. While creating an adsi script for creating a user ,i tried the following.To try the scripts ,i created an OU named test using the graphical interface.I wanted to create an User named test1 in that OU. set objOu=GetObject("LDAP://ou=test,dc=prod,dc=tele,dc=com") set objUser=objOu.Create("User","cn=test1") objUser.Put "sAMAccountName","test1" objUser.Setinfo when i ran the above script ,it gave me an error ,Object not found ,withthe usual error code. I moddified the script by changing the LDAP path, as... set objOu=GetObject("LDAP://ou=test,dc=tele,dc=com") and it worked... My query is ,why did not it took the ldap path dc=prod,dc=tele,dc=com.. I had the same problem while restoring an object from an OU. Any ideas
×
×
  • Create New...