Batch command to find program installed in control panel
Hi All, I have task to write batch file for finding weather particular program existed in Control panel or not.Can any one help me how can I do it Samar
View ArticlePowershell script to list filepath, last modified timestamp and ownership for...
Hi Scripting Guys,I'm trying to build a list of files and sub-folders below a top level folder, this list should include the full file path, last modified date and time and the owner using powershell.I...
View ArticleExcel Forumla via powershell
Hi All,I have an issue that I can't work out....I am trying to use PowerShell to write an excel formula which contains a variable into a cell.$batchname = "Batch15c"$vl =...
View ArticlePass Parameter and find user permission level
HI All, By passing the server name and user name as parameter and I want to find weather user name passed in parameter holding admin rights or not.Can any one help me how can I do this.Samar
View ArticlePass Parameter and Find folder existed in server or not
HI All, I task to write batch file and pass parameter with server name and find weather folder existed in server or not.Can any one help me how can I do thisSamar
View ArticlePass Server Info and find service existed or not
Hi All, I have written batch code which is running fine to find weather service is existed or not.But I want to pass parameter which holds server name and find weather the service is existed or...
View ArticleComputer to Computer Data Transfer Script
Hi Guys,We have a new customer that wants to transfer specific data (My Documents from D:, Desktop, Favorites, Dictionary and Signatures from C:) from old computer to new computer over network logged...
View ArticlePowershell with winform and install-windowsfeature
hi,I have this strange issue with a powershell GUI I am creating. Basically I am building a small GUI that will install features and roles on windows 2012 servers. Here is the sample code:[void]...
View ArticleVBScript to use partial computer name to find MAC and IP address - Syntax Error
Hi guys,I found / wrote / modified a couple VB scripts with the goal in mind of:Take txt list of serial numbers (serial numbers are last part of computer names)Query each to find it's MAC and IP...
View ArticleRunning SFTP from script but Task Scheduler does not like part of it.
Hello,I am trying to do some (not so) simple file copying using SFTP in this manner: 1) Map a drive to the destination, the SFTP program will not accept UNC paths 2) Use SFTP to copy the files to the...
View ArticleMissing computername in output of script
My goal is to produce a quick report that the techs can use to find inconsistencies involving Adobe Flash and other installs. I have the following code and it works as far as giving the information,...
View ArticleRegex to verify a PO Number
OK, I have a bit of an issue.I have a directory that I need to start filtering some files on.I thought I had my script working perfectly, based on what they originally told me the requirements were,...
View ArticleConverting Powershell to VBS, Setting a WMIObject (DNS)
While we are waiting for our "Deploy Powershell to everything that can run it" initiative to finally break through the change control process, one of our teams has asked us to update the DNS entries on...
View ArticleFind folder existed in server or not
HI All, I task to write batch file and pass parameter with server name, user credentials and find with folder existed in server or not.Can any one help me how can I do thisSamar
View ArticlePower Shell script to send a email with event details when an specified event...
I want a power shell scrip to send a email to a specific email id with the event details when an specified event triggered. The default option to trigger the email on event occur is failed.
View Articleneed help with triple combo box with function
Hi,I found this code online and it works with what I am looking for.I need to choose a plant, then populates the Department then a staion.When I choose a station1, i need to be able to copy a file...
View ArticleRobocopy with Win 8.1 , guidance needed
In Win8.1Pro 64 bit used the command line:Robocopy V: F: \ backup /MIR / R:0 The copied directories now take most of the space on an external Lacie HD F: . All the files and directories seem to be...
View ArticleHow to code this batch file?
I would like to run the following code within batchfile, if and only if current time is greater than 9 am.Does anyone have any suggestions on how to add this condition on following coding?Thanks in...
View ArticleComposing PowerShell "Get-Help" that is readable in my code
Hopefully I explain this so that you guys can get what I am trying to do. It is not so much a problem, but more of a personal preference. I would like to keep my code as easily readable as can be so...
View ArticleVBScript does not retrieve Member details if a Distribution/Security Group...
Hi,VBScript does not retrieve Member details if a Distribution/Security Group have only one Member. I have tried several Scripts even changed the coding in it, also tried few External Script by created...
View Article