|
Debug regex operation when matching any string
.SYNOPSIS A very simple function to debug a Regex search operation and show any 'Match'...
|
01-25-2012
|
31
|
0
|
|
Reset “Hidden files and folders” to normal using PowerShell
Hi, yesterday one of my users laptop get infected with virus. After removal of virus i saw that...
|
01-25-2012
|
24
|
0
|
|
ToolWindow module for displaying windows in separate threads
ToolWindow is a sample module to open and display one or more windows in separate PowerShell threads...
|
01-23-2012
|
127
|
0
|
|
Event Log Grabber v1
A simple script to get event logs from a remote machine and export to csv file or display this in...
|
01-17-2012
|
67
|
0
|
|
7zip and PowerShell
hi, Happy New Year :) This script compress all .bak files {sql backups} in there cureent folder...
|
01-13-2012
|
59
|
0
|
|
CheckMailboxQuota
For checking Exchange User Mailbox Quota Settings
|
01-12-2012
|
53
|
0
|
|
RunAs V2
Just a bug fix to version 1 where the list of apps was being recreated everytime the tool was started...
|
01-11-2012
|
79
|
0
|
|
invoke-RunTelnetScript
This simple sample script to show how you can run a given set of telnet commands using powershell...
|
01-09-2012
|
38
|
0
|
|
OutputHelper Commands
This module makes creating reports very easy: Get-Process | Out-Excelreport -open Get-Service |...
|
01-09-2012
|
160
|
0
|
|
Remote Admin Tool Version 2.0
This is an improved version of Remote Admin Tool to provide a set of 12 tools to make remote administration...
|
01-02-2012
|
243
|
2
|
|
Retrieve the Set-StrictMode setting
This procedure is necessary as there is, apparently, no PowerShell variable for this and enables...
|
12-31-2011
|
50
|
0
|
|
appscanner(acl and applocker scanner)
File Access scanner for ACL and Applocker policy. Scan a particular file/folder for write/execute...
|
12-17-2011
|
71
|
0
|
|
Function to Update , Create and Read Registry in Local Machine
#usage # Call the Function by passing the Registry Key , Value Name , Value Data , Type" #...
|
12-11-2011
|
85
|
0
|
|
Edit Ini File
Here is the PS script that will add the New Section , Item and Value at the end of the Existing...
|
12-11-2011
|
82
|
0
|
|
Console Profile Run Function
This is the Console version of the ISE Run-Script function posted earlier. Typing 'Run example'...
|
12-10-2011
|
90
|
0
|
|
Log start & end times of PowerShell ISE scripts run
This function should be included in the PowerShell ISE profile.ps1 and it will display the start...
|
12-07-2011
|
99
|
0
|
|
PurgeSybaseErrorLogWithZip.ps1
This script will purge the sybase ase error log and archive and zip the files by date This script...
|
12-06-2011
|
61
|
0
|
|
PurgeSybaseErrorLog.ps1
This script will purge the Sybase ASE Error log. This script will work even if the file is in use...
|
12-05-2011
|
65
|
0
|
|
Enterprise Exchange Management with PowerShell
Learn how to take control of your messaging environment using the Exchange Management Shell. In...
|
12-02-2011
|
89
|
0
|
|
SybaseErrorLogCheck.ps1
Description =========== This script is to check the Sybase ASE Server errorlog for certain strings...
|
12-01-2011
|
89
|
0
|