Iit.Management.Pack.Generation 1.1.349

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Iit.Management.Pack.Generation --version 1.1.349
NuGet\Install-Package Iit.Management.Pack.Generation -Version 1.1.349
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Iit.Management.Pack.Generation" Version="1.1.349" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Iit.Management.Pack.Generation --version 1.1.349
#r "nuget: Iit.Management.Pack.Generation, 1.1.349"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Iit.Management.Pack.Generation as a Cake Addin
#addin nuget:?package=Iit.Management.Pack.Generation&version=1.1.349

// Install Iit.Management.Pack.Generation as a Cake Tool
#tool nuget:?package=Iit.Management.Pack.Generation&version=1.1.349

The SCOM Management Pack Generator (SMPG) is replacing TransMPGen as the prefered way to generate simple SCOM management packs for  Windows Services and Web applications.
     SMPG supports everything TransMPGen can do. On top of this, SMPG adds functionality like:      
     - Creating a single management pack for systems consisting of several services and web applications.
     - For each service it's possible to monitor several logs and sources
     - Alert suppression can be configured for each event and for fallthrough rules
     - Making basic monitoring (like that of TransMPGen) extensible by other types of monitoring

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Visual Studio wil now execute the post build powershell script explicitly in the target directory (like bin\debug) to handle issues locating Iit.Management.Pack.Generator.Model.dll on some user machines.
     As per the previous version:
     SMPG supports both dll and exe file assembly projects.
     SMPG now supports any solution structure - including solutions without a solution folder.
     The solution will build and generate a MP even when event knowledgbase text fields are assigned to null.
     The SNOW Configuration Item (CI) is now used as Display Name for the service class instance in SCOM.
     The generated Management Pack is now sealed (an unsealed version is also generated). This, combined with bug fixes for application pool overrides, means that you can now build without any warnings :-)
     The property EnableMonitoringForTestAndDevServers is deprecated, please use ExcludeOverridesForTestAndDevServersFromManagementPack instead.