About 23,300 results
Open links in new tab
  1. Powershell scripting the Windows 10 Export-StartLayout during …

    It appears that the Export-StartLayout is not available during logoff. The goal is to roam the Start Tiles in an environment where every computer is the same. I am looking for feedback and …

  2. 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 …

  3. 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 …

  4. Configure Windows Deployment Services Using PowerShell

    Dec 13, 2018 · 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 …

  5. Outlook cached global address book file location

    I need to write a script that will locate the latest cached address book. I know that on an xp machine, it is pretty standard for the location. But, I have noticed that on a Win7 / Outlook …

  6. Calling synchronous web services asynchronously from PowerShell?

    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 Guys01

  7. 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 …

  8. Reading text from webpage/source code into access database, …

    Nov 24, 2009 · 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 …

  9. How to have Robocopy not overwrite a file

    Aug 21, 2018 · 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 …

  10. 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 …