Using Lansweeper with PowerShell to your advantage

4 tygodnie 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

4 tygodnie 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

4 tygodnie 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

4 tygodnie ago

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

Fixing Active Directory PasswordNotRequired with PowerShell

4 tygodnie ago

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

Export-CliXML and Import-CliXML serialization woes

4 tygodnie ago

I've been working today trying to deliver to one of my Clients Active Directory documentation. To my surprise, something that…

Dashimo (PSWriteHTML) – Charting, Icons and few other changes

4 tygodnie ago

A few months ago when I first released Dashimo, I've promised that Charts will come. Unfortunately, time passed by, and…

Getting Windows 10 build version from Active Directory

4 tygodnie ago

Today I saw an article on how to get Windows Version Report from Active Directory and thought that this is a…

Install-module : The 'install-module’ command was found in the module 'PowerShellGet’, but the module could not be loaded.

4 tygodnie ago

I've been working last few hours trying to set up my laptop for PowerShell Conference, and one of the tasks…

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

4 tygodnie ago

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