Skip to content

Commands to deploy Microsoft BizTalk Server Applications supported by a deployment framework featuring a declarative task model.

License

Notifications You must be signed in to change notification settings

FrancoisHub/Be.Stateless.PowerShell.Module.BizTalk.Deployment

 
 

Repository files navigation

Be.Stateless.PowerShell.Module.BizTalk.Deployment

Build Status GitHub Release PowerShell Gallery Version

Commands to deploy Microsoft BizTalk Server Applications supported by a deployment framework featuring a declarative task model.

Module Installation

Notice that to be able to install this PowerShell module right from the PowerShell Gallery you will need to trust the certificate that was used to sign it. Run the following PowerShell commands (they merely download and install the certificate's public key in the 'Trusted People' store underneath the 'Local Machine' certifcate store):

Invoke-WebRequest -Uri https://github.com/icraftsoftware/Be.Stateless.Build.Scripts/raw/master/be.stateless.public.cer -OutFile "$($env:TEMP)\be.stateless.public.cer"
Import-Certificate -FilePath "$($env:TEMP)\be.stateless.public.cer" -CertStoreLocation Cert:\LocalMachine\TrustedPeople\

Notice that if the ExecutionPolicy is set to AllSigned you also need to run the following PowerShell command (it merely installs the certificate's public key in the 'Trusted Publishers' store underneath the 'Local Machine' certifcate store):

Import-Certificate -FilePath "$($env:TEMP)\be.stateless.public.cer" -CertStoreLocation Cert:\LocalMachine\TrustedPublisher\

About

Commands to deploy Microsoft BizTalk Server Applications supported by a deployment framework featuring a declarative task model.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%