
- Powershell scripting the Windows 10 Export-StartLayout during logoff …- 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 ideas on how to … 
- 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 Windows Server … 
- Changing Scripting Host from WScript to CScript for Drag&Drop …- today I've run into a strange problem using the Windows Scripting Host. I've written a script that generates longer output texts and thus wanted it to run using the CScript interpreter (message boxes … 
- SCRIPTING ASP/VBS: get a more accurate error message than- I'm trying to find a way to get a better expressed errormessage than -2147217911 (80040E09) if the directory authentication fails. 
- 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 2010, the directory … 
- 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 
- [VBS] - Signature Script - social.technet.microsoft.com- 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 know—shocking!), so we will … 
- 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 destination). 
- 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 
- VBScript code to retreive column wise data from text file and copy the ...- Jan 7, 2012 · Dim objFSO, strData, strLine, arrLines, arrStrings CONST ForReading = 1 'Create a File System Object Set objFSO = CreateObject ("Scripting.FileSystemObject") 'Create the output file here …