Skip to content

Commit

Permalink
Commit for review #3 suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ganesh-sanap committed May 8, 2024
1 parent c915420 commit 9cd907c
Show file tree
Hide file tree
Showing 2 changed files with 196 additions and 177 deletions.
22 changes: 9 additions & 13 deletions docs/docs/cmd/spo/tenant/tenant-settings-set.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,32 +46,26 @@ m365 spo tenant settings set [options]
`--ODBSharingCapability [ODBSharingCapability]`
: Configure the sharing level for for OneDrive sites. Allowed values: `ExternalUserAndGuestSharing` (default) - External user sharing (share by email) and guest link sharing are both enabled, `Disabled` - External user sharing (share by email) and guest link sharing are both disabled, `ExternalUserSharingOnly` - External user sharing (share by email) is enabled but guest link sharing is disabled, `ExistingExternalUserSharingOnly` - Only guests already in your organization's directory.

`--OneDriveLoopSharingCapability [OneDriveLoopSharingCapability]`
: Configure the sharing level for the Loop components hosted on OneDrive, for example: whiteboards in Teams meetings. Allowed values: `ExternalUserAndGuestSharing` (default) - External user sharing (share by email) and guest link sharing are both enabled, `Disabled` - External user sharing (share by email) and guest link sharing are both disabled, `ExternalUserSharingOnly` - External user sharing (share by email) is enabled but guest link sharing is disabled, `ExistingExternalUserSharingOnly` - Only guests already in your organization's directory.

`--CoreLoopSharingCapability [CoreLoopSharingCapability]`
: Configure the sharing level for the fluid on core partition. Allowed values: `ExternalUserAndGuestSharing` (default) - External user sharing (share by email) and guest link sharing are both enabled, `Disabled` - External user sharing (share by email) and guest link sharing are both disabled, `ExternalUserSharingOnly` - External user sharing (share by email) is enabled but guest link sharing is disabled. `ExistingExternalUserSharingOnly` - Only guests already in your organization's directory.

`--ContainerSharingCapability [ContainerSharingCapability]`
: Configure the sharing level for SharePoint Embedded applications. The external sharing features let users in your organization share content with people outside the organization (such as partners, vendors, clients, or customers), ensuring sensitive data isn't accidentally shared with unauthorized users. Allowed values: `ExternalUserAndGuestSharing` (default) - External user sharing (share by email) and guest link sharing are both enabled, `Disabled` - External user sharing (share by email) and guest link sharing are both disabled, `ExternalUserSharingOnly` - External user sharing (share by email) is enabled but guest link sharing is disabled, `ExistingExternalUserSharingOnly` - Only guests already in your organization's directory.

`--CoreDefaultShareLinkRole [CoreDefaultShareLinkRole]`
: Sets the default share link role on core partition. Allowed values `Edit`, `View`, `LimitedEdit`, `LimitedView`, `ManageList`, `None`, `Owner`, `RestrictedView`, `Review`, `Submit`.
: Sets the default share link role on core partition. Allowed values `None`, `View`, `Edit`, `Review`, `RestrictedView`.

`--CoreLoopDefaultSharingLinkRole [CoreLoopDefaultSharingLinkRole]`
: Sets the default share link role for fluid on SharePoint sites. Allowed values `Edit`, `View`, `LimitedEdit`, `LimitedView`, `ManageList`, `None`, `Owner`, `RestrictedView`, `Review`, `Submit`.
: Sets the default share link role for fluid on SharePoint sites. Allowed values `None`, `View`, `Edit`, `Review`, `RestrictedView`.

`--ContainerDefaultShareLinkRole [ContainerDefaultShareLinkRole]`
: Sets the default share link for SharePoint Embedded. Allowed values `Edit`, `View`, `LimitedEdit`, `LimitedView`, `ManageList`, `None`, `Owner`, `RestrictedView`, `Review`, `Submit`.
: Sets the default share link for SharePoint Embedded. Allowed values `None`, `View`, `Edit`, `Review`, `RestrictedView`.

`--ContainerLoopDefaultShareLinkRole [ContainerLoopDefaultShareLinkRole]`
: Sets the default share link for Loop components. Allowed values `Edit`, `View`, `LimitedEdit`, `LimitedView`, `ManageList`, `None`, `Owner`, `RestrictedView`, `Review`, `Submit`.
: Sets the default share link for SharePoint Embedded Loop components. Allowed values `None`, `View`, `Edit`, `Review`, `RestrictedView`.

`--OneDriveDefaultShareLinkRole [OneDriveDefaultShareLinkRole]`
: Sets the default share link role on OneDrive partition. Allowed values `Edit`, `View`, `LimitedEdit`, `LimitedView`, `ManageList`, `None`, `Owner`, `RestrictedView`, `Review`, `Submit`.
: Sets the default share link role on OneDrive partition. Allowed values `None`, `View`, `Edit`, `Review`, `RestrictedView`.

`--OneDriveLoopDefaultSharingLinkRole [OneDriveLoopDefaultSharingLinkRole]`
: Sets the default share link role for fluid on OneDrive sites. Allowed values `Edit`, `View`, `LimitedEdit`, `LimitedView`, `ManageList`, `None`, `Owner`, `RestrictedView`, `Review`, `Submit`.
: Sets the default share link role for fluid on OneDrive sites. Allowed values `None`, `View`, `Edit`, `Review`, `RestrictedView`.

`--CoreDefaultShareLinkScope [CoreDefaultShareLinkScope]`
: Sets the default share link scope on core partition. Allowed values `Anyone`, `Organization`, `SpecificPeople`, `Uninitialized`.
Expand All @@ -83,7 +77,7 @@ m365 spo tenant settings set [options]
: Sets the default share link scope for SharePoint Embedded. Allowed values `Anyone`, `Organization`, `SpecificPeople`, `Uninitialized`.

`--ContainerLoopDefaultShareLinkScope [ContainerLoopDefaultShareLinkScope]`
: Sets the default share link scope for Loop components. Allowed values `Anyone`, `Organization`, `SpecificPeople`, `Uninitialized`.
: Sets the default share link scope for SharePoint Embedded Loop components. Allowed values `Anyone`, `Organization`, `SpecificPeople`, `Uninitialized`.

`--OneDriveDefaultShareLinkScope [OneDriveDefaultShareLinkScope]`
: Sets the default share link scope on OneDrive partition. Allowed values `Anyone`, `Organization`, `SpecificPeople`, `Uninitialized`.
Expand Down Expand Up @@ -516,6 +510,8 @@ To use this command you have to have permission to access the tenant admin site.

:::

This command allows using unknown options.

## Examples

Sets single tenant global setting
Expand Down

0 comments on commit 9cd907c

Please sign in to comment.