Finding duplicate DNS entries using PowerShell

2 lata ago

Today's blog post is about Active Directory-integrated DNS and how to find duplicate entries. By duplicate, I mean those where…

OfficeIMO – Free cross-platform Microsoft Word .NET library

2 lata ago

I've created a cross-platform (Windows, Linux, macOS) Word library based on Open XML SDK that heavily simplifies creating and modifying…

Reading IIS logs with PowerShell

2 lata ago

Today I was reading Twitter, as I am pretty addicted to technology news when Adam Bacon mentioned that he's surprised…

PowerShell – Comparing advanced objects

2 lata ago

Two years ago, I wrote a blog post on how you can compare two or more objects visually in PowerShell…

PowerShell – Converting advanced object to flat object

2 lata ago

PowerShell language allows you to work and build complicated objects. There are multiple ways to save them, such as XML…

Office 365 Health Service using PowerShell

2 lata ago

Two years ago, I wrote a PowerShell module called PSWinDocumentation.O365HealthService. The idea was simple - replicate Health Service data Microsoft…

Difference between GetTempFileName() and GetRandomFileName() that got my ass kicked

2 lata ago

Today's story is about me making assumptions on how things work based on the method's name. As the blog post…

Mentioning users in notifications using PSTeams PowerShell Module

2 lata ago

Microsoft Teams over the last few years have grown into an excellent and flexible tool for both small and big…

Finding duplicate SPN with PowerShell

2 lata ago

Duplicate SPNs aren't very common but can happen in any Active Directory as there's no built-in way that tracks and…

Solving typo problems with Fuzzy Search in PSWriteHTML

2 lata ago

One of the everyday use cases with PSWriteHTML is to create a simple view of PowerShell data in a table.…