Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.87 KB

managing-resources.md

File metadata and controls

48 lines (32 loc) · 1.87 KB
title description ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Manage Resources
Use btstask or BizTalk Administration to work with assemblies, scripts, certificates, binding files, and more in BizTalk Server
06/08/2017
biztalk-server
article

Manage Resources

Overview

The topics in this section provide instructions on how to use the BizTalk Server Administration console or the BTSTask command-line tool to manage BizTalk Server resources after they have been deployed into a BizTalk group. Resources include the following types of artifacts:

  • BizTalk Assemblies

  • Pre- and post-processing scripts

  • .NET assemblies

  • COM components

  • Certificates

  • Ad hoc files

  • BAM definitions

  • Binding files

  • Virtual directories

Note

You can use Microsoft Windows Management Instrumentation (WMI) Object Model to create and run scripts that automate administrative tasks. For information about using WMI, see the WMI Class Reference [!INCLUDEui-guidance-developers-reference].

[!NOTE] Do not add multiple resources with the same name, regardless of case, to a BizTalk Server group. Adding multiple resources with the same name to a BizTalk Server group is not supported, even when the BizTalk Server management database is housed on a SQL Server that is configured to use binary collation and supports case sensitivity.

Next steps