Set-WssMediaLibraryName

Changes the name of the Media Library.

Syntax

Set-WssMediaLibraryName
   [-MediaLibraryName] <String>
   [<CommonParameters>]

Description

The Set-WssMediaLibraryName cmdlet changes the name of the Media Library for the current server. You can use the Get-WssMediaLibraryName cmdlet to see the Media Library name.

Examples

Example 1: Rename a Media Library

PS C:\> Set-WssMediaLibraryName -MediaLibraryName "Accounting Library"

This command gives the Media Library the name Accounting Library.

Parameters

-MediaLibraryName

Specifies a new name for the Media Library shared by the server.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False