Closed rebelinux closed 3 years ago
https://github.com/rebelinux/AsBuiltReport.NetApp.ONTAP/blob/5a43c18c8815572cd127b025c0bdccf0286fa12a/Src/Public/Invoke-AsBuiltReport.NetApp.ONTAP.ps1#L416-L416
if (Get-NcVserver | Where-Object { $.VserverType -eq 'data' -and $.AllowedProtocols -eq 'cifs' -and $_.State -eq 'running' } | Get-NcCifsServerStatus)
https://github.com/rebelinux/AsBuiltReport.NetApp.ONTAP/blob/5a43c18c8815572cd127b025c0bdccf0286fa12a/Src/Public/Invoke-AsBuiltReport.NetApp.ONTAP.ps1#L416-L416