52 lines
1.8 KiB
Plaintext
52 lines
1.8 KiB
Plaintext
Copyright (C) 2007 Intel Corporation
|
|
|
|
Intel(R) Active Management Technology (Intel AMT):
|
|
A brief overview of the SDK's C# WS-Management Developer's Package
|
|
|
|
Introduction:
|
|
-------------
|
|
The C# WS-Management Developer's Package is intended to provide a foundation for
|
|
developing WS-Management client applications in C#. While the package was
|
|
created with Intel(R) AMT in mind, it is intended to provide a general solution
|
|
for communicating with any WS-Management server.
|
|
|
|
Note: Once an object in this library is given a reference to a SecureString
|
|
password that object becomes that password instance's owner and shouldn't
|
|
be changed, disposed or given to another object. If the same password is
|
|
needed by more than one object use the SecureString.Copy method.
|
|
|
|
The zip includes:
|
|
1) Bin folder contains compiled dlls:
|
|
*CIMFramework.dll
|
|
*CIMFrameworkUntyped.dll
|
|
*DotNetWSManClient.dll
|
|
*IWSManClient.dll
|
|
*WinRMWSManClient.dll
|
|
|
|
2) Src folder:
|
|
a) C# source code for the dlls included in this package:
|
|
Including 5 projects (for each dll) and one solution CIMFramework.sln
|
|
b) Under Src\GeneratedCode\MofCsFiles you can find the WSMAN MOFS files,
|
|
as C# classes.
|
|
|
|
How to Build:
|
|
-------------
|
|
The Intel AMT SDK C# WS-Management directory includes a single
|
|
solution file named "CIMFramework.sln", which contains all the C# projects.
|
|
|
|
In order to compile the sources:
|
|
1) Use VisualStudio 2019 and the latest windows SDK toolkit.
|
|
2) Open solution from this path:
|
|
Src\WS-Management\CIMFramework\CIMFramework.sln
|
|
3) Invoke build from the VisualStudio menu.
|
|
|
|
|
|
WRMWsmanClient:
|
|
---------------
|
|
See WinRM_CS Readme in WinRMWSManClient project.
|
|
|
|
------------------------------------------------------------------
|
|
* Other names and brands may be claimed as the property of others.
|
|
|
|
|