Quantcast
Channel: PowerShell Provider BizTalk
Viewing all articles
Browse latest Browse all 140

New Post: Excluding Application Name

$
0
0
By using below command i am fetching applications.

The "BizTalk EDI Application" should not fetch but i have set the condition still its displaying in the list
$ApplicationNames=@(Get-ChildItem -Path Biztalk:\Applications |Where-Object { !$_.IsSystem -And !$_.IsDefaultApplication

-And $_.Applications.Name -ne "BizTalk EDI Application"}) 

Viewing all articles
Browse latest Browse all 140

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>