The best way to use this repository is with Git. It makes updating very easy and allows you to contribute your own PowerShell scanners or fixes.
C:\PowerShell-Scanners
.
git clone https://github.com/pdq/PowerShell-Scanners.git C:\PowerShell-Scanners
git pull
.
cd C:\PowerShell-Scanners
git pull
An alternative download method if you can't/don't want to install Git.
PowerShell-Scanners-master
to PowerShell-Scanners
.C:\PowerShell-Scanners
(as long as you haven't edited anything!).Now that you have this repository downloaded, it's time to import the PowerShell Scanner profile(s) that you want!
C:\PowerShell-Scanners\PowerShell Scanners\Mapped Drives
.Scan Profile.xml
.That's it! To update your imported profile(s), follow the appropriate Updating section above. You shouldn't have to re-import any Scan Profiles unless you see a note telling you to in that profile's README file.
If you have created a PowerShell Scanner that you would like to add to this repository, please read the Contributing guide.