This commit is contained in:
NSoy-MSFT 2019-01-23 13:57:35 -08:00
Родитель 74a4621747
Коммит d7f8d68579
2 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

@ -27,9 +27,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
# Getting started
## One-time setup
1. Download the module from the [Releases](https://github.com/Microsoft/Intune-PowerShell-SDK/releases) tab in the GitHub repository.
2. The "Release" folder in the zip file contains two folders: "net471" and "netstandard2.0".
- If you are using Windows, extract the "net471" folder. **You must have .NET 4.7.1 or higher installed**.
- If you are using any other operating system or platform (including CloudShell), extract the "netstandard2.0" folder. You may rename the extracted folder to whatever you like.
2. The "drop\outputs\build\Release\net471" folder in the zip file contains the module.
- If you are using Windows, extract the "net471" folder. **You must have .NET 4.7.1 or higher installed**.
3. The module manifest is the "Microsoft.Graph.Intune.psd1" file inside this folder. This is the file you would refer to when importing the module (see the next section below).
## Before this module is used in your organization

Просмотреть файл

@ -39,9 +39,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
# Getting started
## One-time setup
1. Download the module from the [Releases](https://github.com/Microsoft/Intune-PowerShell-SDK/releases) tab in the GitHub repository.
2. The "Release" folder in the zip file contains two folders: "net471" and "netstandard2.0".
- If you are using Windows, extract the "net471" folder. **You must have .NET 4.7.1 or higher installed**.
- If you are using any other operating system or platform (including CloudShell), extract the "netstandard2.0" folder. You may rename the extracted folder to whatever you like.
2. The "drop\outputs\build\Release\net471" folder in the zip file contains the module.
- If you are using Windows, extract the "net471" folder. **You must have .NET 4.7.1 or higher installed**.
3. The module manifest is the "Microsoft.Graph.Intune.psd1" file inside this folder. This is the file you would refer to when importing the module (see the next section below).
## Before this module is used in your organization