Hi
I was hoping someone could help me.
I'm trying to run the powershell command Read-ncfile and get the command-history.log but the command fails with can't find file.
For exampel i run the following which fails
Read-NcFile -Path /vol/vol0/etc/log/mlog/command-history.log -VserverContext Cluster1-Node1
But the following command does not fail
Read-NcFile -Path /vol/vol0/etc/log/mlog/vifmgr.log -VserverContext Cluster1-Node1
from what I'v tried it only fails when there is a "-" character in the name of the file. I'v tried adding a escape character like / or ` but it does not make any difference.
Anyone got any ideas?