Monthly Archives: January 2014

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