I'm trying to remove a folder in DFS. The folder acts like there is a special character on the end that I can't see.
The Security tab displays "The requested security information is either unavailable or can't be displayed."
From a command line:
Y:\>dir "Cema Drum Flat "
Volume in drive Y is DFS
Volume Serial Number is FA83-E002
Directory of Y:\
File Not Found
Y:\>dir "Cema Drum Flat "*
Volume in drive Y is DFS
Volume Serial Number is FA83-E002
Directory of Y:\
02/16/2010 07:24 AM
0 File(s) 0 bytes
1 Dir(s) 1,465,767,100,416 bytes free
Y:\>dir cema*
Volume in drive Y is DFS
Volume Serial Number is FA83-E002
Directory of Y:\
02/16/2010 07:24 AM
0 File(s) 0 bytes
1 Dir(s) 1,465,772,056,576 bytes free
Y:\>rmdir cema*
The filename, directory name, or volume label syntax is incorrect.
Y:\>icacls cema* /grant Administrator:F
Cema Drum Flat : The system cannot find the file specified.
Successfully processed 0 files; Failed processing 1 files