About 22,600 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. 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 …

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

  4. How to batch delete files from a list

    I've created a batch file that backs up my user directory to my primary data drive, then backs up all files from that to my secondary (backup) data drive (if they don't exist or are newer than the …

  5. Using xcopy to copy to multiple workstations

    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

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

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

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

    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

  9. Bat - errorlevel on net use command

    It is a simple net use command, I delete all before running it i.e net use * /delete /yes. But it won't map and returns errorlevel 2. net help refers to errorlevel 2 as "The system cannot find the file …

  10. How to tell if Active Directory group is used anywhere

    If you have difficulty to customize the script, I suggest that you create a new post in the Official Scripting Guys Forum to get further support there. They are the best resource for scripting …