https://github.com/linbit/linstor-wmi-helper
https://github.com/linbit/linstor-wmi-helper
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/linbit/linstor-wmi-helper
- Owner: LINBIT
- License: gpl-2.0
- Created: 2023-06-30T11:58:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-04T10:40:32.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T16:28:53.687Z (over 1 year ago)
- Language: C#
- Size: 44.9 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LINSTOR WMI helper
This C# tool provides some basic functionality for
managing virtual disks for Microsoft Storage Spaces.
It is meant to be used by LINSTOR but can also
be used as a standalone tool. It mainly exists
because managing virtual disks in PowerShell is
just too slow.
For usage information, just run it without arguments.
To build it you need a Microsoft C# compiler. Mono
won't work because Mono is missing the Windows
Management Interface (wmi) libraries. By using wine
for the C# compiler one can build it also under
Linux.
This tool was written from scratch by Johannes
Thoma (johannes@johannesthoma.com).