About 50 results
Open links in new tab
  1. Absolute Newbie Scripting Question

    I have been tasked to create an XP Virtual Desktop Pool and was told I needed to run the script below.

  2. Office2016 VB scripting and DSOfile.dll - social.technet.microsoft.com

    Then here we mainly focus on questionsrelated to setting up and deploying the RTM release versions of Office 2016 and Office 365 ProPlus, I am afraid little we can help regarding your question about VB …

  3. Scripting repadmin /showutdvec or Get …

    Feb 11, 2016 · I'm trying to write a script to do some rudimentary AD replication checking. At the moment I'm running a repadmin /replsummary which identifies domain controllers that are failing …

  4. Powershell scripting STIG - social.technet.microsoft.com

    Apr 15, 2013 · Does anyone know of any current STIGs in relation to scripting in powershell?

  5. First Name and Last Name Variables

    May 24, 2010 · We are running Server 2008 (standard) , SP2, 64 bit operating system. The guys that set up the system chose a first name <space> last name standard for creating each user's personal …

  6. Get samaccountname from distinguishedname_ powershell

    Feb 28, 2020 · We'd recommend that you first head over to the Script Center, get your feet wet, and then come back to either ask or answer questions. We can't be everywhere at once (we …

  7. vbscript to check an environment variable exists

    Nov 2, 2012 · We'd recommend that you first head over to the Script Center, get your feet wet, and then come back to either ask or answer questions. We can't be everywhere at once (we …

  8. Add-DnsServerSecondaryZone Multiple MasterServers

    Oct 24, 2019 · Is there a way to add multiple master servers with the command Add-DnsServerSecondaryZone -MasterServers. I've found the parameter -MasterServers can't accept …

  9. Automatic ie page refresh - social.technet.microsoft.com

    May 20, 2010 · We can't be everywhere at once (we know—shocking!), so we will appreciate any and all help you can give to each other to get scripting problems solved. The Microsoft Scripting Guys02

  10. Call .vbs from a .vbs - social.technet.microsoft.com

    Jun 3, 2010 · You need to open the file to read it line by line to pull out the variables. Here is a starting point (run it from second file): Const ForReading = 1 dim FileToRead FileToRead = "lib.vbs" Set …