Navigating Microsoft’s Authentication Policy Pain

By ivan

Recently I was struggling with the counterintuitive Microsoft Authentication Policy & Silos, therefore I decided to share my precious discoveries and maybe save someone from the tremendous authentication policy pain, also to save a note…

Simple PowerShell Account Creation script

By ivan

Recently I was inspired by the excellent Master User Creator, which we cannot use, and I had some free time, so I decided to create something simple, but still useful for my service desk guys.…

Lazy Exchange On-Premises Mailbox Creator

By ivan

One of the ways to use shared mailbox with exchange is to grant “Full Access” and “Send As” access through security group. With the latest exchange security group must be universal and mail enabled. Recently…

Get size of all items in current path

By ivan

I was looking for an easy way to get the size of all user profiles folder through PowerShell and found this woshub and inspired by it ended with the following function which measures the size…

SCCM – Change Site Code on multiple computers

By ivan

If you had to change the sccm client site code on multiple computers (after sccm migration or new/upgraded server installation) nowadays you might have discovered that it’s not as easy as it should be. You…

PSWriteHTML is awesome

By ivan

Recently I was playing with the excellent PSWriteHTML powershell module and ended up creating a dashboard from events. Since I had a hard time going through all of the dashboard option, I’ve decided to share…

PowerShell HTML System Report

By ivan

I’ve been playing with HTML in PowerShell and ended creating not so bad script including function that creates HTML report with system info for a remote computer/server. In includes Operating System, CPU, Memory and Hard…

WSUS on secondary SCCM site

By ivan

WSUS on Secondary Site   Generally speaking if everything is OK you install WSUS role with the same setup as your primary site, launch the console once, close it, install SUP from the SCCM  and…