-
Notifications
You must be signed in to change notification settings - Fork 187
Update Set-SPOContainerTypeConfiguration.md #1076
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
Merged
Ruchika-mittal01
merged 7 commits into
MicrosoftDocs:main
from
ishwarit:docs-editor/Set-SPOContainerTypeConfigurat-1763061415
Nov 17, 2025
Merged
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
fb3141e
Learn Editor: Update Set-SPOContainerTypeConfiguration.md
ishwarit 8d7f70c
Learn Editor: Update Set-SPOContainerTypeConfiguration.md
ishwarit 7a145b2
Learn Editor: Update Set-SPOContainerTypeConfiguration.md
ishwarit 3792248
Learn Editor: Update Set-SPOContainerTypeConfiguration.md
ishwarit 8f1919a
Learn Editor: Update Set-SPOContainerTypeConfiguration.md
ishwarit 243d57b
Merge branch 'main' into docs-editor/Set-SPOContainerTypeConfigurat-1…
Ruchika-mittal01 16d0293
Merge branch 'main' into docs-editor/Set-SPOContainerTypeConfigurat-1…
Ruchika-mittal01 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,7 +24,7 @@ Set-SPOContainerTypeConfiguration -ContainerTypeId <Guid> [-DiscoverabilityDisab | |
| [-WhoCanShareAuthenticatedGuestAllowList <Guid[]>] [-OverrideTenantWhoCanShareAnonymousAllowList <Boolean>] | ||
| [-OverrideTenantWhoCanShareAuthenticatedGuestAllowList <Boolean>] | ||
| [-CopilotEmbeddedChatHosts <System.Collections.Generic.List`1[System.String]>] | ||
| [-AnonymousLinkExpirationInDays <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>] | ||
| [-AnonymousLinkExpirationInDays <Int32>] [-IsArchiveEnabled <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>] | ||
| ``` | ||
|
|
||
| ## DESCRIPTION | ||
|
|
@@ -82,6 +82,15 @@ Set-SPOContainerTypeConfiguration -ContainerTypeId 4f0af585-8dcc-0000-223d-661eb | |
| ``` | ||
| This example sets the host URLs for the container type with Id 4f0af585-8dcc-0000-223d-661eb2c604e4. | ||
|
|
||
| ### Example 7 | ||
|
|
||
|
|
||
| ```powershell | ||
| Set-SPOContainerTypeConfiguration -ContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604e4 -IsArchiveEnabled $true | ||
| ``` | ||
|
|
||
| Example 7 enables support for archive and reactivate actions on all the containers of ContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604e4. | ||
|
|
||
| ## PARAMETERS | ||
|
|
||
| ### -AnonymousLinkExpirationInDays | ||
|
|
@@ -169,6 +178,25 @@ Position: Named | |
| Default value: None | ||
| Accept pipeline input: False | ||
| Accept wildcard characters: False | ||
|
|
||
| ``` | ||
|
|
||
|
|
||
| ### -IsArchiveEnabled | ||
|
|
||
| Using -IsArchiveEnabled flag, you can start supporting archival and reactivation actions on containers. Archival moves the data in cold tier and offers cost saving benefit. While archived, the content becomes inaccessible and needs to be reactivated first. Reactivation is instantaneous within first 7 days of archival and may take up to 24 hours after that. When not passed, the value of this parameter is set to False and all the calls to archive and unarchive API will fail. | ||
|
|
||
|
|
||
| ```yaml | ||
|
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. clean up bunch of extra blank lines #Closed |
||
| Type: System.Boolean | ||
| Parameter Sets: (All) | ||
| Aliases: | ||
|
|
||
| Required: False | ||
| Position: Named | ||
| Default value: False | ||
| Accept pipeline input: False | ||
| Accept wildcard characters: False | ||
| ``` | ||
|
|
||
| ### -OverrideTenantWhoCanShareAnonymousAllowList | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
remove extra blank line #Closed