This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
as the title question.
thank you for any suggest and approach.
Please read this first: This forum is for scripting questions rather than script requests Also find scripts here: http://gallery.technet.microsoft.com
https://mva.microsoft.com/en-us/training-courses/getting-started-with-microsoft-powershell-8276
\_(ツ)_/
i use the get-childitem "C:\windows\temp" -recurse | get-acl | Format-List | Out-File "c:\temp\output.txt"
it is working to get me the list. i wondering how get the subfolder and file permission list under this folder on the same time.
That gets all files and folders.
Look in Gallery for scripts that do what you are trying to do. There are quite a few that do it.