-
Notifications
You must be signed in to change notification settings - Fork 197
Update Set-SPOSite.md #865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,8 +25,9 @@ Set-SPOSite | |
| [-AddRestrictedAccessControlGroups [Guid[]]] | ||
| [-AllowDownloadingNonWebViewableFiles <Boolean>] | ||
| [-AllowEditing <Boolean>] | ||
| [-AllowFileArchive <Boolean>] | ||
| [-AllowFileArchive <Boolean>] | ||
| [-AllowSelfServiceUpgrade <Boolean>] | ||
| [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] | ||
| [-AnonymousLinkExpirationInDays <Int32>] | ||
| [-AuthenticationContextAccessType <SPOAuthenticationContextPolicyAccessType>] | ||
| [-AuthenticationContextName <String>] | ||
|
|
@@ -363,6 +364,22 @@ Accept pipeline input: False | |
| Accept wildcard characters: False | ||
| ``` | ||
|
|
||
| ### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled | ||
| Enables or disables web property bag update when DenyAddAndCustomizePages is enabled. When AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled is set to $true, web property bag can be updated even if DenyAddAndCustomizePages is turned on when the user had AddAndCustomizePages (prior to DenyAddAndCustomizePages removing it). | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Does this mean, the user has no AddAndCustomizePages permission?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes. Idea is that user can update property bag independent of the noScript setting.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
this part of the sentence:
is very confusing -- I've read it multiple times and still can't make sense of it. please revise it for clarity. hint: use internal Microsoft Copilot to polish the string. Ask Copilot to generate the string based on "Microsoft Writing Style Guide" -- this way the generated string is grounded on Content Writer-provided guidelines. #Closed |
||
|
|
||
| PARAMVALUE: True | False | ||
|
|
||
| ```yaml | ||
| Type: Boolean | ||
| Parameter Sets: (All) | ||
| Applicable: SharePoint Online | ||
| Required: False | ||
| Position: Named | ||
| Default value: False | ||
| Accept pipeline input: False | ||
| Accept wildcard characters: False | ||
| ``` | ||
|
|
||
| ### -Confirm | ||
|
|
||
| Prompts you for confirmation before running the cmdlet. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: remove the trailing space here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check if its gone?