Books
Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Starting,Stopping and Restarting Remote Services with PowerShell
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
- Quick Hits: Finding Exception Types with PowerShell
- Locating Mount Points Using PowerShell
- Using PowerShell Parameter Validation to Make Your Day Easier
- Building a Chart Using PowerShell and Chart Controls
- PowerShell and Excel: Adding Some Formatting To Your Report
- 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
Tag Archives: module
Revisiting NetSession Function using PSReflect
In an article that I wrote a little while ago, I talked about how you can view the net sessions on systems by making use of some pinvoke magic to call some Win32 apis. If you have ever worked with … Continue reading
Posted in powershell
Tagged community, module, pinvoke, Powershell, psreflect, reflection, win32
2 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 Favorites, IEFavorites, Internet Explorer, module, Powershell
Leave a comment
Beginning with Windows Azure Using PowerShell
I recently created an account to use Windows Azure to create some virtual machines that I can then use to work with more systems than I can usually do given my current hardware. This also presents a great opportunity for … Continue reading
PowerShell and Events: Permanent WMI Event Subscriptions
Wrapping up my series on PowerShell and Events, I will be talking about Permanent WMI Event Subscriptions and creating these using PowerShell. Mentioned in my previous article on temporary events, WMI events are a very powerful and useful way to … Continue reading
Posted in powershell
Tagged eventing, module, permanent events, powerevents, Powershell, wmi
10 Comments
PoshWSUS Updated to 2.1.1
I just released a new version of my WSUS module, PoshWSUS to codeplex. Nothing new was added to this release, so only bug fixes that were submitted to the Issues page on the codeplex site were addressed. Let me know … Continue reading