When we execute export policy rule create through CLI, it always create "rule index" last number which is good and it should but when i did same using PS , "rule index" taking first number which is not needed. What is wrong here with PS? how can i solve it?
New-NcExportRule -ClientMatch "server1" -ReadOnlySecurityFlavor "sys" -ReadWriteSecurityFlavor "sys"