Script for SFTP zip and upload
Hi Script junkies,I am trying to get some help with a script to zip and upload a bunch of documents to a SFTP server. Here is the scenario:1. An automatic SQL job would dump a large no of files into a...
View ArticleWhy don't VBscripts work in my Windows Vista Ultimate O.S.?
I am trying to learn more about VBscripting. I purchased VBScript step by step by Ed Wison. I tried running some of the exercise scripts in the book but all I get is a dialog box asking what program...
View ArticlePowershell Unique Selections for Multiple Combo Boxes
I am currently working on a powershell script that will use 4 combo box controls. I would like for them to all use the same data source whether it be an array or just a .txt file. I would like for each...
View ArticleSearch for active computers with last 90 days
Hi everyone, I would like to search entire domain for XP and Win 7 Pro computers that active within last 90 days. I have script below but it appear to return all computers back to 2010. What is wrong...
View Articlehow to query out AD enableRemoteControl user properties using powershell script?
Hi, i had been researching about how to query out the AD enableRemoteControl user properties information and also set it information using powershell script for past whole week. What I had found, using...
View ArticleNeed help to convert GUI to command line
Hi Guys ,Need some help with respect to scripting I am working on a Unix platform(sun), where in I am asked to invoke table menu via command line which has lots of option like STATUS, REPORT ….It goes...
View Articleis it possible to add value to the attributes of in ADSIedit?
I had been using PowerShell version 3 and use LDAP query to query out both attributes and value from Active Directory. Is it possible to use powershell script to set value to the description attributes...
View ArticleNovice Question
Hello All,I want to preface this by saying that not I have no experience whatsoever in scripting, nor do I know if scripting is actually the answer to my problem. This is what I came to find out. If my...
View ArticleInstalling printer drivers on x86 and x64 OS clients from print server
Hi experts,I have a print server win 2008 r2 with some printers installed on it including x86 and x64 drivers.1. I wanted to install printer drivers on x86 and x64 CLIENT OS (win 7/8 ) from the print...
View ArticleHelp Powershell and Wsus Approve Updates By Computer Group
I've found this script to ApproveUpdatesByComputerGroupt and it works, my problem is now, I only need to approve Classification Critical, because I will not approve service packs for OS / SQL, etc....
View ArticleRead IIS Logs using Powershell
Hi,Can someone help with the following.I am looking for some powershell help which will monitor IIS logs for http 503 and 449 errors and send me an email alert when this occurs.ThanksVin
View ArticleLogin / out history extraction from 2008R2 Event Logs with a PowerShell script?
Hi folks,I think I'm asking something similar to a few other posts, but instead of hijacking their threads, I thought I'd start my own.As the subject suggests, I'm trying to extract from a 2008R2...
View Articlegui help - forms
Hi Scripting guys,I've created a gui for a scipt i've wrote and I need to lock down the form e.g. stop it being resized and to stay on top.There are two last requests for the form that i can't seem to...
View ArticleHelp amending script to read list of computers, run script and output to log...
Hello all,I have cobbled together a script that runs and does what I want, now I would like to amend the script to read a list of computers rather than use the msg box that it is currently using for...
View ArticleGlobal (system-wide) hotkey with Powershell
Hi, i have a winform which is minimized/or hidden and would like to make it appear with a global (system wide) hotkey. (see bogus "new-hotkey"-cmdlet...
View ArticleUse Powershell to read contents on email message pipe to variable
Hey guys, Got a new one for ya'll. I've been tasked with writing a powershell app that will watch an Exchange inbox and if the body of the email contains MSDS=xxxxxxxx.pdf email the xxxxxxx.pdf...
View ArticleJobs duplicating
I am writing a script which will have a bunch of jobs that each call get-counter for a different counter.My preliminary testing is going terribly. The following script is supposed to simply start the...
View ArticleHow do I get the user's OU from his/her e-mail address?
I'm trying to write a Powershell script that forwards an e-mail from X user and, based on that user's Organizational Unit in Active Directory, forward that e-mail to the correct department dealing with...
View ArticlePerformance Counters on Specific Network Adapters, Powershell
I am writing a script that, among collecting other performance counters, will find all the physical network adapters on the machine running it and gets those adapters' Bytes Sent and Bytes Received...
View ArticlePowerShell Active Directory: Get last logon date of a deleted user
So, my first post in this noble community. I've been lurking here and I've been getting some good information. Hopefully, you guys can help me in this concern which may be simple to some but I couldn't...
View Article