
jscript "Class doesn't support automation" - or - how to install ...
Client 1 gets a can not load Active X in their web based imaging software Client 2 get Class does not support automation" in a jscript during a whandle.opener = this statement
Does Powershell script run on MAC OS X
Here is what I'm trying to achive, I have a login script in batch format that runs very well on all versions of Windows, but due to the popularity of Mac many MAC systems are getting added …
How to close the CD drawer in Powershell
I am writing a script that will prevent a user from logging off until they have removed any CDs that are in the machine. The script ejects the CD to make it convenient for the user to pick up (and …
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 …
VBScript code to retreive column wise data from text file and copy …
Dim objFSO, strData, strLine, arrLines, arrStrings CONST ForReading = 1 'Create a File System Object Set objFSO = CreateObject ("Scripting.FileSystemObject") 'Create the output file here …
Removing Devices from an AD Group - social.technet.microsoft.com
I'm trying to remove a group of devices in an AD group. I don't want to remove all devices but specific devices say device ending in 8 e.g. DEV*8. My cmd is like:
VBS file to run multiple Batch files on a UNC share
I would like with one VBS file ton run multiple batch files in a certain order.
Using VBS to map a network drive - social.technet.microsoft.com
The Microsoft Scripting Guys" (emphasis added) I don't have the same kind of problem, but was interested to find the solution for my own better understanding of scripting. The results of this …
Powershell: Access extra file details you can see in Explorer?
The 'Subject' metadata is a part of an MSI database, not part of the file system. Hence, you need a way to access MSI (Windows Installer database) metadata from PowerShell. One way is …
Need a script (.vbs) to log user off of a Terminal Server
What I am unable to find are any scripts that are even closely associated with the Terminal Services Manager. See, we have a problem where users's sessions need to be reset after …