Forum Discussion
Changing Delve Feature Settings
- Nov 20, 2017
PnP can only provide capabilities which have native APIs. There's no bypassing of the native APIs using PnP channels. If there's external API, PnP can though faster provide for example a cmdlet for the capability... but in this case, challenge is simply the lack of existing API to call.
PowerShell would be nice...
- Dean_GrossJan 29, 2017Silver Contributor
Agree, i have been looking all over any API without any luck. It's frustrating that they frequently start working on new stuff before they finish previously released features. e.g. many of the official powershell modules do not have cmdlets for all of the functionality availalbe in the UI
- TonyRedmondJan 30, 2017MVP
Yep, it would be nice if there was a release cadence like:
1. Finish first version and release complete with PowerShell and other APIs (like Microsoft Graph)
2. Introduce new features and update PowerShell cmdlets etc.
3. Redo as necessary