Category 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 , , , , , | 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

Posted in powershell | Tagged , , , | 5 Comments

Port Checking and Implementing Pipeline Support in Functions on MCPMag

I’ve had a couple of other articles come out on MCPMag with one that deals with port checking using PowerShell while the latest one talks about implementing pipeline support in a PowerShell function. Check them out and let me know … Continue reading

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

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

Posted in powershell | Tagged , , | Leave a comment

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

Posted in powershell | Tagged , , , | 1 Comment