tags

ad

22 entries

Tags
Categories

20 entries

Active Directory – The directory service was unable to allocate a relative identifier

Active Directory – The directory service was unable to allocate a relative identifier

I’ve been testing Disaster Recovery scenario restoring Active Directory. One of the servers was restored, and it worked for a moment after…

active directoryaderrorpowershell
Finding duplicate DNS entries using PowerShell

Finding duplicate DNS entries using PowerShell

Today’s blog post is about Active Directory-integrated DNS and how to find duplicate entries. By duplicate, I mean those where one DNS name…

active directoryaddnsDNSServerpowershell
Finding duplicate SPN with PowerShell

Finding duplicate SPN with PowerShell

Duplicate SPNs aren’t very common but can happen in any Active Directory as there’s no built-in way that tracks and prevent duplicate SPN’s…

active directoryadadessentialsforestpowershellspn
Fixing Active Directory PasswordNotRequired with PowerShell

Fixing Active Directory PasswordNotRequired with PowerShell

There was I, deploying PSPasswordExpiryNotifications for one of my Clients when I started getting complaints that some users are not gettin…

active directoryadPasswordNotRequiredpowershell
Get-EventsLibrary.ps1 – Monitoring Events PowerShell

Get-EventsLibrary.ps1 – Monitoring Events PowerShell

This event library (Get-EventsLibrary.ps1) is PowerShell script that parses Security (mostly) logs on Domain Controllers. It has few report…

active directoryaddomain controllerget-eventsmonitoringpowershell
Getting Bitlocker and LAPS summary report with PowerShell

Getting Bitlocker and LAPS summary report with PowerShell

Having Bitlocker and LAPS in modern Active Directory is a must. But just because you enable GPO and have a process that should say Bitlocke…

active directoryadbitlockerlapspowershell
How to find different server types in Active Directory with PowerShell

How to find different server types in Active Directory with PowerShell

Working as a freelancer is a great thing if you can handle it. Each day, each week something new happens and a new problem shows up on my d…

active directoryadadconnectazure adexchangepowershell
Instant Replication between Active Directory sites with PowerShell

Instant Replication between Active Directory sites with PowerShell

In Active Directory when you change something, it’s replicated to other Domain Controllers regularly. It’s a standard procedure that happen…

active directoryadinstant replicationpowershellreplication
Just different approach to Active Directory Password Notifications

Just different approach to Active Directory Password Notifications

A long time ago I’ve maintained a C# version of Password Expiry reminders. It was working based on HTML templates…

active directoryadPassword Notificationspasswordstask schedulertasks
Mastering Active Directory Hygiene: Automating Stale Computer Cleanup with CleanupMonster

Mastering Active Directory Hygiene: Automating Stale Computer Cleanup with CleanupMonster

Have you ever looked at your Active Directory and wondered, “Why do I still have computers listed that haven’t been turned on since World C…

active directoryadcleanupintunemicrosoft entrapowershell
Monitoring LDAPS connectivity/certificate with PowerShell

Monitoring LDAPS connectivity/certificate with PowerShell

Some time ago, I wrote a blog post on checking for LDAP, LDAPS, LDAP GC, and LDAPS GC ports with PowerShell. It mostly works, but it requir…

active directoryadldappowershelltestimo
PSWinDocumentation – Audit Active Directory Passwords

PSWinDocumentation – Audit Active Directory Passwords

If you’re paying attention to what’s happening around the world now you probably know Have I Been Pwned service by now. You probably know t…

active directoryadauditpowershellwindows
PSWinDocumentation – Version 0.1 with Word / Excel export

PSWinDocumentation – Version 0.1 with Word / Excel export

A few weeks ago I’ve released my first version of PSWinDocumentation. It was simple, one command module where you start it and get some bas…

active directoryadexcelpowershellscriptswindows
PSWinReporting 1.0 – Monitoring Active Directrory Events

PSWinReporting 1.0 – Monitoring Active Directrory Events

Few months after initial release a new public version of PSWinReporting 1.0 is released. While the name might not be…

active directoryaddomain controlleremailhtmlmonitoring
Report Active Directory Accounts that are Synchronized with Azure AD

Report Active Directory Accounts that are Synchronized with Azure AD

I was scrolling X (aka Twitter) today and saw this blog post, “PowerShell: Report On-Premises Active Directory Accounts that are Synchroniz…

active directoryadazure admicrosoft graphpowershell
Reporting group membership for critical Active Directory groups

Reporting group membership for critical Active Directory groups

I work a lot with Active Directory-related tasks. One of the tasks is to know the group membership of critical Active Directory Groups such…

active directoryadgroup membershipgroupsnested groupspowershell
Strengthening Password Security in Active Directory: A PowerShell-Powered Approach

Strengthening Password Security in Active Directory: A PowerShell-Powered Approach

PasswordSolution uses the DSInternals PowerShell module to gather Active Directory hashes and then combines that data into a prettified rep…

active directoryaddsinternalshtmlpassword qualitypasswordsolution
Synchronizing Active Directory with External Time Source

Synchronizing Active Directory with External Time Source

One of the crucial parts in modern IT world is proper time and date. While it may seem that 30…

active directoryadntpntp serverspdcpowershell
The only PowerShell Command you will ever need to find out who did what in Active Directory

The only PowerShell Command you will ever need to find out who did what in Active Directory

While the title of this blog may be a bit exaggeration, the command I’m trying to show here does it’s best to deliver on the promise. What…

active directoryadeventsevents viewerpowershellpswinreporting
Using Win32_UserAccount WMI filter in PowerShell/Group Policies and what to avoid

Using Win32_UserAccount WMI filter in PowerShell/Group Policies and what to avoid

Some months ago, I created PowerShell Script to create local administrative users on workstations – Create a local user or administrator ac…

active directoryadgpopowershellwmi