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

3 years 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

5 years 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

5 years 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 years 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

5 years 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

5 years ago

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

Using Lansweeper with PowerShell to your advantage

5 years ago

I'm on a tight deadline for one of the chapters for PowerShell Conference Book vol. 2. That means my brain…

Getting Bitlocker and LAPS summary report with PowerShell

5 years ago

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

Sending HTML emails with PowerShell and zero HTML knowledge required

5 years ago

I saw this article by Altaro tweeted Building PowerShell Tools for MSPs: HTML Tables for Reporting, and it describes how…

All your HTML Tables are belong to us

5 years ago

Last few days, I've fulfilled my little dream related to building HTML tables. You know I've been using HTML based…