Stuart McLean's tech blog.
For old school .svc and .asmx
foreach($dir in ("dir1",”dir2”)) { $files = Get-ChildItem -Path D:\AppWebSites\$dir -Recurse -Include ('*.asmx','*.svc') $files}
No comments:
Post a Comment