Scenario
- You move a clustered file share to another node.
- The resource appears as online.
- You can access files from an elevated command prompt.
-
You can access files through the network share.
-
However, with File Explorer you get an access denied.
- If you compare the volume icon to functional volumes icons, you can see that there is no information available for the volume with the issue (left icon of the picture below)
Solution
Disable UAC:
Set-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system -Name EnableLUA -Value 0
- Restart the server