Use PowerShell
Real Admins Script
Real Admins Script
This user hasn't shared any biographical information
Homepage: http://www.usepowershell.com
Jabber/GTalk: steven.murawski@gmail.com
February 26, 2010 - 12:46 pm
Posted in General | No comments
I just finished taking up 13 people’s lunch hour to talk a bit about PowerShell V2, SQL Server, and the admin development model.
I want to thank John Allman and the Wisconsin SQL Server User Group for allowing me the time to share a bit about PowerShell. I believe John will be posting the recording for [...]
February 26, 2010 - 10:09 am
Posted in General | No comments
Back in August, I was offered a chance to make a fool of myself on yet another podcast tremendously honored by the opportunity to talk with Keith Elder and Chris “Woody” Woodruff on their podcast – Deep Fried Bytes – about PowerShell.
Keith and Chris are great guys, very sharp, and asked some good questions. If [...]
January 27, 2010 - 8:25 am
Posted in General | 3 comments
We had a pretty good turnout for the first Greater Milwaukee Script Club and a lot of interest in keeping it going, so I’ve set up a home page for the group on Joel “Jaykul” Bennet’s PowerShellGroup.Org site, which serves as a portal page for PowerShell user groups.
Rod Gabriel (who heads up our local VMWare [...]
January 12, 2010 - 2:15 pm
Posted in General, PowerShell, PowerShell Version 2 | 1 comment
I’ve used the integrated debugging features with PowerShell V2 since I’ve had it available, but I never really dug below the surface of setting breakpoints at certain lines.
Set-PSBreakpoint offers some additional options of which I was not aware.
Setting a breakpoint in relation to a variable (read, assigned, or both)
Setting a breakpoint when a function [...]
I’ll be on the PowerScripting podcast with Jonathan Walz and Hal Rottenberg for this week’s live stream.
We’ll be talking about PowerShellCommunity.Org, the Sync Framework, and more…
I love that podcast and am really looking forward to it!
Also, they recently posted an interview with Clint Huffman, who is the author of PAL. Good stuff!
December 8, 2009 - 10:06 am
Posted in General, PowerShell, PowerShell Community, PowerShell Version 1, PowerShell Version 2 | 6 comments
Register here.
About PowerShell Script Club
1. You Always Talk About Script club 2. You Always Talk About Script Club 3. If Someone asks for Help, And You Can Help, You Help 4. Two People Help One Person at One Time 5. [...]
November 13, 2009 - 8:11 am
Posted in .NET Framework, PowerShell, PowerShell Version 2, Scripts, Sync Framework | 8 comments
I’ve been exploring the Sync Framework for use in a couple of projects I have going and PowerShell is my preferred exploratory environment.
It was a bit of fun, since I got to work with eventing for the first time in V2.
First, I downloaded the Sync Framework Software Development Kit. That provided me with the Sync [...]
November 12, 2009 - 3:24 pm
Posted in Crystal Reports, PowerShell, PowerShell Version 2, Scripts | 2 comments
I’m updating Crystal Reports and trying to determine which reports might have been affected by some schema changes or functional changes in how the data was being stored.
The problem I’ve had is that when there are a large number of reports, it is very time consuming to open each one, look at it, and see [...]
November 12, 2009 - 7:00 am
Posted in General | 2 comments
A lot has happened since I last had the opportunity to post.
Quick recap:
PowerShell v2 is now out and available for XP, Server 2003, Vista, Server 2008, and installed and on by default for Windows 7 and Server 2008 R2
SharePoint 2010 has an insane number (492)
There is an open source cmdlet and help [...]
July 21, 2009 - 10:53 am
Posted in Azure, Development, PowerShell | No comments
The July CTP release of the Windows Azure SDK contains a new sample project called PowerShellRole which demonstrates that PowerShell is available in the cloud!
Previous versions of the CTP have come with a sample Provider which you could use to access Azure storage (blobs, queues, and tables), but this actually provides demonstration of creating runspaces [...]