Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 779 Bytes

File metadata and controls

24 lines (14 loc) · 779 Bytes

Contributing

Environment requirements

Git repo

To clone the repo, run, use this command

git clone https://github.com/tfslabs/get-wmi-basic.git

Build with Visual Studio (only for Windows)

To contribute, you may need Visual Studio 2022. Required Visual Studio 2022 SDKs:

  • .NET 4.8 SDK and targeting pack
  • Windows 10 SDK (10.0.18362.0) (if applicable)

Build from source

You can open the Get WMI Basic.csproj to open the project in Visual Studio

However, since this project is a part of Windows Server Management Tool, you may need to clone the whole repo, before using Visual Studio, because the full Visual Studio Solution are already configured with valid build configurations.