About 28,500 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. How do I register a Windows Scripting Component on a Windows …

    I have some Windows Scripting Component modules that are required by the applications that we’re going to be running on this server. These modules are being moved from an old …

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

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

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

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

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

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

  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. Why is robocopy on my windows 7 machine missing the /MT switch?

    Mar 8, 2013 · The scripting forum seemed like the best place because this is a scripting tool. Is version XP010 the wrong version though? What version should it be and can I just copy it from …