The Scripting Frog

Code examples for scripts in VBscript and PowerShell

Monday, 24 September 2012

How to use PowerShell to search Active Directory

›
PowerShell 2.0 introduced 76 new CmdLets, including Get-ADUser which allow you to query Active Directory. This was a great progress as the ...
1 comment:
Friday, 31 August 2012

How to query a SQLite database with PowerShell

›
Relational databases are really useful to store data and can achieve far more than flat files, so you might be interested in accessing datab...
Thursday, 30 August 2012

How to query a SQL database with Powershell

›
You can use PowerShell to read or execute query to various database like SQL, MySQL, or SQLite. The following example shows you one of the...
Wednesday, 29 August 2012

How to create a HTA like in Powershell

›
HTML Applications (HTA) are very useful to provide a Graphical User Interface (GUI) to your VBscript, to ease its use, avoid typing mistakes...
Tuesday, 6 March 2012

How to Add an Exit Function to a HTA

›
Following my previous post about the WScript.sleep function, here is an function to add to an exit function to a HTA. Again, using HTA is...
2 comments:

How to add a sleep function to an HTA

›
The WScript.Sleep function in VBScript is useful. However, when you decide to use HTA to provide an interface to your script, the sleep func...
3 comments:
Home
View web version

About Me

The Scripting Frog
View my complete profile
Powered by Blogger.