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
- Host: GitHub
- URL: https://github.com/martinm85/external-connector-cli-m365
- Owner: MartinM85
- License: mit
- Created: 2024-02-27T14:00:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T14:11:48.000Z (over 1 year ago)
- Last Synced: 2025-01-27T10:43:23.055Z (8 months ago)
- Topics: cli, microsoft-365, microsoft-graph, microsoft-graph-connector, microsoft-search, microsoft365
- Language: PowerShell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```