ContributeMost Recent Contributions (feed)
- Exch07 Quota Report
- 17 hours ago
-
Power Shell 1 script used to grab mailbox stats for a Exchange 2007 server. It saves the information into a .csv file by changing the $OUTFILE variable.
The script is pretty basic but it’s a simple way of having a history of how people use their inbox space. There is no method for managing the saved files. I just make it a point to delete them when I run my months end maintenance.
- Out-DataTable
- 17 hours ago
-
Creates a DataTable for an object, based on script by Marc van Orsouw
- Modified WOL impl.
- 44 hours ago
-
This function can send WOL packages. Note that this a modified version of code already floating online. You need to specify the Mac address as a string. Optionally use -Ports (0,1000) to specify the udp ports. (use -verbose to show which pacakges are being send).
- Invoke-SqlCmd2
- 2 days ago
-
Modeled after SQL Server 2008 Invoke-Sqlcmd, but fixes bug in QueryTimeout.
- EchoTest.cmd
- 2 days ago
-
A DOS cmd script to show how your arguments look to “native” console apps
- Set account password
- 3 days ago
-
This script will allow you to set the password for an account on a local or remote machine/s. A report is then generated when done along with an error log. Scripts accepts pipeling input for the computer/s. If any errors are encountered, a log will be generated as well.
- Enable/Disable FusionLog
- 8 days ago
-
http://georgemauer.net/blog/enabledisable-fusionlog-powershell-script/
Enabling/disabling your Fusion Log every time you need to figure out why assembly binding has gone wrong is a hassle. So here you go.
- Start-Presentation
- 8 days ago
-
My current (WPF 4 compatible) PowerBoots-based Presentation Module. REQUIRES PresentationFrame.xaml and, of course, PowerBoots
This isn’t really ready to be shared, but I always tell people if you wait until after you have time to clean it up, you’ll never share it — so since I’m unlikely to actually finish cleaning this up any time soon — here it is. See the screenshots for an example
- PresentationFrame.xaml
- 8 days ago
-
A required file for my PowerShell Presentation module
- Get-RemoteRegistry
- 8 days ago
-
A script to do a query on a remote registry key or value.
Because the Registry provider inexplicably doesn’t support it.
PowerShell Code Repository