Set-WssMediaLibraryName

Set-WssMediaLibraryName

Changes the name of the Media Library.

Sintaxis

Parameter Set: Default
Set-WssMediaLibraryName [-MediaLibraryName] <String> [ <CommonParameters>]

Descripción detallada

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.

Parámetros

-MediaLibraryName<String>

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

Alias

ninguno

¿Requerido?

true

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByValue)

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

Example 1: Rename a Media Library

This command gives the Media Library the name Accounting Library.

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

Temas relacionados

Get-WssMediaLibraryName