PowerMeter from PowerShell

I was trying to get my Home Energy Monitor application working to Google PowerMeter this evening. To get things moving quickly I decided to prototype in PowerShell (as you the full sugary goodness of the .Net framework for free). Here’s the details on accessing PowerMeter from PowerShell… Although it is…

Read More

Generate sitemaps using PowerShell

I was discussing ‘googlability’  – a new word I made up meaning ‘the ability to find via Google’ – of our knowledgebase with one of the technical guys at work.It seems that we seldom get matches in Google searches (and the built in search is somewhat lame) – I was…

Read More

Google Results Ranking

Disclaimer: Screenscraping results like this probably contravening Google’s Terms of Use (or something) and I do not advocate that you do it – this is purely hypothetical, if I did want to do it, this is how I would go about it  😉 Further Disclaimer: The results page formats could…

Read More

Replace in Files for PowerShell

A while back I restructured my website so that this blog no longer started at the root, instead starting from /blog. This was so that I could introduce some other web apps and have a subfolder for projects etc. One of the pains of this restructure was modifying all the…

Read More

Tweet from PowerShell

I have been playing with Twitter recently and thought it might be neat to see if I could post a ‘tweet’ from PowerShell. There is a great Google Group that discusses their API. The APIs are all REST based and really easy to use – the only complexity is that…

Read More

Flex your scripting fingers

It’s time to flex those scripting fingers and get your brain warmed up – The 2008 Scripting Games are coming. Put a note in your calendars – February 15-March 3, 2008. Stay tuned to the Scripting Games Tips for some (possible) hints and useful techniques that the tasks may involve……

Read More

PowerShell Plus

One of my colleagues switched me on to PowerShell Plus and I’m loving it. Code editor, snippets, values of variables, logging tools and much more, including a really neat feature called ‘MiniMode’ (see the toolbar icon at the extreme right in the image. This ‘MiniMode’ closes all toolbars/toolwindows except the…

Read More

Immersing myself in PowerShell

PowerShell has been around for some time now, what with betas and CTPs. For (the released version of) Vista it became available a month or so ago. It’s been on my ‘must get to grips with’ list for a while now and I’ve kinda been following some blogs about it,…

Read More