# 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](https://gist.github.com/cwe1ss/c1d623a24a8b7841b785)

