ContributeMost Recent Contributions (feed)
- Find-DuplicateSMTP
- 11 hours ago
-
This script will query your AD for all users, groups and contacts. It will then process through each of the SMTP addresses for all objects and count the number of occurances of each address. The scope expanded as I kept thinking of other interesting questions regarding the SMTP addresses that were in my domain. Once the script has finished gathering interesting data regarding the SMTP addresses in your domain, it will dump that information out to a spreadsheet (requires Excel), then send the spreadsheet as an email to you.
http://get-scriptjunkie.blogspot.com/2010/02/find-duplicate-smtp-addresses.html
- check-nsca.ps1
- 28 hours ago
-
Sends with nsca (Nagios Client) all Status Informations over VMs
- Get-WMIVersions
- 5 days ago
-
Use this script to detect installed .NET versions on a remote server using WMI. Requires credentials and a computername.
- Del. TrailingBlank (ISE)
- 6 days ago
-
This function is intended to be uses as ISE add on.
When working with ISE multiline texts take care of correct `r`n handling.
Finding the regular expression was a bit tricky.
Compare the different versions for yourself
- Send-FTP 1.0
- 6 days ago
-
A little Send-FTP script to support uploading files. This version is simple: it can’t create folders nor allow you to specify whether to overwrite files …
- Untitled
- 7 days ago
-
Get Local Security Groups and their Members from Remote Computers.
This was modified from Wright47’s 07 May 2009 12:58 AM post, and Ying Li’s post from 8/31/2007
- Out-IseFile
- 7 days ago
-
PowerShells wrapping behaviour may be adequate for the console host. Using ISE it’s far from the optimal. But you don’t need to use the output pane. Send your output to a new ISE Editor. To see the difference just try:
get-help * | out-ISEFile
- Get-BogonList
- 8 days ago
-
Heres a script to quickly look up the latest version of the bogon list maintained by Team Cymru from within PowerShell.
- PurgeFiles script.
- 8 days ago
-
Recursively remove files with given extension and maximum age from a given path.
- Write-IseFile
- 10 days ago
-
If you are using ISE put this file anywhere into your PATH and functions depending on it can use it. . . Require-Function Write-IseFile
$a = New-ISEFile
Write-ISEFile $a ‘This line will neither be wrapped nor truncated’- you find Require-Function in http://poshcode.org/1617
PowerShell Code Repository