How To Use • Documentation • Powershell Gallery
A PowerShell Wrapper for URLScan.io
The easiest option to install the URLScan.io Module is to use the PowerShell Gallery.
You can either load the module directly, or Install it as a PowerShell Module.
# Install for all users (Requires run as administrator)
Install-Module -Name URLScan.io -Scope AllUsers
# Install for current user
Install-Module -Name URLScan.io -Scope CurrentUserImport-Module ./Modules/URLScan.io/URLScanIO.psm1All documentation is now available here: URLScan.io Documentation