<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>PowerShell.nu</title>
	<link>http://www.powershell.nu</link>
	<description>Windows PowerShell</description>
	<lastBuildDate>Thu, 08 Dec 2011 14:46:32 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>How to Search Spotify Using PowerShell &amp; Spotify&#8217;s Metadata API</title>
		<description><![CDATA[Windows PowerShell V3 includes a command, Invoke-WebRequest, which we can use to grab information using Spotify&#8217;s Metadata API. PS > Invoke-WebRequest http://ws.spotify.com/search/1/track.json?q=Black+Label+Society StatusCode : 200 StatusDescription : OK Content : {"info": {"num_results": 417, "limit": 100, .. "spotify:album:396vQgjfPsC0lisMX... RawContent : HTTP/1.1 200 OK Vary: Accept-Charset X-Varnish: 1580131781 1580105616 Age: 1908 Access-Control-Allow-Origin: * Content-Length: 51642 Content-Type: application/json; [...]]]></description>
		<link>http://www.powershell.nu/2011/12/08/how-to-search-spotify-using-powershell-spotifys-metadata-api/</link>
			</item>
	<item>
		<title>Reading Lsa Service Account Secrets using PowerShell</title>
		<description><![CDATA[Reading Lsa Service Account Secrets using PowerShell Intro The Local Security Authority (Lsa) in Windows is designed to manage a Systems sec policy, auditing, logging users on to the system and storing private data such as Service Account Passwords, Cached Password hashes, FTP and Web-User Passwords, Remote Access Service (RAS) dial-up account Names and Passwords [...]]]></description>
		<link>http://www.powershell.nu/2011/08/13/reading-lsa-service-account-secrets-using-powershell/</link>
			</item>
	<item>
		<title>Fiddler using PowerShell</title>
		<description><![CDATA[Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. It&#8217;s a freeware application and can debug traffic from any application, including Internet Explorer, Mozilla Firefox, Opera, alot more. Click here for more information So whats this got to do with PowerShell? Well, Fiddler (FiddlerCore) also provides a [...]]]></description>
		<link>http://www.powershell.nu/2011/03/14/fiddler/</link>
			</item>
	<item>
		<title>Second Wednesday</title>
		<description><![CDATA[The second Wednesday of each month LabCenter arranges a free Tech Meeting. The meeting starts at 5pm with some discussion, food and beverages before we go deeper into some exciting technology for the rest of the evening.   This week, I had the oppurtunity to do a presentation on Windows PowerShell and show some of [...]]]></description>
		<link>http://www.powershell.nu/2011/03/14/second-wednesday/</link>
			</item>
	<item>
		<title>$Error</title>
		<description><![CDATA[This post is part of the Second Wednesday Demo Session, Click here for more info about additional demo posts. The $error variable contains an array of errors generated in the current session. If we want to check the latest occured error we can type: PS > cd C:\FolderThatDoesntExist Set-Location : Cannot find path 'C:\FolderThatDoesntExist' because [...]]]></description>
		<link>http://www.powershell.nu/2011/03/14/error/</link>
			</item>
	<item>
		<title>$? and $LASTEXITCODE</title>
		<description><![CDATA[This post is part of the Second Wednesday Demo Session, Click here for more info about additional demo posts. In this demo I showed some examples on Error handling in Windows PowerShell. First we took a look at the $? and $LASTEXITCODE variables. The $? variable displays a Boolean value that represents the success or [...]]]></description>
		<link>http://www.powershell.nu/2011/03/14/and-lastexitcode/</link>
			</item>
	<item>
		<title>SharePoint 2010</title>
		<description><![CDATA[This post is part of the Second Wednesday Demo Session, Click here for more info about additional demo posts. In a previous post we used Windows PowerShell to Create a Database, add a table and populate the table with alot of entries. In the last part of this Demo we&#8217;ll use SharePoint 2010 to populate [...]]]></description>
		<link>http://www.powershell.nu/2011/03/14/sharepoint-2010/</link>
			</item>
	<item>
		<title>SQL</title>
		<description><![CDATA[This post is part of the Second Wednesday Demo Session, Click here for more info about additional demo posts. It&#8217;s possible to manage SQL Server using Windows PowerShell. First let&#8217;s see how to create a New Database. In these examples we are using Microsoft.SqlServer.Smo so step one is adding the class to our current session. [...]]]></description>
		<link>http://www.powershell.nu/2011/03/14/sql/</link>
			</item>
	<item>
		<title>Active Directory</title>
		<description><![CDATA[This post is part of the Second Wednesday Demo Session, Click here for more info about additional demo posts. In Server 2008 R2 you can import the ActiveDirectory Module to get a whole set of CmdLets that you can use to manage Active-Directory. One of the requirements is that the &#8220;Active Directory module for Windows [...]]]></description>
		<link>http://www.powershell.nu/2011/03/14/active-directory/</link>
			</item>
	<item>
		<title>Jobs</title>
		<description><![CDATA[This post is part of the Second Wednesday Demo Session, Click here for more info about additional demo posts. In PowerShell V2 you can use background jobs to perform various tasks. You can start a new job by using the Start-Job CmdLet. PS > Start-Job -Name MyJob -ScriptBlock { Get-Process powershell } Id Name State [...]]]></description>
		<link>http://www.powershell.nu/2011/03/14/jobs/</link>
			</item>
</channel>
</rss>

