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 @@ -381,7 +381,7 @@ function Invoke-AsBuiltReport.NetApp.ONTAP {
381381 BlankLine
382382 Get-AbrOntapVserverNFSOptions - Vserver $SVM
383383 }
384- if (Get-NcVserver - VserverContext $SVM - Controller $Array | Where-Object { $_.VserverType -eq ' data' -and $_.AllowedProtocols -eq ' nfs' -and $_.State -eq ' running' } | Get-NcNfsExport - Controller $Array ) {
384+ if (Get-NcVserver - VserverContext $SVM - Controller $Array | Where-Object { $_.VserverType -eq ' data' -and $_.AllowedProtocols -eq ' nfs' -and $_.State -eq ' running' } | Get-NcNfsExport ) {
385385 Section - Style Heading6 " NFS Volume Export Summary" {
386386 Paragraph " The following section provides the VServer NFS Service Exports Information on $ ( $SVM ) ."
387387 BlankLine
You can’t perform that action at this time.
0 commit comments