Prerequisites
The PowerShellModuleName variable must already be defined or one of the following values must be set:
Expand | ||||
---|---|---|---|---|
| ||||
|
Install the PowerShell module
Run the following commands to verify the NuGet provider is installed:
...
Code Block | ||
---|---|---|
| ||
If ([string]::IsNullOrEmpty($PowerShellModuleName)) { $PowerShellModuleName = 'ExchangeOnlineManagement' } |
Run the following commands to locate the PowerShell modules:
...