Find missing projects with PowerShell

In my last post, I showed you a C# script for finding projects which are not part of a SLN-file. Since having to compile it is a bit of an overhead, I decided to migrate this code to a powershell script, which you can find here:

ProjectsMissingInSolution.ps1