Books

Translate This Blog
-
Recent Posts
Top Posts
- Querying UDP Ports with PowerShell
- Changing Ownership of File or Folder Using PowerShell
- Using PowerShell Parameter Validation to Make Your Day Easier
- Using Background Runspaces Instead of PSJobs For Better Performance
- PowerShell and WPF: Introduction and Building Your First Window
- Quick Hits: Ping Sweep One Liner
- Using PowerShell to Query Web Site Information
- PowerShell and Excel: Adding Some Formatting To Your Report
- Setting up Local Administrator Password Solution (LAPS)
- Avoiding System.Object[] (or Similar Output) when using Export-Csv
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: Powershell
Managing Privileges using PoshPrivilege
A recent project of mine has been to write a module to manage privileges on a local system. What I came up is a module called PoshPrivilege that allows you to not only look at what user rights are available … Continue reading
Posted in powershell
Tagged pinvoke, PoshPrivilege, Powershell, privileges, reflection, user rights
4 Comments
Another Way to Show Bitwise Operation Results
This is something that came to me as I was working to do some bitwise operations for a project that had a lot of pInvoke stuff and required that I do some shifting of bits. Being that I wasn’t all … Continue reading
Looking at Local Accounts Using PowerShell on MCPMag
I have a couple of articles out on MCPMag.com talking about working with local user accounts and reporting on accounts. Check the out and let me know what you think! Reporting on Local Accounts Using PowerShell Managing Local User Accounts … Continue reading
A Look at Implementing $Using: Support in PowerShell for PoshRSJob
After I made my initial release of PoshRSJob, one of the things left that I wanted to accomplish was implementing the $Using: scope that is found when using Invoke-Command or Start-Job which allows you to use an existing variable in … Continue reading
Latest Updates to PoshRSJob
I felt the need to make a follow up to address some new updates to my module, PoshRSJob. I had my initial post which covered most of the basics of this module and covered the majority of the functions which … Continue reading