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
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"})