Public/Initialize-AbuseIPDB.ps1
function Initialize-AbuseIPDB { [CmdletBinding()] param ( [Parameter()] [string] $ApiKey ) begin {} process { $script:apiKey = $ApiKey } end {} } |
function Initialize-AbuseIPDB { [CmdletBinding()] param ( [Parameter()] [string] $ApiKey ) begin {} process { $script:apiKey = $ApiKey } end {} } |