Skip to content
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

Update documentation of Set-SPOTenant and Set-SPOSite cmdlet #762

Merged
merged 8 commits into from
Jan 2, 2025

Conversation

prgundel
Copy link
Contributor

Adding the below supported parameter to Set-SPOTenant documentation
[-LegacyBrowserAuthProtocolsEnabled ]
[-EnableDiscoverableByOrganizationForVideos ]
[-RestrictedAccessControlforSitesErrorHelpLink ]
[-SensitivityLabel ]
[-DisableWorkflow2010 ]
[-Sites ]
[-AnyoneLinkTrackUsers ]
[-OneDriveBlockGuestsAsSiteAdmin ]
[-AllowSharingOutsideRestrictedAccessControlGroups ]
[-Workflows2013Enabled ]
[-IsCollabMeetingNotesFluidEnabled ]
[-IsLoopEnabled ]
[-DisablePersonalListCreation ]
[-DisableVivaConnectionsAnalytics ]
[-AppBypassInformationBarriers ]
[-DisableModernListTemplateIds <Guid[]> ]
[-EnableModernListTemplateIds <Guid[]> ]
[-HideSyncButtonOnTeamSite ]
[-StreamLaunchConfig ]
[-EnableRestrictedAccessControl ]
[-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]> ]
[-ExcludedBlockDownloadGroupIds <GUID[]> ]
[-RecycleBinRetentionPeriod ]
[-EnableMediaReactions ]
[-AllowSensitivityLabelOnRecords ]
[-ContentSecurityPolicyEnforcement ]
[-ExcludeBlockDownloadSharePointGroups ]

Adding the below supported parameter to Set-SPOSite documentation
[-ReadOnlyForUnmanagedDevices ]
[-ExcludedBlockDownloadGroupIds <GUID[]>]
[-ExcludeBlockDownloadPolicySiteOwners ]
[-ReadOnlyForBlockDownloadPolicy ]
[-AuthenticationContextAccessType ]
[-HubSiteId <Guid[]>]
[-InformationBarriersMode ]
[-RestrictContentOrgWideSearch ]
[-RestrictedAccessControl ]
[-RestrictedAccessControlGroups <Guid[]>]
[-AddRestrictedAccessControlGroups <Guid[]>]
[-RemoveRestrictedAccessControlGroups <Guid[]>]
[-ClearRestrictedAccessControl ]

Adding the below setting to the document
[-LegacyBrowserAuthProtocolsEnabled <Boolean>]
[-EnableDiscoverableByOrganizationForVideos <Boolean> ]
[-RestrictedAccessControlforSitesErrorHelpLink <String> ]
[-SensitivityLabel <String> ]
[-DisableWorkflow2010 <Boolean> ]
[-Sites <String> ]
[-AnyoneLinkTrackUsers <Boolean> ]
[-OneDriveBlockGuestsAsSiteAdmin <SharingState> ]
[-AllowSharingOutsideRestrictedAccessControlGroups <Boolean> ]
[-Workflows2013Enabled <Boolean> ]
[-IsCollabMeetingNotesFluidEnabled <Boolean> ]
[-IsLoopEnabled <Boolean> ]
[-DisablePersonalListCreation <Boolean> ]
[-DisableVivaConnectionsAnalytics <Boolean> ]
[-AppBypassInformationBarriers <Boolean> ]
[-DisableModernListTemplateIds <Guid[]> ]
[-EnableModernListTemplateIds <Guid[]> ]
[-HideSyncButtonOnTeamSite <Boolean> ]
[-StreamLaunchConfig <Int32> ]
[-EnableRestrictedAccessControl <Boolean> ]
[-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]> ]
[-ExcludedBlockDownloadGroupIds <GUID[]> ]
[-RecycleBinRetentionPeriod <Int32> ]
[-EnableMediaReactions <Boolean> ]
[-AllowSensitivityLabelOnRecords <Boolean> ]
[-ContentSecurityPolicyEnforcement <Boolean> ]
Adding the below setting to Set-SPOTenant.md
[DisableSpacesActivation <Boolean>]
Updating Set-SPOSite cmdlet documentation
Copy link
Contributor

