ContributeMost Recent Contributions (feed)
- Convert-ToMP3
- 5 hours ago
-
<div style=“display: block; margin: 10px auto; text-align: center;”><embed src=“http://media.entertonement.com/embed/OpenEntPlayer.swf” id=“1_332faab6_2ff4_11df_aed8_001422242c9f” name=“1_332faab6_2ff4_11df_aed8_001422242c9f” flashvars=“auto_play=false&clip_pid=mzbmnbdpnt&e=&id=1_332faab6_2ff4_11df_aed8_001422242c9f&skin_pid=wfxswdnlkf” width=“300” height=“30” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” allowscriptaccess=“always” wmode=“transparent”></embed><div id=“1_332faab6_2ff4_11df_aed8_001422242c9f_anchor” style=“font-size: 8px; color: black; text-decoration: none; display: block; text-align: center;”><a href=“http://www.entertonement.com/clips/mzbmnbdpnt—Samir-wants-to-kick-the-printerOffice-Space-Ajay-Naidu-Samir-” style=“font-size: 8px; color: black;” target=”_blank”>Samir wants to kick the printer sound bite</a> <a href=“http://www.entertonement.com/collections/4308/Office-Space?ht_link=1_332faab6_2ff4_11df_aed8_001422242c9f” style=“font-size: 8px; color: black;” target=”_blank”>Office Space sound bites</a></div><img alt=“Samir wants to kick the printer sound bite” border=“0” height=“0” src=“http://www.entertonement.com/widgets/img/clip/mzbmnbdpnt/1/1_332faab6_2ff4_11df_aed8_001422242c9f/blank.gif” style=“visibility: hidden; width: 0px; height: 0px; margin:0; padding:0; float:right” width=“0” /></div>
- Export-WLANSettings.ps1
- 20 hours ago
-
Using netsh.exe to loop through each WLAN on the system and export the settings to the user-provided output-file.
- Format-PoshTable
- 40 hours ago
-
Format-PoshTable puts the output in a WPF DataGrid (inline in PoshConsole, popup otherwise)
- Get-FeedInfo
- 2 days ago
-
Takes an array of RSS feed URLs and gets the site URL and title..
- Email attachments
- 3 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
- 3 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
- 3 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
- 3 days ago
- Receive-Stream
- 3 days ago
-
A very simple stream-reader implementation (with no error handling) suitable for simple interactive script task …
- partial application
- 4 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.
PowerShell Code Repository