-
Updated
Nov 6, 2020 - C#
sharepoint
Here are 734 public repositories matching this topic...
-
Updated
Mar 10, 2021 - PHP
-
Updated
Mar 10, 2021 - Java
-
Updated
Jan 19, 2021 - C#
-
Updated
Mar 2, 2021 - Python
-
Updated
Mar 10, 2021 - TypeScript
Usage
m365 tenant report office365activationsusercounts
Description
Get the count of users that are enabled and those that have activated the Office subscription on desktop or devices or shared computers.
Options
Option | Description |
---|---|
`-o, --option <opt |
-
Updated
Jan 18, 2021 - C#
-
Updated
Jun 18, 2019 - TypeScript
-
Updated
Mar 10, 2021 - PowerShell
-
Updated
May 23, 2020 - TypeScript
-
Updated
Feb 9, 2021 - Python
-
Updated
Jun 24, 2020 - C#
-
Updated
Mar 15, 2019 - JavaScript
Details of the scenario you try and problem that is occurring:
For a large search topology I'm missing a few things. One is that all the databases are created in the same sql instance. The name cannot be configured individually and there is only one property for the sql server. And I need to create multiple crawl store databases which is not possible with the current version. The multiple cra
-
Updated
Oct 8, 2018 - JavaScript
-
Updated
Nov 27, 2020 - PHP
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
Jan 29, 2021 - C#
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Jan 27, 2021 - TypeScript
-
Updated
Aug 22, 2020 - PowerShell
-
Updated
Feb 1, 2019 - C#
-
Updated
Feb 11, 2021 - C#
-
Updated
Feb 26, 2021
-
Updated
Feb 15, 2021 - TypeScript
-
Updated
May 6, 2019 - JavaScript
-
Updated
Dec 14, 2018 - TypeScript
Improve this page
Add a description, image, and links to the sharepoint topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sharepoint topic, visit your repo's landing page and select "manage topics."
Rationale
Reading Teams and Channels on Microsoft Graph can now be done by using the
Channel.ReadBasic.All
andTeam.ReadBasic.All
permissions which do not require admin consent. Currently, the component uses theUser.Read.All
andGroup.Read.All
permissions.Preferred Solution