You need to notify an admin that something happened or something is finished and would like to send a quick e-mail from inside your PowerShell...
database-tools
Check Online Status
When managing more than just one system, you may want to remotely access those systems. Maybe you use WMI to do that. However, when you try and...
An Easy InputBox
All user input and output normally occurs inside the PowerShell console. Simply access the .NET framework directly if you'd like to get back the...
Finding Current Script Path
Ever wanted to locate the path of your current PowerShell script? This can be useful to call other scripts or resources in the same folder. To...
Finding Aliases for a Command
PowerShell defines a lot of shortcuts (aliases) for most commands. You may want to determine whether there is a shortcut if you find yourself using...
Clone NTFS Permissions
NTFS access permissions can be complex and tricky. To quickly assign NTFS permissions to a new folder, you can simply clone permissions from another...
Ldap Monitor
hello, I downloaded friday 20 mars “up-time5″ for test. when i try to use 'test ldap service instance', I have always error=53....
Finding and Deleting Orphaned Shares
Maybe you never noticed but when you delete folders that were shared on the network, the share may be left behind. To locate shares that have no...
Creating HTML Reports
PowerShell can convert objects into HTML using ConvertTo-HTML. By adding a bit of custom formatting, your reports can be colorful and cool. The...
Parsing Logfiles With Regular Expressions
Regular expressions are a powerful but somewhat complex mechanism to match and find patterns in text files. However, it is not always necessary to...
Using PowerShell To Create Batch Command Calls
Whenever you do something twice, automate it! This applies to native commands as well. PowerShell can help you call a native command repetitively....
Creating A Computer Profile
Often, information needed to comprehensively profile a computer comes from a number of sources. A great way to meld these different bits of...