We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f473b9 commit 279e604Copy full SHA for 279e604
PSUtil/functions/objects/Expand-PSUObject.ps1
@@ -1,4 +1,6 @@
1
-function Expand-PSUObject
+[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidGlobalVars", "")]
2
+
3
+function Expand-PSUObject
4
{
5
<#
6
.SYNOPSIS
0 commit comments