Hi,
Yes, you can invoke Microsoft.EnterpriseManagement.Core using .NET Core application to create an EnterpriseManagementGroup object and connect to the framework. The latest version of the Microsoft.EnterpriseManagement.Core package is compatible with .NET Standard 2.0 and can be used in .NET Core. To use it, you will need to install the package using NuGet Package Manager or Package Manager Console.
Here are the steps to use the package in your .NET Core application:
- Open your .NET Core project in Visual Studio or Visual Studio Code.
- Install the Microsoft.EnterpriseManagement.Core package using package manager or package manager console. You can do this by running the following command in the Package Manager Console:
3. In your code, add the following using statement to import the necessary namespace.
```using Microsoft.EnterpriseManagement;```
4. You can now create an instance of the **EnterpriseManagementGroup** class and connect to the framework using the constructor method as follows.
```EnterpriseManagementGroup emg = new EnterpriseManagementGroup("localhost");```
Note: Replace "localhost" with the name of the management server or management server pool FQDN.
References:
- NuGet Package: https://www.nuget.org/packages/Microsoft.EnterpriseManagement.Core
- Microsoft.EnterpriseManagement.Core API reference: https://docs.microsoft.com/en-us/dotnet/api/microsoft.enterprisemanagement?view=scsm-2019