win-firewall-rule: temp disable strict-mode for the time being
This commit is contained in:
parent
8734e8f397
commit
9bc12dc9dd
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
|||
# WANT_JSON
|
||||
# POWERSHELL_COMMON
|
||||
|
||||
# temporarily disable strictmode, for this module only
|
||||
Set-StrictMode -Off
|
||||
|
||||
function getFirewallRule ($fwsettings) {
|
||||
try {
|
||||
|
||||
|
|
Loading…
Reference in a new issue