Hi Steven,
Thanks for your respons.
If I set $global:CurrentNcController.MaxIterRecords to 9999 I only get 1000 items returned although I know that there are more then 1000 open files on the CIFS vserver.
The powershell script that I ran look like this:
Import-Module DataONTAP
Connect-NcController "VSERVERNAME" -HTTPS -Credentiald "USERNAME"
$global:CurrentNcController.MaxIterRecords = 9999
(Get-NcCifsSessionFile).Length
And the result was a 1000 items.
What I am trying to achieve is to return all open files on the CIFS vserver so I can make a search for how many that have particular file open.
Do you have any suggestions on how I can get past the 1000 items limit?
Kind regards,
Soren