When trying to look up permissions on a path that has a SID that doesn't resolve to a name, i get
{ "error": { "message": "Failed to convert SID to a Windows name. Reason: \"SecD Error: object not found\". ", "code": "4849677" } }
There's a similar post here with the suggestion to tack on administrator/windows to the effective-permissions call, but that's not working for me either:
{"error": {"message": "Unexpected argument \"windows/%2F\".","code": "262179"}}
Digging through Discord, i found a similar post, with no replies.
Initially I hit this with powershell and Get-NcFileDirectorySecurity, but after digging got to this point. Any suggestions or workarounds?