Active Directory and Windows System Files
Hi.
Someone know if it's possible to access the Windows System File through Active Directory in .NET, and how to do it? What I want to do is a application that allow users to access through the web to the Active Directory Server and after a autentification process allow them to access to de Windows System Files.
What I have found on Internet are examples about getting a list of users and computers, but nothing about getting a list of the files that a user can access on the AD Server.
If anyone knows what I have to do or point me on the right direction, it will be much appreciated.
Thanks.
Re: Active Directory and Windows System Files
Welcome to the forums. :wave:
What .NET language are you using?
VB.NET
C#
Re: Active Directory and Windows System Files
Re: Active Directory and Windows System Files
Re: Active Directory and Windows System Files
Hi
I need to access the Windows System File through Active Directory in .NET and I only encounter information about the users, computers, domains, etc.