An open API service indexing awesome lists of open source software.

https://github.com/martinm85/external-connector-cli-m365

PowerShell script to create external connector with m365 CLI
https://github.com/martinm85/external-connector-cli-m365

cli microsoft-365 microsoft-graph microsoft-graph-connector microsoft-search microsoft365

Last synced: about 1 month ago
JSON representation

PowerShell script to create external connector with m365 CLI

Awesome Lists containing this project

README

          

# external-connector-cli-m365
PowerShell script to create external connector with the CLI for Microsoft 365.

## Prerequisities

The script requires the CLI for Microsoft 365 to be installed.

```
npm install -g @pnp/cli-microsoft365
```

Check details: https://github.com/pnp/cli-microsoft365

Another prerequisite is PowerShell 7.x

```
winget install --id Microsoft.Powershell --source winget
```

## Run the script

```
pwsh \ExternalConnector.ps1
```