Building an AlwaysOn Availability Group SQL Cluster
Here are the steps to build at SQL Server 2017 AlwaysOn Availability Group. We will be using Windows 2016 Standard 64-bit for the…
Read MoreHere are the steps to build at SQL Server 2017 AlwaysOn Availability Group. We will be using Windows 2016 Standard 64-bit for the…
Read MoreI was in the process of writing a few PowerShell cmdlets for a project I was working on and ran across this cmdlet…
Read MoreThis query will return, filter and sort the groups an AD account is a member of:
1 |
Get-ADPrincipalGroupMembership lboveeadm | select name | sort name |
This query will return the AD…
Read MorePowerShell has a module that will allow you to unlock an AD user. The AD PowerShell module has number of commands for managing…
Read More