Skip to content

Instantly share code, notes, and snippets.

@HCRitter
Created December 6, 2016 16:21
Show Gist options
  • Save HCRitter/84f326d4d8e62c160158b55bed38d78a to your computer and use it in GitHub Desktop.
Save HCRitter/84f326d4d8e62c160158b55bed38d78a to your computer and use it in GitHub Desktop.
$Attach = Get-ChildItem -Path "Path2Files" -Filter "*.Attach" | foreach{
$_.FullName
}
foreach($AttachFile in $Attach){
Do-Something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment