Script to list Shared Folders and Access Type for perticular user account in AD
hello,
i in situation need find list of shared folder path , access type perticular user account in ad . user member of lot of change , read group.
there way acheive dsquery or other command line. ? can not use powershell
thanks,
_prashant_
mcsa|mcitp sa|microsoft exchange 2003 blog - http://prashant1987.wordpress.com disclaimer: posting provided as-is no warranties/guarantees , confers no rights.
hi prashant,
if can't use powershell better ask on official scripting guys forum!
to check shared folder permissions, may use "net share" commandline tool, example:
net share <share_name>
net share admin$
but hard bind dsquery.
Windows Server > Windows PowerShell
Comments
Post a Comment