Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • Another Toughy Issue. The Debugging Processes are generally difficult. Debugging Network Administrative Issues is even more difficult. We would cling onto your comment: "it's only this one that throws this issue" and to the CategoryInfo Attribute of the PowerShell CimException: ObjectNotFound. Something is definitely wrong with that share.
    – user1018743
    Commented Nov 19, 2019 at 18:36
  • 1
    We would attempt to approach it the Microsoft Windows way: if it is possible, remove that share. Create it again. Attempt to set its permissions again. If it is still not working, then try to understand how it is in any way different than the other shares. What makes it special. Even in the terms of the users that it is addressing.
    – user1018743
    Commented Nov 19, 2019 at 18:37
  • @DOBRESCU_Mihai Thanks for the response. The thing that makes it difficult to troubleshoot is that this share is actively used by a number of hosts so I can't really offline it at will. ObjectNotFound bit is strange to me as Get-NfsSharePermission command works fine so the "object" mustn't be refferring to the share itself. I've tried comparing the permissions and setup with working shares across a few servers but can't see anything that stands out. Was hoping someone was in a similar situation who could advise so I could avoid having to recreate it.
    – Gytis
    Commented Nov 20, 2019 at 12:56
  • So the Get is working, but the Grant is not working. The ObjectNotFound CimException appears to be referring to the NfsServerTasks Object. Maybe you could insert both your Get and your Grant in the body of your question so that other Network Administrators might see what you have done so far and further help you.
    – user1018743
    Commented Nov 20, 2019 at 18:29
  • I've added the output of Get and Revoke (since I had the output of Get in there before)
    – Gytis
    Commented Nov 21, 2019 at 9:52