Today I presented my session on Parallelizing PowerShell Workloads during the Dutch PowerShell User Group. My slides and codes used during this presentation are available as an attachment to this blog post:
Tag Archives: Scripting
New article on PowerShell Magazine: Verify local SAM store account credentials
The article posted on PowerShell Magazine provides an easy example that allows for verification of local computer credentials using the System.DirectoryServices.AccountManagement namespace. The full article is available on PowerShell Magazine:
http://www.powershellmagazine.com/2013/05/22/pstip-verify-local-sam-store-account-credentials/
New article on PowerShell Magazine: Verify Active Directory account credentials using System.DirectoryServices.DirectoryEntry
The article posted on PowerShell Magazine provides an easy example that allows for verification of Active Directory credentials using the System.DirectoryServices.DirectoryEntry class. The full article is available on PowerShell Magazine:
New article on PowerShell Magazine: Working with the Windows.Forms.Screen Class
The article posted on PowerShell Magazine explains how to utilize the Windows.Forms.Screen Class in order to determine the resolution of the monitors attached to the current system. It can also be used to determine the location of the monitors relative to each other. This can be useful when working with Windows Forms in PowerShell.
To read the full article head over to PowerShell Magazine:
http://www.powershellmagazine.com/2013/05/09/pstip-working-with-the-windows-forms-screen-class/
New article on PowerShell Magazine: List all AD attributes currently in use for AD users
The article posted on PowerShell Magazine explains how to list all AD properties that have a value for all Active Directory user accounts. To read to full article head over to PowerShell Magazine: