Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

Powershell script to find the text between two strings

$
0
0
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

Viewing all articles
Browse latest Browse all 467

Trending Articles