https://github.com/powershell/mmi
https://github.com/powershell/mmi
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/powershell/mmi
- Owner: PowerShell
- License: other
- Archived: true
- Created: 2016-05-23T02:27:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T02:12:04.000Z (over 5 years ago)
- Last Synced: 2025-09-19T22:33:41.908Z (4 months ago)
- Language: C#
- Homepage:
- Size: 721 KB
- Stars: 28
- Watchers: 18
- Forks: 17
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Microsoft.Management.Infrastructure
===================================
[](https://travis-ci.com/PowerShell/MMI)
This repo contains the `Microsoft.Management.Infrastructure` source code (and
soon tests). This is a dependency of PowerShell, but is kept separate.
Environment
===========
Toolchain Setup
---------------
MMI requires the following packages:
```sh
sudo apt-get install libpam0g-dev libssl-dev libcurl4-openssl-dev
```
Also install [PowerShell][] from the latest release per their instructions.
[powershell]: https://github.com/PowerShell/PowerShell
Git Setup
---------
MMI has a submodule, so clone recursively.
```sh
git clone --recursive git@github.com:PowerShell/MMI.git
```
Build
-----
```sh
./build.sh
```
Test
----
```sh
./test.sh
```