Windows PowerShell Script to Create a Work Item

Alan Stevens blogged about a Windows PowerShell (fka Monad) script he made for creating a Team Foundation work item. See his blog for the details.

Here is the PoSh script I demonstrated at the Atlanta Code Camp for creating a workitem in Team Foundation Server. It is quite possible that there is a better way to load private assemblies into a PoSh session, but this works.

From: PowerShell Script to Create a WorkItem

885