Contents tagged with Powershell
-
List referenced Nuget Packages from the Package Manager Console
No Comments October 21, 2013
For reasons I won’t bore you with, I needed to work out what packages were installed in the solution I was working on, across all the component projects. This can be done with minimum fuss from the … more
-
Validating XML Documents In PowerShell
3 Comments March 2, 2011
I came across a problem the other day where a process that relied on several external XML documents was failing due to a combination of factors: The document had been hand-edited The document … more
-
Generating 'Recently Added' Playlist with Powershell
No Comments June 23, 2010
A feature that I used to like in Windows Media Player 11 that was dropped in version 12 was the 'Recently Added' view. There is a way to produce an automatic playlist that includes recently added … more