ContributeMost Recent Contributions (feed)
- Example user addition
- 21 hours ago
-
User addition for Exchange/AD/Lync. Still work in progress, as all of the Lync functionality is not quite implemented. For example only, run at your own risk.
- TimeSyn HyperV Settings
- 30 hours ago
-
Check Hyper-V Settings for Time Synchronization Status from within a VM Hosted on a Hyper-V Host
http://powershell-enthusiast.blogspot.in/2012/10/check-hyper-v-settings-for-time.html
- Sub-Array with the Large
- 2 days ago
-
http://www.mytechinterviews.com/sub-array-with-the-largest-sum
Question: You are given an array with integers (both positive and negative) in any random order. Find the sub-array with the largest sum.
On Sunday Netflix will release 15 new episodes of Arrested Development! YEAH!
- New-ObjectFromGenericTyp
- 3 days ago
-
Get an instances of a Generic Type.
- Lync Version
- 3 days ago
-
Gets the version of Microsoft Lync components
- Set-Wallpaper (CTP3) fix
- 3 days ago
-
Set-Wallpaper lets you set your windows desktop wallpaper. It requires PInvoke and I wrote it using PowerShell 2’s
Add-Type, although it could be done in v1 using the JIT code generation tricks Lee Holmes has mentioned in the past …- Updated for CTP3
- Made it run as a script instead of a function.
- command line fix 05 2013
tested on win7 pro, execute cmd : powershell c:\path\script.ps1 “c:\path\wallpaper.jpg”
See http://stackoverflow.com/questions/6147731/powershell-script-fails-first-time-but-works-second-time
- ShowUI Clock 4
- 4 days ago
-
This is another analog clock, with “hands” and old school stopped movement (no click sound, but maybe you could add that)...
- ShowUI Clock 4
- 4 days ago
-
This is another analog clock, with “hands” and old school stopped movement (no click sound, but maybe you could add that)...
- Auto Services
- 4 days ago
-
############################################################################################# #
- NAME: Autoservices.ps1
- AUTHOR: Rob Sewell http://newsqldbawiththebeard.wordpress.com @fade2blackuk
- DATE:15/05/2013 #
- COMMENTS: # Script to show the services running that are set to Automatic startup –
- good for checking after reboot
- ————————————————————————————————-
- Ping
- 4 days ago
-
############################################################################################# #
- NAME: Ping.ps1
- AUTHOR: Rob Sewell http://newsqldbawiththebeard.wordpress.com @fade2blackuk
- DATE:15/05/2013 #
- COMMENTS: This script to set up a continous ping
- Use CTRL + C to stop it
- ————————————————————————————————————
PowerShell Code Repository