tags

active directory

47 entries

Tags
Categories

20 entries

How I didn’t know how powerful and fast hashtables are

How I didn’t know how powerful and fast hashtables are

I’ve been using PowerShell for a long while now using Hashtables, OrderedDictionary, and other types of data types in PowerShell, but I nev…

active directoryhashtablelearnpowershellspeed
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 Active Directory Changes on Users and Groups with PowerShell

Monitoring Active Directory Changes on Users and Groups with PowerShell

Working as Administrator with Active Directory can be rewarding. You can easily deploy new settings, make changes to users even…

active directoryevent idevent logevent viewereventsgroup membership
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
Monitoring User, Groups Changes in Active Directory – version 0.8

Monitoring User, Groups Changes in Active Directory – version 0.8

💡 Little introduction Event Monitoring solution written in PowerShell is an event library (Get-EventsLibrary.ps1) script that parses Secur…

active directoryevent logseventspowershellscript
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
PSWinReporting – Forwarders, Microsoft Teams, Slack, Microsoft SQL and more

PSWinReporting – Forwarders, Microsoft Teams, Slack, Microsoft SQL and more

It’s been a while since PSWinReporting has been updated, or rather since I’ve written a blog post about it since it’s always…

active directoryevent logeventsmicrosoft teamsms sqlpowershell
Remove Protect Object setting from Organizational Unit via PowerShell

Remove Protect Object setting from Organizational Unit via PowerShell

Sometimes when you want to clean up Active Directory by deleting or moving Organizational Units you get Access Denied error….

active directorypowershellwindows 2012windows 2012 r2windows 2016
Removing user from local administrator group based on data stored in Active Directory

Removing user from local administrator group based on data stored in Active Directory

We need to deal with a group names through SID’s rather than names because each group name is different in different languages. The second…

active directoryadsipowershellpowershell 2.0windows 7
Renaming NETBIOS name of Active Directory Error

Renaming NETBIOS name of Active Directory Error

Recently I was testing renaming the NETBIOS name of an Active Directory domain. While this process is fairly easy, there are a few gotcha’s…

active directorynetbiospowershell
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
Testing LDAP and LDAPS connectivity with PowerShell

Testing LDAP and LDAPS connectivity with PowerShell

One of the common ways to connect to Active Directory is thru LDAP protocol. There are a lot of applications that talk to AD via LDAP. By d…

active directoryldappowershell