About 21,300 results
Open links in new tab
  1. DCOM Permissions Scripting - social.technet.microsoft.com

    I can easily do this manually using DCOM config 32, but I would like to make it a part of installation process scripting all the configuration steps. I have scripted everything except of …

  2. Batch file to edit target path for shortcuts

    This Forum is for Scripting Questions Rather than script requests How to ask questions in a technical forum How to post code in Technet Forums \_ (ツ)_/ Monday, January 20, 2020 2:39 …

  3. Scripting the export of AD account attributes to use for importing …

    I don’t know where to start on the scripting side of things so I need as much help as possible. Below is an example of a source user account and new contact record showing the attributes …

  4. Using Disable-NetAdapterPowerManagement to stop Wi-Fi …

    Sep 16, 2019 · The cmdlets I've tried are Set-NetAdapterAdvancedProperty, and Set-NetAdapterPowerManagement.... neither of them remove the ability of the OS to turn off the …

  5. Delete files on a NAS - social.technet.microsoft.com

    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 Guys11

  6. VBscript viewer - social.technet.microsoft.com

    Two ideas. One is to have statements that echo somthing indicating where you are in the program. I run VBScript programs at a command prompt using cscript, and PowerShell scripts …

  7. WMI Scripting and Impersonation Credentials Not Passing

    I decided to use windows impersonation in the exe batch file I created rather than using impersonation in WMI.

  8. My computer can see my network drives, but Powershell can't

    the powershell forum deals with all types of powershell questions, scripting-related and otherwise. the scripting guys forum deals with all types of scripting questions, powershell-related and …

  9. VBScript code to retreive column wise data from text file and copy …

    Jan 7, 2012 · Dim objFSO, strData, strLine, arrLines, arrStrings CONST ForReading = 1 'Create a File System Object Set objFSO = CreateObject ("Scripting.FileSystemObject") 'Create the …

  10. VBScript for parsing multiple text files

    I am have very basic knowledge about VB scripting, but this code could be the perfect solution i am looking for. could you guide me exactly how to run and test the same , i would be really …