Set-Folder

This cmdlet modifies the properties of the specified folder.

Syntax

-Folder  <Folder[]>
-Name  <String>
[-Server  <VIServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Folder
Folder[] named
  • wildcards
  • pipeline
  • Specifies the folder whose properties you want to change.
    required
    Name
    String named Specifies a new name for the folder.
    optional
    Server
    VIServer[] named
  • wildcards
  • Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is provided or $null value is passed to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.

    Output

    VMware.VimAutomation.ViCore.Types.V1.Inventory.Folder

    Examples


    Example 1

    Get-Folder -Name "testFolder" | Set-Folder -Name "NewFolderName"

    Renames the "testFolder" folder to "NewFolderName".

    Related Commands

    Feedback

    Was this page helpful?