General help and info provided by Helewix.com Consultants

Category: Scripting

VBS to open application .exe plus additional parameters

09/20/11 | by HendrikWiese - Helewix.com Consultant [mail] | Categories: Scripting

VBS to open application .exe plus additional parametersLet?s say you want to open C:\Program Files\Internet Explorer\TEST.exe with the /S and some INI file using VBScript, there are 2 ways to reference the string this:SOLUTION 1:' Declare your… more »

Use Powershell to Export Computer Description based on computer CSV list

Use Server 2008 Powershell to Export Computer Description based on CSV file import using the following command:Import-Csv c:\computers.csv | FOREACH{Get-QADComputer -Name $_.computername} | select dNSHostName,Description | Export-Csv c:\output.csv -n… more »

Use Powershell to Export User Email Address based on computer CSV list

Use Server 2008 Powershell to Export User Email Address based on CSV file import using the following command:Import-Csv c:\userlist.csv | FOREACH{Get-QADUser -Name $_.usrname} | select Name,Email | Export-Csv c:\usrlist-output.csv -notNotes:1.… more »

Use Powershell to display sizes of all Deleted Items within mailboxes on Exchange 2010

Here is a quick script to display sizes of deleted items for all mailboxes within your Exchange 2010 environment:foreach($mbx in Get-Mailbox){Get-MailboxFolderStatistics $mbx.identity -FolderScope 'DeletedItems' | select @{n="DisplayName";e={$mbx.dis… more »

Set Local Admin Password using .vbs (VB Script) and GPO

Today I will show you how to set the local administrator password using .vbs and gpoCREATING THE SCRIPT1. Click start > run and type: notepad2. Click "OK"3. Now copy and paste the following code:Set WshNetwork = WScript.CreateObject("WScrip… more »

Pages: 1 2 >>

General help and info provided by Helewix.com Consultants
June 2013
Sun Mon Tue Wed Thu Fri Sat
 << <   > >>
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            

Blogger Rating

Ads

Plutus Hosting - Quality and Affordable Website and Email Hosting
usafis
Loanfinder SA
AreYouInterested

WiCount

Listing4me

MarisIT

Search

Flag Counter

free counters

XML Feeds

powered by b2evolution free blog software