ContributeMost Recent Contributions (feed)
- Format-PoshTable
- 16 hours ago
-
Format-PoshTable puts the output in a WPF DataGrid (inline in PoshConsole, popup otherwise)
- Get-FeedInfo
- 42 hours ago
-
Takes an array of RSS feed URLs and gets the site URL and title..
- Email attachments
- 2 days ago
-
All descriptions on the web which show how to do this so far have left the email attachment open which means if the script is continuing after the email and you wish to use the file you have attached you will not be able to as it will show as locked, use this example to close the attached file correctly using .Dispose()
- Set-WinSchedule
- 2 days ago
-
Set-WinSchedule gives a GUI to select a schedule and schedules a task using schtasks. This is a beta. There are still a lot of features to implement. Please read through the synopsis->Description to see the list of features that I hope to get in a final release.
- Get-FtpList
- 2 days ago
-
A function to get a file listing via FTP and parse it into objects.
The default “FtpWebResponse“http://msdn.microsoft.com/en-us/library/system.net.ftpwebresponse.aspx listing comes back in HTML format from my FTP server, and this function parses it into objects. However, the string parsing here may not work on the output of your FTP server (if so, please contribute by adding another set of parsing).
- Kill Outlook + CopyPST
- 2 days ago
- Receive-Stream
- 2 days ago
-
A very simple stream-reader implementation (with no error handling) suitable for simple interactive script task …
- partial application
- 3 days ago
-
A proof of concept module implementing partial application (not currying) of functions and cmdlets in powershell. This is a functional language technique often used in languages like Haskell, ML etc.
- Untitled
- 3 days ago
-
PowerCLI to upgrade guests tools, hardware and record to CSV
- Audit iPhone/Palm Users
- 5 days ago
-
This script is intended to use IIS logs to audit OWA/Activesync logs for syncing of mail from an iPhone or a palm device. This script is not perfect, nor the prettiest thing in the world but it works. It could be further added to parse for windows mobile devices. If it was really slick it would grab all the unique values in the DeviceType= portion and then automatically include all mobile types. You can email the results to yourself in $To varible.
PowerShell Code Repository