Skip to content

Commit bbcd890

Browse files
committed
add new commands to powershell.md
1 parent 7f97d5f commit bbcd890

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOFileRequestBrandingProfiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This cmdlet returns the branding profiles currently configured for the file requ
3535
Get-SPOFileRequestBrandingProfiles
3636
```
3737

38-
This example retrieves the branding profiles configured for the file request feature. If profiles have been added using Add-SPOFileRequestBrandingProfile, the output will include the asset library URL and details abou the branding profiles such as file names and URLs for primary and secondary profiles if present.
38+
This example retrieves the branding profiles configured for the file request feature. If profiles have been added using `Add-SPOFileRequestBrandingProfile`, the output will include the asset library URL and details abou the branding profiles such as file names and URLs for primary and secondary profiles if present.
3939

4040
## PARAMETERS
4141

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Microsoft.Online.SharePoint.PowerShell.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Adds the mentioned billing profile details to a standard container type.
2121
### [Add-SPOContentSecurityPolicy](Add-SPOContentSecurityPolicy.md)
2222
Adds a source to the **Content Security Policy** configuration.
2323

24+
### [Add-SPOFileRequestBrandingProfile](Add-SPOFileRequestBrandingProfile.md)
25+
Adds a branding profile for the file request feature by specifying logo and background assets from an existing organization asset library.
26+
2427
### [Add-SPOGeoAdministrator](Add-SPOGeoAdministrator.md)
2528
Adds a new SharePoint user or security group as GeoAdministrator to a multi-geo tenant.
2629

@@ -192,6 +195,9 @@ This cmdlet enables the administrator to check status of all active and availabl
192195
### [Get-SPOExternalUser](Get-SPOExternalUser.md)
193196
Returns external users in the tenant.
194197

198+
### [Get-SPOFileRequestBrandingProfiles](Get-SPOFileRequestBrandingProfiles.md)
199+
Retrieves branding profiles configured for the file request feature, including details about logo and background assets.
200+
195201
### [Get-SPOGeoAdministrator](Get-SPOGeoAdministrator.md)
196202
This cmdlet returns the SharePoint Online user or security group accounts with Global Admin privileges in the current multi-geo tenant.
197203

@@ -489,6 +495,9 @@ Removes a SharePoint Online deleted site collection from the Recycle Bin.
489495
### [Remove-SPOExternalUser](Remove-SPOExternalUser.md)
490496
Removes a collection of external users from the tenancy's folder.
491497

498+
### [Remove-SPOFileRequestBrandingProfile](Remove-SPOFileRequestBrandingProfile.md)
499+
Removes a branding profile (either primary or secondary) configured for the file request feature across the tenant.
500+
492501
### [Remove-SPOGeoAdministrator](Remove-SPOGeoAdministrator.md)
493502
Removes a new SharePoint user or security Group in the current Multi-Geo Tenant.
494503

@@ -804,6 +813,9 @@ In a Multi-Geo company, stops the ability to move a user's content related objec
804813
### [Submit-SPOMigrationJob](Submit-SPOMigrationJob.md)
805814
**Note**: This cmdlet has been deprecated. To migrate to SharePoint and Microsoft 365 using PowerShell, see [Migrate to SharePoint using PowerShell](/sharepointmigration/overview-spmt-ps-cmdlets). Cmdlet to submit a new migration job referenced to a previously uploaded package in Azure Blob storage into to a site collection.
806815

816+
### [Switch-SPOFileRequestBrandingProfiles](Switch-SPOFileRequestBrandingProfiles.md)
817+
Switches the primary and secondary file request branding profiles configured for the tenant.
818+
807819
### [Test-SPOSite](Test-SPOSite.md)
808820
Tests a SharePoint Online site collection.
809821

0 commit comments

Comments
 (0)