Sign in
Media And Microcode
Microcode. Movies. Music. Games. Personal Musings. - James Brundage's Personal Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
DVR
Get-Feed
Get-Font
Get-MarkupTag
Get-RecordedTV
Get-Type
Get-Web
Group-Object
Media
MetaData
Microcode
PowerShell
PowerShellPack
Scripting The Web
Scripting Tricks
Select-Object
Sort-Object
System.Collections.Hashtable
Where-Object
Windows Desktop Search
Windows Media Center
WPF
WPK
XNA
Archive
Archives
January 2010
(1)
December 2009
(2)
October 2009
(1)
April 2009
(1)
January 2009
(4)
December 2008
(8)
November 2008
(5)
October 2008
(3)
August 2008
(1)
July 2008
(7)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Media And Microcode
Get-ComputersNearMe
Posted
over 3 years ago
by
JamesBrundage
0
Comments
Today I learned a little bit about how to get to some of the data stored within special shell folders. You can get a list of all of the easy-to-get-to special folders here . I noticed one folder in particular that a bunch of systems administrators...
Media And Microcode
Write-Progress & WPK
Posted
over 4 years ago
by
JamesBrundage
1
Comments
A nifty trick that you can do in WPK is create a WPF progress bar to show the Write-Progress output from a PowerShell script. I was reminded that people actually wanted to do this when I ran across a question on StackOverflow, and posted this answer...
Media And Microcode
Test-Spelling
Posted
over 4 years ago
by
JamesBrundage
0
Comments
The Integrated Scripting Environment has many things: A rich debugger, a nifty object model, and support for multiple runspaces, but it doesn’t have spell check. Since I end up writing a lot of documentation in the ISE for my functions, I...
Media And Microcode
New WPK Video Online: Multitouch Fingerpaint in 30 Lines of PowerShell Script
Posted
over 4 years ago
by
JamesBrundage
0
Comments
The 2nd video about WPK just hit Channel9. The first video was a video walk thru of How to Write User Interfaces with WPK , and this video walks thru How to Write a Multitouch FingerPaint with WPK . Enjoy, James Brundage [MSFT]
Media And Microcode
Microcode: PowerShell Scripting Trick: Fun With Parameter Binding: The Fake Parameter Set Trick
Posted
over 4 years ago
by
JamesBrundage
0
Comments
I’ve been hearing a lot of questions recently about what things you can do with advanced functions. People seem to be aching for good examples of using PowerShell V2 functions, and, since I’ve discovered a few handy tricks for advanced functions...
Media And Microcode
Microcode: A Quick Trick to turn regular XML into Xaml
Posted
over 4 years ago
by
JamesBrundage
0
Comments
MSDN has tons of examples about XAML. Nearly everything in WPF has an example in XAML, but not all of these XAML examples actually reference the namespace that is required for this Xaml to be loadable by WPF. It's still valid XML, just not valid XAML...
Media And Microcode
Media: The Moment Obama Got Inaugurated and PhotoSynth Hit Mainstream
Posted
over 4 years ago
by
JamesBrundage
0
Comments
Photosynth is a really cool product out of live labs. It's sort of an uber photo collage application. It takes photos taken from different people, at different resolutions and different times, and collects them into a 3d view of a location...
Media And Microcode
PowerScripting Podcast Online
Posted
over 4 years ago
by
JamesBrundage
1
Comments
My interview with the PowerScripting Podcast is now online. Check it out: http://powerscripting.wordpress.com/2009/01/18/episode-55-jeff-hicks-in-for-hal-and-an-interview-with-james-brundage/ Hope this helps, James Brundage [MSFT]
Media And Microcode
Please Join Me for a Power Scripting Podcast Tonight @ 9PM EST (6PM PST)
Posted
over 4 years ago
by
JamesBrundage
1
Comments
I’m going to be doing a PowerScripting Podcast tonight @ 9PM EST. There’s a live chat room where you can ask questions and pick the brains of a tester / avid scripter on the PowerShell team. It should be fun. I hope to see your questions there...
Media And Microcode
Media: The Future of Newspapers is Pay For Play Journalism?
Posted
over 5 years ago
by
JamesBrundage
2
Comments
I love my news. For whatever reason, I find catching up on the world to be one of the most relaxing and rewarding things you can do in your spare time. Even though I like to read the news, I rarely read a physical newspaper or magazine or...
Media And Microcode
Microcode: PowerShell + XNA: New-SpriteFont
Posted
over 5 years ago
by
JamesBrundage
1
Comments
As I said in a previous post, I've started to explore the wild world of XNA . XNA just released version 3, which allows you to make games for Windows, Xbox, and Zune. The SDK is free, and you can download it here . The last post introduced Get-Font ,...
Media And Microcode
Microcode: PowerShell Scripting Tricks: Get-Font
Posted
over 5 years ago
by
JamesBrundage
1
Comments
I've started to explore the wild world of XNA . XNA just released version 3, which allows you to make games for Windows, Xbox, and Zune. The SDK is free, and you can download it here . It comes with a nifty little platformer game (think a 3-screen Super...
Media And Microcode
Microcode: Cool Posts: Visual Studio Tips & Tricks
Posted
over 5 years ago
by
JamesBrundage
1
Comments
Benko just posted a Visual Studio Tips & Tricks listing. It's missing on of my favorites, which a coworker on the PowerShell team, Ibrahim Abdul Rahim, showed me: In a couple of circumstances, you'll see a red squiggle (like a syntax error)...
Media And Microcode
Media: xBox 360: 70 XNA Games in 24 Days
Posted
over 5 years ago
by
JamesBrundage
0
Comments
It’s the weekend. I love my video games, and I really love my xBox 360. I’ve had one since just after they first came out, and I’ve slowly but surely accumulated about 70 physical games for the 360 made by major producers. I remember...
Media And Microcode
Microcode: PowerShell Scripting Tricks: Scripting the Web (Part 3) (Resolve-Link, Get-WebPageLink)
Posted
over 5 years ago
by
JamesBrundage
1
Comments
The first post in this series was learning to crawl. I introduced Get-Web , which allows you to use System.Net.Webclient to download web sites in a variety of ways. The next post was learning to walk. I showed us Get-MarkupTag , which helps coerce parts...
Media And Microcode
Microcode: PowerShell Scripting Tricks: Scripting The Web (Part 2) (Get-MarkupTag)
Posted
over 5 years ago
by
JamesBrundage
7
Comments
The first post about scripting the was a lot of waxing philosophical but little about how to extract data and give it form. There are several approaches, with various difficulties. I could build a full HTML parser and walk though object models, or I could...
Media And Microcode
Microcode: PowerShell Scripting Tricks: Scripting The Web (Part 1) (Get-Web)
Posted
over 5 years ago
by
JamesBrundage
5
Comments
Several of the last posts have tackled how to take the wild world of data and start to turn it into PowerShell objects, so that it’s easier to make heads or tails out of it. Once all of that data is in a form that PowerShell can use more effectively...
Media And Microcode
Microcode: PowerShell Scripting Tricks: More Joy of Hashtables (with Get-HashtableAsObject)
Posted
over 5 years ago
by
JamesBrundage
2
Comments
I recently did two different "in depth" posts. One on The Joy Of Hashtables and another on Select-Object versus Add-Member . At the end of Select-Object vs Add-Member, I hinted at more convenient ways to write objects that used Script...
Media And Microcode
Microcode: PowerShell Scripting Tricks: The Joy of using Hashtables with Windows PowerShell
Posted
over 5 years ago
by
JamesBrundage
4
Comments
PowerShell is full of nice little touches. While some of these touches are easy to run across, like Get-Command and Get-Help, there are also a lot of little ones that are very small changes that make working with some parts of PowerShell (and .NET) a...
Media And Microcode
Microcode: PowerShell Scripting Tricks: Select-Object (Note Properties) vs Add-Member (Script Properties)
Posted
over 5 years ago
by
JamesBrundage
2
Comments
As I've said a number of times before, PowerShell's quantum leap forward is something called the Object Pipeline. It allows you to take the results of one command and easily use them with the next, which means that each command you create becomes...
Media And Microcode
Microcode: Scripting RSS Feeds with PowerShell and Microsoft.FeedsManager
Posted
over 5 years ago
by
JamesBrundage
3
Comments
PowerShell's an amazing glue language. It can help you bring code from all corners of the earth into one environment, and then you can custom the code to be more to your liking. While the last several entries of my blog have spent time...
Media And Microcode
Microcode: Exploring More of .NET with Get-Assembly
Posted
over 5 years ago
by
JamesBrundage
3
Comments
In a previous post, I introduced a function called Get-Type , which allows you to see all of the types currently loaded by .NET. What it doesn't do is help you find assemblies, the DLL files containing new types. So while there might be 19000...
Media And Microcode
Media: News.Live.Com is Great
Posted
over 5 years ago
by
JamesBrundage
1
Comments
My browsing time is split into about 2 chunks: reading news and reading documentation (a woefully slim portion goes to just surfing). While most of the time, this blog talks about the various results of deep dives into dev documentation, I'd like...
Media And Microcode
Microcode: PowerShell Scripting Tricks - Exploring .NET Types with a Get-Type function and Reflection
Posted
over 5 years ago
by
JamesBrundage
4
Comments
There's a simple yet powerful function that nearly everyone on the PowerShell team has written a version of. My version is called Get-Type. It's only a one-liner, but it's an amazing way to explore .NET and it's also an amazing example of...
Media And Microcode
Microcode: Scripting Tricks : Exploring WPF Routed Events with PowerShell
Posted
over 5 years ago
by
JamesBrundage
0
Comments
Both WPF and PowerShell are both full of great little touches. One of WPF's nice touches is Routed Events . Routed Events allow you to capture events raised by child controls or parent controls. This can be incredibly useful, because it allows you write...
Page 1 of 2 (33 items)
1
2