Learn Build status updates of commit f2c52f3:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md ✅Succeeded View (sharepoint-ps)
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

@@ -67,6 +67,19 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
[-RestrictedAccessControl <Boolean>]
[-RestrictedAccessControlGroups <Guid>]
[-RemoveRestrictedAccessControlGroups <Guid>]
[-ReadOnlyForUnmanagedDevices <Boolean>]
[-ExcludedBlockDownloadGroupIds <GUID[]>]
Copy link
Contributor

@samkabue samkabue Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GUID

Guid #Closed

[-ExcludeBlockDownloadPolicySiteOwners <Boolean>]
[-ReadOnlyForBlockDownloadPolicy <Boolean>]
[-AuthenticationContextAccessType <SPOAuthenticationContextPolicyAccessType>]
[-HubSiteId <Guid[]>]
Copy link
Contributor

@samkabue samkabue Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<Guid[]>

are you sure this should be array? #Closed


Controls whether unmanaged devices have read-only access.

PARAMVALUE: $true | $false
Copy link
Contributor

@samkabue samkabue Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$true | $false

False | True #Closed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix other places too


### -ExcludedBlockDownloadGroupIds

Exempts users from specified groups from the block download policy and they can fully download any content for the site.
Copy link
Contributor

@samkabue samkabue Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exempts users from specified groups from the block download policy and they can fully download any content for the site

could you confirm this text? #Closed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is the description given by Content Designer.


### -HubSiteId

Sets the hub site for a specified sharepoint site.
Copy link
Contributor

@samkabue samkabue Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sharepoint

fix brand name #Closed

[-StreamLaunchConfig <Int32> ]
[-EnableRestrictedAccessControl <Boolean> ]
[-BlockDownloadFileTypeIds <SPBlockDownloadFileTypeId[]> ]
[-ExcludedBlockDownloadGroupIds <GUID[]> ]
Copy link
Contributor

@samkabue samkabue Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GUID

Guid #Closed

Copy link
Contributor

@samkabue samkabue Jan 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be Guid[] @prgundel -- notice casing, and should be array

@samkabue
Copy link
Contributor

samkabue commented Nov 26, 2024

PARAMVALUE: $true | $false

True | False

fix other places too #Closed


Refers to: sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md:3652 in f2c52f3. [](commit_id = f2c52f3, deletion_comment = False)


Specifies list of modern template IDs not enabled in tenant.

To set this list to be a specific security group, you need to enter its GUID as the argument. You can enter multiple GUIDs by using commas to separate them. To view the current list, use [Get-SPOTenant](Get-SPOTenant.md).
Copy link
Contributor

@samkabue samkabue Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Get-SPOTenant.md

./Get-SPOTenant.md #Closed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix other places too

@prgundel
Copy link
Contributor Author

prgundel commented Jan 2, 2025 via email

@prgundel
Copy link
Contributor Author

prgundel commented Jan 2, 2025 via email

Copy link
Contributor

Learn Build status updates of commit 023b9fc:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md ✅Succeeded View (sharepoint-ps)
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit ac090c7:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md ✅Succeeded View (sharepoint-ps)
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit cf2cbfe:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md ✅Succeeded View (sharepoint-ps)
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

Learn Build status updates of commit 224a7d2:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md ✅Succeeded View (sharepoint-ps)
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

Copy link
Contributor

@samkabue samkabue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@samkabue samkabue added the Sign off The pull request is ready to be reviewed and merged by PubOps label Jan 2, 2025
@Ruchika-mittal01 Ruchika-mittal01 self-assigned this Jan 2, 2025
@Ruchika-mittal01 Ruchika-mittal01 added the In review PubOps is reviewing the pull request label Jan 2, 2025
Copy link
Contributor

Learn Build status updates of commit 5fb7a9e:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md ✅Succeeded View (sharepoint-ps)
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

@Ruchika-mittal01 Ruchika-mittal01 merged commit 72935c9 into MicrosoftDocs:main Jan 2, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In review PubOps is reviewing the pull request Sign off The pull request is ready to be reviewed and merged by PubOps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants