Author Archives: Boe Prox

Custom PowerShell Objects and Performance Revisited

Way back in my earlier days of blogging (Sept 2010), I wrote an article (I recommend you check this one out for more information regarded some of the older styles of custom object creation) that talked about the performance differences … Continue reading

Posted in powershell | Tagged , , | 4 Comments

A PowerShell Module for Managing Internet Explorer Favorites

As promised, here is my module that I put together to make managing Internet Explorer favorites. The module is called IEFavorites and has 3 functions available: Get-IEFavorite Add-IEFavorite Set-IEFavorite There are also 4 aliases associated with this module: gief (Get-IEFavorite) … Continue reading

Posted in Modules, powershell | Tagged , , , , | Leave a comment

Editing an Internet Explorer Favorite Using PowerShell

Closing out my little series on working with Internet Explorer favorites, I will show you how to edit an existing favorite using PowerShell. We’ve already added a favorite, but what happens if I want to change the URL or the … Continue reading

Posted in powershell | Tagged , , | 3 Comments

Creating and Removing an Internet Explorer Favorite Using PowerShell

In a previous article, I showed you how you can view the Internet Explorer favorites as well as the URL for those favorites. Continuing on from that article, I will now walk through creating a new favorite for Internet Explorer … Continue reading

Posted in powershell | Tagged , , | Leave a comment

Viewing Internet Explorer Favorites Using PowerShell

I wanted a quick way to look at all of my favorites and see what urls they are referencing. Of course, PowerShell comes to the rescue and I found a fairly easy way to accomplish this without having to dirty … Continue reading

Posted in powershell | Tagged , , | 4 Comments