Blog
Blog
Articles techniques, guides pratiques et retours d’expérience sur PowerShell, .NET, Active Directory et l’automatisation IT.
Saisissez une requête pour rechercher dans toute la section Blog.

Create a local user or administrator account in Windows using PowerShell
Create a local Windows user or administrator with PowerShell, handle localized Administrators groups, and prepare the account for LAPS-managed passwords.

Nested Tabs, Diagram Updates, Diagram Events, Calendar Object and more in PSWriteHTML
One of the new features I’ve worked on was connecting Diagrams with Tables. Someone suggested, and I thought it would be cool to be able to click on the Diagram node and…

Easy way to create diagrams using PowerShell and PSWriteHTML
Create interactive diagrams from PowerShell with PSWriteHTML, without relying on external graph tools or manual HTML wiring.

What do we say to health checking Active Directory?
Health check Active Directory with PowerShell, dcdiag, repadmin, and security-focused reviews so replication, DNS, DHCP, and GPO issues surface early.

Making PowerShellGallery modules Portable
Download PowerShellGallery modules with their dependencies for portable, offline installs when servers cannot reach the gallery directly.

Comparing two or more objects visually in PowerShell (cross-platform)
Compare two or more PowerShell objects visually with PSWriteHTML so property differences are easier to review, share, and export.

Formatting and minifying resources (HTML, CSS, JavaScript) with PowerShell
When you work with HTML, CSS, and JavaScript, you often meet three versions on how those are stored in files – minified, formatted, somewhere in the middle (usually a to…

Getting Active Directory Last Backup Time using PowerShell
I shouldn’t be telling you that, but Active Directory Backup is an essential part of your Active Directory setup. When a backup of Active Directory happens, AD is aware…

Working with HTML in PowerShell just got better
PSWriteHTML, Dashimo, and Emailimo add better inline styling and conditional formatting for PowerShell reports, dashboards, and emails.

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 default Active Directory has LD…