Skip to content

Commit 4602ff0

Browse files
committed
Update service processor check in Invoke-AsBuiltReport.NetApp.ONTAP function
1 parent a3cd6dc commit 4602ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Public/Invoke-AsBuiltReport.NetApp.ONTAP.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
166166
Get-AbrOntapNodesHW
167167
}
168168
}
169-
if ($true) {
169+
if (Get-NcServiceProcessor -Controller $Array) {
170170
Section -Style Heading4 'Node Service-Processor' {
171171
Get-AbrOntapNodesSP
172172
}

0 commit comments

Comments
 (0)