#File List
#Builds a file list of what ever folder you set. Can also set specific file types.
#Remove -name and you will get al the file attributes also
Get-ChildItem "G:\Users\MS\Documents" -filter "*.xlsx" -name
File List
Builds a file list of what ever folder you set. Can also set specific file types.
Remove -name and you will get al the file attributes also
Builds a file list of what ever folder you set. Can also set specific file types.
Remove -name and you will get al the file attributes also
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.