HI,
I have two systems A& B.
now i have to deploy from system A to system B.
for local am using below code.
Add-PSSnapin –Name BizTalkFactory.PowerShell.Extensions
Set-Location –Path Biztalk:
Set-Location BizTalk:\Applications
$myBTStask = BTStask.exe ListApps
but for remote how can i call from another system?
I have two systems A& B.
now i have to deploy from system A to system B.
for local am using below code.
Add-PSSnapin –Name BizTalkFactory.PowerShell.Extensions
Set-Location –Path Biztalk:
Set-Location BizTalk:\Applications
$myBTStask = BTStask.exe ListApps
but for remote how can i call from another system?