We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c9263d + 324c726 commit 71cc3baCopy full SHA for 71cc3ba
MultiPoolMiner.ps1
@@ -66,6 +66,8 @@ $SyncWindow = 5 #minutes
66
Set-Location (Split-Path $MyInvocation.MyCommand.Path)
67
Import-Module NetSecurity -ErrorAction Ignore
68
Import-Module Defender -ErrorAction Ignore
69
+Import-Module "$env:Windir\System32\WindowsPowerShell\v1.0\Modules\NetSecurity\NetSecurity.psd1" -ErrorAction Ignore
70
+Import-Module "$env:Windir\System32\WindowsPowerShell\v1.0\Modules\Defender\Defender.psd1" -ErrorAction Ignore
71
72
$Algorithm = $Algorithm | ForEach-Object {Get-Algorithm $_}
73
$ExcludeAlgorithm = $ExcludeAlgorithm | ForEach-Object {Get-Algorithm $_}
0 commit comments