Microsoft
Software
Hardware
Network
Question : Set Owner on all Files via cmd
Hi,
I am looking to set the owner on all files on my files server to Domain Admins and grant full control
I have ben looking into using something setacl.exe or subinacl, I can grant the admins full control on folders which they can access, however some files I do not have the premission to view I will need to to over as owner and then grant full control.
Any ideas ?
Answer : Set Owner on all Files via cmd
takeown /F \\server\home /R
The /f is needed as file even if directory the /r means all subfolders and files....
Random Solutions
is there a way to set the defaults of a pivot table?
using cast and case...
MS Access add image to form at runtime
How to edit a column in a list box control and update back to the Table in Access.
How can I retrieve the HTML source from a web page at a certain URL?
dateadd function returns weekends even when weekday "w" is specified
How to use stored procedure for access data project
Generated contacts not showing up in distribution lists
How do I change my internal domain name to .local
Adding a Text File to a ClickOnce Deployment