Skip to content

LincolnBlog.net

…my observations in the world of SQL Server, PowerShell, Linux and PostgreSQL etc…

  • Home
  • SQL Server
    • Administration
    • Diagnostics
    • Performance
    • Security
    • T-SQL
    • Tools
  • PowerShell
    • Remoting
    • Tools
  • Linux
  • .Net Development
    • Visual Studio
    • C#
    • MVC
    • ASP.NET
  • Servers
    • IIS
    • SharePoint
    • Hyper-V
    • MSMQ
  • Windows

Category: Active Directory

Building an AlwaysOn Availability Group SQL Cluster

Posted on 03/07/201801/17/2019 by Lincoln Bovee'

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 More

Using Get-ClusterNode

Posted on 05/27/201605/27/2016 by Lincoln Bovee'

I was in the process of writing a few PowerShell cmdlets for a project I was working on and ran across this cmdlet…

Read More

Getting the groups an AD Principal is a member of

Posted on 12/18/201501/18/2016 by Lincoln Bovee'

This 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 More

Unlocking an AD account with PowerShell

Posted on 04/27/201511/03/2015 by Lincoln Bovee'

PowerShell has a module that will allow you to unlock an AD user. The AD PowerShell module has number of commands for managing…

Read More

Recent Posts

  • About TempDB and the Version Store 07/16/2019
  • Using PowerShell to Failover Availability Groups and WFC Cluster Nodes 05/21/2019
  • About Availability Groups Database Seeding 04/19/2019
  • About Collations in SQL Server 04/10/2019
  • PostgreSQL vs. SQL Server Notes 02/13/2019
  • Restoring a database using STOPATMARK 01/11/2019
  • Availability Groups: Things to remember 12/07/2018
  • Properly Taking a Cluster Offline for Disk Maintenance 08/14/2018
  • Building an AlwaysOn Availability Group SQL Cluster 03/07/2018
  • Some database design guidelines and best practices 01/29/2018

RSS Paul Randal’s Blog

  • The Curious Case of… no buffer pool memory and no OS memory available 03/13/2026 Paul Randal
  • The SQL Server Transaction Log, Part 3: The Circular Nature of the Log 03/09/2026 Paul Randal
  • SQL101: Indexing Strategies for SQL Server Performance 03/04/2026 Paul Randal
  • March Madness: $699 Blackbelt Bundle! 03/01/2026 Paul Randal
  • The Curious Case of… finding long IAM chains 02/25/2026 Paul Randal

RSS MSN PowerShell Blog

  • Announcing PowerShell 7.6 (LTS) GA Release 03/18/2026 Jason Helmick
  • PowerShell, OpenSSH, and DSC team investments for 2026 02/17/2026 Steve Lee
  • Introducing MCP Support in AI Shell Preview 6 08/05/2025 Steven Bucher
  • Announcing Microsoft.PowerShell.PlatyPS 1.0.0 07/24/2025 Jason Helmick, Sean Wheeler
  • Announcing Microsoft Desired State Configuration v3.1.0 06/18/2025 Jason Helmick
Powered by Newp WordPress Theme. © 2026 LincolnBlog.net. All Rights Reserved.