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 9bc287f commit 3603633Copy full SHA for 3603633
Src/Public/Invoke-AsBuiltReport.NetApp.ONTAP.ps1
@@ -43,12 +43,12 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
43
}
44
45
# Import Report Configuration
46
- $Report = $ReportConfig.Report
47
- $InfoLevel = $ReportConfig.InfoLevel
48
- $Options = $ReportConfig.Options
+ $script:Report = $ReportConfig.Report
+ $script:InfoLevel = $ReportConfig.InfoLevel
+ $script:Options = $ReportConfig.Options
49
50
# General information
51
- $TextInfo = (Get-Culture).TextInfo
+ $script:TextInfo = (Get-Culture).TextInfo
52
53
#Connect to Ontap Storage Array using supplied credentials
54
foreach ($OntapArray in $Target) {
@@ -770,4 +770,4 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
770
771
772
#$global:CurrentNcController = $null
773
-}
+}
0 commit comments