Shadow copy via script
Hello,I setup multiple Windows 2008 R2 Servers. I have managed to script a lot of what needs to be setup but I would like to script the Shadow Copy.I would like to match exactly what happens if you...
View ArticlePowershell Splitting file name issue
Hey guys, I have an issue with splitting a file name and assigning the splits to variables to i can write them to a SQL database.my sample file name is: I12345L98765.tif where this variable is...
View ArticleScript to change computer description in Active Directory
I have the following script that allows me to disable 500+ computer accounts at once. It works just fine but I am wanting to also have it add a reason why in the Description field. I've looked online...
View Articlesearch active directory for multiple computer names
Hi, Is there a simple way of searching AD for multiple computer names on a text file, and output the results to include the current OU ?
View ArticleCreate a remote share on a win2008R2 + share permission
Hello,I have this script , the only problem is creation of the share , i think its happing problems with the UNC path the\\ws30540\c$\WebSrvLog\APP is used as a working UNC path on my computer ( its my...
View ArticleCreate view in Outlook 2013 using Powershell
Hi,I am attempting to write a piece of script to create conditional formatting rules for user's Outlook. I have found the MSDN developer reference for the specific object and it includes an example of...
View ArticleBITS 3.0 Bandwith Settings
Hi there, I am looking for a way to set BITS 3.0 / 4.0 bandwidth settings on various servers using a script, for organizational reasons it is not possible to adjust the values by GPO. For BITS...
View ArticleRunning a CMD.exe from PowerShell with arguments
Hello guys, I am working with a driver backup program that I need to automate. I am using Power shell to run a few other tasks, like check the OS version and create a folder based on the system type...
View ArticleVBscript to find specific list of installed software on windows XP, windows &...
Hi All, I need a vbscript which will find following list of softwares on my system, and if it is there then it will give detials of that software like version, install date, etc. 1. IE details (like...
View ArticleWriting a table to a MS Access database from Powershell
Hey guys, me again...I'm trying to wrap up a project here and i have a powershell app writing to a SQL database just fine. The last piece is writing to a MS Access database table. For the life of me i...
View ArticlePowershell Script to automatically format USB Thumb drives when inserted. Not...
I have created a script that recognizes USB thumb drives then formats them, it works great on my Windows 7 machines but I did not realize that the machine I was making it for used Windows XP.Is there a...
View ArticleRemove Permission Weirdness
I have the following script to create a folder and add a default permission.It is then supposed to remove inheritance.Then remove Authenticated Users from the folder.If I run the following script all...
View ArticleStart a script as administartor from within a script (Batch)
Hi,I have a Batch script that is started remotely from one computer(PC-X) on another(PC-A).Now within the script tat is running on the PC-A I want to triger another Batch script (or command) with...
View ArticleIf else usage for Windows Batch
@ECHO OFF COLOR 3E SET A111="Documents and Settings" SET A222=Users SET /P PC=Enter Computer IP or HostName: @echo Opening Remote Folder.... if exist "" "\\%PC%\C$\"%A111%" (start ""...
View ArticleNeed some help in building a PowerShell Script
I am in the process of setting up continuous self-auditing on a set of computers that are on a Domain. My company has a restriction on use of USB devices as well as CDs/DVDs. The domain pushes patches...
View Article72|80004005|The_Microsoft_Jet_database_engine_cannot_open_the_file_''.__It_is...
Hi ,Error Information:...
View ArticleStart Application in Background
Hi,Is there a way to start a programm in the background?I want to run a VirtualBox in Headless mode without opening any window.With a C#.Net Programm I archived it like this:...
View ArticleAdd shared calendar to another users account using powershell
Hi,I am trying to add a calendar to another using account using powershell as it will be easier to make a script than logging in to each user and adding the calendar. Has anyone done this before or...
View ArticleSearch Registry ValueName and its Value for a lot of subkeys
Hi guys,I have one vb script for local printers:Option Explicit Const HKEY_LOCAL_MACHINE = &H80000002 Dim oReg : Set oReg =...
View ArticleGet-wbsummary FOReach
Hi, please help! i'm sooo close! i run a FOREACH on the function below against 4 servers. if one of the servers is offline i only get 3 results back, how do i make it spit out a row indicating...
View Article