Skip to content

Commit

Permalink
Update SharedUtilsFunctions.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelinux authored Nov 20, 2024
1 parent 6b294de commit 998b146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Src/Private/SharedUtilsFunctions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ Function Get-LocalGroupMembership {
$objNT.InvokeMember("Set", "InvokeMethod", $Null, $Translate, (1, "$Base"))
[string]$Script:NetBIOSDomain = $objNT.InvokeMember("Get", "InvokeMethod", $Null, $Translate, 3)
} Catch {
# Write-Warning ("{0}" -f $_.Exception.Message)
Out-Null
}

# region Runspace Creation
Expand Down Expand Up @@ -539,4 +539,4 @@ function ConvertTo-HashToYN {
if ($result) {
return $result
} else { return $TEXT }
} # end
} # end

0 comments on commit 998b146

Please sign in to comment.