Crear una carpeta pública

Las carpetas públicas están diseñadas para un acceso compartido y ofrecen una manera fácil y efectiva de obtener, organizar y compartir información con otras personas de su grupo de trabajo u organización.

By default, a public folder inherits the settings of its parent folder, including the permissions settings.

Para ver otras tareas de administración relacionadas con las carpetas públicas, consulte Public folder procedures.

¿Qué necesita saber antes de comenzar?

Use the EAC to create a public folder

When using the EAC to create a public folder, you'll only be able to set the name and the path of the public folder. To configure additional settings, you'll need to edit the public folder after it's created.

  1. Vaya a Carpetas>públicas Carpetas públicas.

  2. If you want to create this public folder as a child of an existing public folder, click the existing public folder in the list view. If you want to create a top-level public folder, skip this step.

  3. Haga clic en Agregaricono Agregar.

  4. In Public Folder, type the name of the public folder.

    Importante

    No use una barra diagonal inversa () en el nombre al crear una carpeta pública.

  5. In the Path box, verify the path to the public folder. If this isn't the desired path, click Cancel and follow Step 2 of this procedure.

  6. Haga clic en Guardar.

Uso de Shell de administración de Exchange para crear una carpeta pública

En este ejemplo se crea una carpeta pública denominada Informes en la ruta Marketing\2016.

New-PublicFolder -Name Reports -Path \Marketing\2016

Importante

No use una barra diagonal inversa () en el nombre al crear una carpeta pública.

For detailed syntax and parameter information, see New-PublicFolder.

¿Cómo saber si el proceso se ha completado correctamente?

To verify that you've successfully created a public folder, do the following:

  • In the EAC, click Refresh to refresh the list of public folders. Your new public folder should be displayed in the list.

  • En Shell de administración de Exchange, ejecute uno de los siguientes comandos:

    Get-PublicFolder -Identity \Marketing\2016\Reports | Format-List
    
    Get-PublicFolder -Identity \Marketing\2016 -GetChildren
    
    Get-PublicFolder -Recurse
    

Sugerencia

¿Problemas? Solicite ayuda en los foros de Exchange. Visite los foros en Exchange Server, Exchange Online, o Exchange Online Protection.