Hi ,Iam trying to find a script which can loop through the dtsx files and get the connection managers.
Get-ChildItem -Path C:\temp\*.dtsx -recurse | Select-String -Pattern "XXX" | Substring (10,20)
I wanted to add Substring to the above
Get-ChildItem -Path C:\temp\*.dtsx -recurse | Select-String -Pattern "XXX" | Substring (10,20)
I wanted to add Substring to the above