Books
Translate This Blog
-
Recent Posts
Top Posts
- Changing Ownership of File or Folder Using PowerShell
- Querying UDP Ports with PowerShell
- Starting,Stopping and Restarting Remote Services with PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- PowerShell and Excel: Adding Some Formatting To Your Report
- Using PowerShell Parameter Validation to Make Your Day Easier
- Using PowerShell to Query Web Site Information
- Quick Hits: Finding Exception Types with PowerShell
- Building a Chart Using PowerShell and Chart Controls
- Quick Hits: List All Available WMI Namespaces Using PowerShell
Archives
Categories
- .net
- api
- array
- background jobs
- binary
- book
- c#
- clock
- codeplex
- com object
- convert
- CTP
- database
- deep dive
- excel
- Favorites
- function
- groups
- guest blog
- hash table
- Internet Explorer
- ise
- mcpmag
- module
- MVP
- network
- news
- parameter
- patches
- performance
- pinvoke
- podcast
- port
- PoshChat
- poshpaig
- PoshRSJob
- poshwsus
- powercli
- powerscripting
- Powershell
- printers
- quickhits
- reflection
- regex
- registry
- Regular Expressions
- report
- resolution
- runspace
- runspaces
- scripting games 2012
- scripting games 2013
- scripting guy
- scripts
- SMO
- Speaker
- speaking
- SQL
- tcp
- tips
- tsql
- updates
- user group
- V3
- V4
- v5
- weather
- widget
- win32API
- winter scriting games 2014
- wmi
- word
- WPF
- wsus
- xaml
Category Archives: Modules
PoshWSUS Update to 2.2.1
After a little time away from this project, I had received some functions from a member of the community (Universal in CodePlex), who had taken the time to work out some of the functions which are more server side related … Continue reading
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 Favorites, IEFavorites, Internet Explorer, module, Powershell
Leave a comment
PoshChat Updated to 1.0
After about a year of doing nothing with my project, PoshChat, I decided it was time to push out an update that I have been working on here and there. This is one of those projects that is really fun … Continue reading
Guest Post On Hey, Scripting Guy! on Using The UpdateServices WSUS Module
My latest guest spot on Hey, Scripting Guy! is live today! I continue my article on managing the new WSUS server on Windows Server 2012 using the UpdateServices module. I go through each of the cmdlets that are available and … Continue reading
Posted in Modules, powershell, WSUS
Tagged guest blog, Powershell, scripting guy, UpdateServices, wsus
Leave a comment
Name Change to PoshWSUS Commands with PoshWSUS 2.1
If you remember, I posted a poll regarding the renaming of the PoshWSUS commands to avoid a naming collision with the UpdateServices module now available with Windows 2012/8 which use the *-WSUS* format. Well, after letting the poll sit for … Continue reading