PowerShell

Export-CliXML and Import-CliXML serialization woesExport-CliXML and Import-CliXML serialization woes

Export-CliXML and Import-CliXML serialization woes

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

2 weeks ago
Dashimo (PSWriteHTML) – Charting, Icons and few other changesDashimo (PSWriteHTML) – Charting, Icons and few other changes

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

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

2 weeks ago
Getting Windows 10 build version from Active DirectoryGetting Windows 10 build version from Active Directory

Getting Windows 10 build version from Active Directory

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

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

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

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

2 weeks ago
How I didn’t know how powerful and fast hashtables areHow 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,…

2 weeks ago
What do we say to writing Active Directory documentation?What do we say to writing Active Directory documentation?

What do we say to writing Active Directory documentation?

It's no secret that nobody likes creating documentation. I don't like it, and you don't like it, even documentation lovers…

2 weeks ago
The only PowerShell Command you will ever need to find out who did what in Active DirectoryThe only PowerShell Command you will ever need to find out who did what in Active Directory

The only PowerShell Command you will ever need to find out who did what in Active Directory

While the title of this blog may be a bit exaggeration, the command I'm trying to show here does it's…

2 weeks ago
Does having Format-Table or Format-List in the middle of the pipeline makes sense?Does having Format-Table or Format-List in the middle of the pipeline makes sense?

Does having Format-Table or Format-List in the middle of the pipeline makes sense?

Recently there was this discussion on PowerShell Group on Facebook about issue posted by one user. While the subject doesn't…

2 weeks ago
The curious case of $null should be on the left side of equality comparisons PSScriptAnalyzerThe curious case of $null should be on the left side of equality comparisons PSScriptAnalyzer

The curious case of $null should be on the left side of equality comparisons PSScriptAnalyzer

If you're using VSCode with Powershell extension, you probably got used to PSScriptAnalyzer giving you all kind of tips on…

2 weeks ago
Preparing Azure App Registrations permissions for Office 365 Service HealthPreparing Azure App Registrations permissions for Office 365 Service Health

Preparing Azure App Registrations permissions for Office 365 Service Health

As you may have seen in my other post, there's a simple, PowerShell way to get Office 365 Health Service…

2 weeks ago