Skip to content

Commit 11c1cbd

Browse files
authored
Merge branch 'master' into master
2 parents d33a578 + d673bf3 commit 11c1cbd

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOCrossGeoUsers.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ Returns a single user from SharePoint Online in a multi-geo tenant and validates
5656

5757
### -ValidDataLocation
5858

59-
PARAMVALUE: $true | $false
59+
Use this parameter to validate the location of the data. The acceptable values for this parameter are:
60+
61+
- $False
62+
- $True
6063

6164
```yaml
6265
Type: Boolean

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -667,17 +667,14 @@ Accept wildcard characters: False
667667

668668
### -SharingDomainRestrictionMode
669669

670-
Specifies the external sharing mode for domains.
670+
Specifies the sharing mode for external domains.
671671

672-
The following values are:
672+
Possible values are:
673+
- None - Do not restrict sharing by domain
674+
- AllowList - Sharing is allowed only with external users that have account on domains specified within -SharingAllowedDomainList
675+
- BlockList - Sharing is allowed with external users in all domains except in domains specified within -SharingBlockedDomainList
673676

674-
None
675-
676-
AllowList
677-
678-
BlockList
679-
680-
For additional information about how to restrict a domain sharing, see Restricted Domains Sharing in Office 365 SharePoint Online and OneDrive for Business.
677+
For additional information about how to restrict a domain sharing, see [Restrict sharing of SharePoint and OneDrive content by domain](https://docs.microsoft.com/sharepoint/restricted-domains-sharing).
681678

682679
```yaml
683680
Type: SharingDomainRestrictionModes
@@ -729,10 +726,10 @@ The default link type for the site collection
729726

730727
PARAMVALUE: None | AnonymousAccess | Internal | Direct
731728

732-
None - Respect the organization default sharing link type
733-
AnonymousAccess - Sets the default sharing link for this site to an Anonymous Access or Anyone link
734-
Internal - Sets the default sharing link for this site to the "organization" link or company shareable link
735-
Direct - Sets the default sharing link for this site to the "Specific people" link
729+
- None - Respect the organization default sharing link type
730+
- AnonymousAccess - Sets the default sharing link for this site to an Anonymous Access or Anyone link
731+
- Internal - Sets the default sharing link for this site to the "organization" link or company shareable link
732+
- Direct - Sets the default sharing link for this site to the "Specific people" link
736733

737734
```yaml
738735
Type: SharingLinkType
@@ -772,9 +769,9 @@ The default link permission for the site collection
772769

773770
PARAMVALUE: None | View | Edit
774771

775-
None - Respect the organization default link permission
776-
View - Sets the default link permission for the site to "view" permissions
777-
Edit - Sets the default link permission for the site to "edit" permissions
772+
- None - Respect the organization default link permission
773+
- View - Sets the default link permission for the site to "view" permissions
774+
- Edit - Sets the default link permission for the site to "edit" permissions
778775

779776
```yaml
780777
Type: SharingPermissionType
@@ -794,9 +791,9 @@ Choose whether to override the anonymous or anyone link expiration policy on thi
794791

795792
PARAMVALUE: None | False | True
796793

797-
None - Respect the organization-level policy for anonymous or anyone link expiration
798-
False - Respect the organization-level policy for anonymous or anyone link expiration
799-
True - Override the organization-level policy for anonymous or anyone link expiration (can be more or less restrictive)
794+
- None - Respect the organization-level policy for anonymous or anyone link expiration
795+
- False - Respect the organization-level policy for anonymous or anyone link expiration
796+
- True - Override the organization-level policy for anonymous or anyone link expiration (can be more or less restrictive)
800797

801798
```yaml
802799
Type: Boolean

0 commit comments

Comments
 (0)