Skip to content

Commit

Permalink
Corrected examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Mar 27, 2024
1 parent d9acdfc commit fb2a20f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Configuration Example
StartASiteFormUrl = "https://contoso.sharepoint.com"
IPAddressEnforcement = $false
IPAddressWACTokenLifetime = 15
CommentsOnSitePagesDisabled = $false
SocialBarOnSitePagesDisabled = $false
DisallowInfectedFileDownload = $false
ExternalServicesEnabled = $true
EmailAttestationRequired = $false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,27 @@ Configuration Example
{
SPOTenantSettings 'ConfigureTenantSettings'
{
IsSingleInstance = "Yes"
IsSingleInstance = 'Yes'
MinCompatibilityLevel = 16
MaxCompatibilityLevel = 16
SearchResolveExactEmailOrUPN = $false
OfficeClientADALDisabled = $false
LegacyAuthProtocolsEnabled = $true
SignInAccelerationDomain = ""
SignInAccelerationDomain = ''
UsePersistentCookiesForExplorerView = $false
UserVoiceForFeedbackEnabled = $true
PublicCdnEnabled = $false
PublicCdnAllowedFileTypes = "CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF"
PublicCdnAllowedFileTypes = 'CSS,EOT,GIF,ICO,JPEG,JPG,JS,MAP,PNG,SVG,TTF,WOFF'
UseFindPeopleInPeoplePicker = $false
NotificationsInSharePointEnabled = $true
OwnerAnonymousNotification = $true
ApplyAppEnforcedRestrictionsToAdHocRecipients = $true
FilePickerExternalImageSearchEnabled = $true
HideDefaultThemes = $false
MarkNewFilesSensitiveByDefault = "AllowExternalSharing"
Ensure = "Present"
MarkNewFilesSensitiveByDefault = 'AllowExternalSharing'
CommentsOnSitePagesDisabled = $false
SocialBarOnSitePagesDisabled = $false
Ensure = 'Present'
Credential = $Credscredential
}
}
Expand Down

0 comments on commit fb2a20f

Please sign in to comment.