Easy way to create diagrams using PowerShell and PSWriteHTML

4 weeks ago

A few months ago, when I was working on PSWriteWord and PSWriteHTML, I thought to myself that in 2020 if…

What do we say to health checking Active Directory?

4 weeks ago

Setting up a new Active Directory is an easy task. You download and install Windows Server, install required roles and…

Making PowerShellGallery modules Portable

4 weeks ago

I'm a big fan of PowerShellGallery. It's easy to use, Microsoft owned, a place to host your PowerShell modules. Every…

Comparing two or more objects visually in PowerShell (cross-platform)

4 weeks ago

For the last few weeks I'm working on a small project, that should be released within next few weeks (it…

Formatting and minifying resources (HTML, CSS, JavaScript) with PowerShell

4 weeks ago

When you work with HTML, CSS, and JavaScript, you often meet three versions on how those are stored in files…

Getting Active Directory Last Backup Time using PowerShell

4 weeks ago

I shouldn't be telling you that, but Active Directory Backup is an essential part of your Active Directory setup. When…

Working with HTML in PowerShell just got better

4 weeks ago

Last few weeks, I've been working on making creating HTML based Dashboards, Reports, and Emails better. PSWriteHTML already allows fancy…

Testing LDAP and LDAPS connectivity with PowerShell

4 weeks ago

One of the common ways to connect to Active Directory is thru LDAP protocol. There are a lot of applications…

Instant Replication between Active Directory sites with PowerShell

4 weeks ago

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

Executing hidden or private functions from PowerShell Modules

4 weeks ago

When you write PowerShell modules, there's a high chance you will have conflicts with either existing system commands (you should…