About 4,040 results
Open links in new tab
  1. Run the following script on all computers in the domain

    I've tried getting this to work with the various templates, but I've been unable to. I'm trying to get it to run on all the computers in my domain. Let's say the domain is Slateythree.net Here's what I …

  2. VBScript with Internet Explorer - social.technet.microsoft.com

    Creating the IE object is the only way you're going to be able to control the application the way you're asking, using the shell method just starts the process - you can't tap into the application …

  3. Como gravar o valor de um atributo de um usuário do AD no …

    Set objSysInfo = CreateObject ("ADSystemInfo") Set objUser = GetObject ("LDAP://" & objSysInfo.UserName) 'Quero gravar o display name no registro strDisplayName = …

  4. VBScript to get number of files by type and size of files by type

    E.G Root folder has 2 folders each has 2 sub folders. They contain a mix of files doc, xls, ppt, txt etc. Script runs and reports the following in Excel Folder1/sub-foldera - Total size 245MB - …

  5. how to remove duplicate entries from text file vbscript

    I have this code already and it does a good job of what I need it to do, but is there a way to not write duplicate lines back to the text file?

  6. How to verify from a list of servers if they are belong to a domain …

    Set objFSO = CreateObject ("Scripting.FileSystemObject") Set objFile = objFSO.OpenTextFile (strFile, ForReading) ' Determine DNS name of root domain from RootDSE object.

  7. Writing manually to the execmgr.log

    I am currently working on an install package, wrapped in a custom executable. The executable does a Case statement with a number of system checks before choosing what action to …

  8. LDAP query to return users and groups recursively?

    Dec 1, 2016 · I have some VBA code in Excel that returns the list of users and groups contained in the group 'SomeGroup'. However, since 'SomeGroup' contains other groups, I'd like to …

  9. Script p/ criacao de atalhos prg - social.technet.microsoft.com

    Quem pode me ajudar, ref a criacao de um script de pref .bat , onde este ira criar aprochimadamente 10 atalhos executaveis de uma determinada pasta do servidor para o pc …

  10. Relaying email with authentication and TLS

    Sep 2, 2009 · I tested the VBScript below with gmail—which also requires smtp authentication and TLS—and it worked perfectly. Can anyone help me get it to work with Microsoft Online's …