File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
606606 # ---------------------------------------------------------------------------------------------#
607607 Write-PScriboMessage " Security InfoLevel set at $ ( $InfoLevel.Security ) ."
608608 if ($InfoLevel.Security -gt 0 ) {
609- $Vservers = Get-NcVserver - Controller $Array | Where-Object { $_.VserverType -eq " data" -and $_.Vserver -notin $Options.Exclude.Vserver } | Select-Object - ExpandProperty Vserver
609+ $Vservers = Get-NcVserver - Controller $Array | Where-Object { $_.VserverType -eq " data" -or $_ .VserverType -eq " admin " - and $_.Vserver -notin $Options.Exclude.Vserver } | Select-Object - ExpandProperty Vserver
610610 Section - Style Heading2 ' Security Information' {
611611 Paragraph " The following section provides the Security related information on $ ( $ClusterInfo.ClusterName ) ."
612612 BlankLine
You can’t perform that action at this time.
0 commit comments