Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.69 KB

File metadata and controls

56 lines (36 loc) · 1.69 KB
external help file sharepointonline.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/sharepoint-online/get-spoorgassetslibrary
applicable SharePoint Online
title Get-SPOOrgAssetsLibrary
author Maralesfahanpoor
ms.author maesfaha
ms.reviewer
manager paulac
schema 2.0.0

Get-SPOOrgAssetsLibrary

SYNOPSIS

Displays information about all libraries designated as locations for organization assets.

SYNTAX

Get-SPOOrgAssetsLibrary [<CommonParameters>]

DESCRIPTION

The Get-SPOOrgAssetsLibrary cmdlet displays information about all libraries designated as locations for organization assets.

Once this cmdlet is run, it will display the name and URL of the site where assets are originally stored, as well as the display name, server relative library URL, list ID, OrgAssetType and thumbnail URL for any associated libraries.

EXAMPLES

Example 1

This example displays the name and URL of the site where assets are originally stored. It also provides a list of any associated libraries and shows the respective display name, server relative library URL, list ID, OrgAssetType and thumbnail URL.

Get-SPOOrgAssetsLibrary

PARAMETERS

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Add-SPOOrgAssetsLibrary

Set-SPOOrgAssetsLibrary

Remove-SPOOrgAssetsLibrary