Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 9.51 KB

File metadata and controls

34 lines (28 loc) · 9.51 KB
title ms.reviewer ms.author author manager audience ms.topic ms.prod f1.keywords localization_priority ms.assetid description ms.openlocfilehash ms.sourcegitcommit ms.translationtype ms.contentlocale ms.lasthandoff ms.locfileid
Windows PowerShell y herramientas de administración de Skype Empresarial Server
v-cichur
cichur
serdars
ITPro
conceptual
skype-for-business-itpro
NOCSH
Normal
6a285f7c-0ef5-4cab-9976-d03be276e35d
En Skype Empresarial Server, las herramientas de administración se implementan mediante Windows PowerShell. Windows PowerShell incluye un entorno de línea de comandos, comandos específicos del producto y un lenguaje de scripting completo. Las herramientas de Skype Empresarial Server que se implementan mediante Windows PowerShell incluyen lo siguiente:
61f5acdacc1a401a3541ba9d08213ad7f054374a
01087be29daa3abce7d3b03a55ba5ef8db4ca161
MT
es-ES
03/23/2021
51104206

Windows PowerShell y herramientas de administración de Skype Empresarial ServerWindows PowerShell and Skype for Business Server management tools

En Skype Empresarial Server, las herramientas de administración se implementan mediante Windows PowerShell.In Skype for Business Server, management tools are implemented using Windows PowerShell. Windows PowerShell incluye un entorno de línea de comandos, comandos específicos del producto y un lenguaje de scripting completo.Windows PowerShell includes a command-line environment, product-specific commands, and a full scripting language. Las herramientas de Skype Empresarial Server que se implementan mediante Windows PowerShell incluyen lo siguiente:Skype for Business Server tools that are implemented using Windows PowerShell include the following:

  • Generador de topologías.Topology Builder. El Generador de topologías se usa para crear, ajustar y publicar la topología planeada y valida la topología antes de comenzar las instalaciones del servidor.You use Topology Builder to create, adjust, and publish your planned topology, and it validates your topology before you begin server installations. Al instalar Skype Empresarial Server en servidores individuales, los servidores leen la topología publicada como parte del proceso de instalación y el programa de instalación implementa el servidor como se indica en la topología.When you install Skype for Business Server on individual servers, the servers read the published topology as part of the installation process, and the installation program deploys the server as directed in the topology. Después de la instalación, la información de configuración se replica automáticamente en todos los servidores.After setup, configuration information is automatically replicated to all servers. Los componentes solo se pueden agregar a la implementación mediante el Generador de topologías.Components can be added to your deployment only by using Topology Builder.

  • Shell de administración de Skype Empresarial Server.Skype for Business Server Management Shell. Puede usar el Shell de administración de Skype Empresarial Server para la administración completa de la línea de comandos de la implementación.You can use Skype for Business Server Management Shell for full command-line management of your deployment.

  • Panel de control de Skype Empresarial Server.Skype for Business Server Control Panel. Puede usar la interfaz de usuario del Panel de control de Skype Empresarial Server para administrar las tareas más comunes de la implementación.You can use the Skype for Business Server Control Panel user interface to manage the most common tasks in your deployment.

Estas herramientas usan Windows PowerShell cmdlets para la administración de la implementación, incluidos cerca de 550 cmdlets específicos del producto.These tools use Windows PowerShell cmdlets for management of your deployment, including close to 550 product-specific cmdlets. Los cmdlets de seguridad incluidos en Skype Empresarial Server se usan principalmente para administrar la autenticación y los permisos y derechos de usuario.The security cmdlets included in Skype for Business Server are primarily used to manage authentication, and user rights and permissions. Hay una gran variedad de cmdlets para administrar la autenticación, por ejemplo cmdlets para certificado y autenticación del PIN.A wide variety of cmdlets are available for managing authentication, including cmdlets for certificate and personal identification number (PIN) authentication. Además, varios cmdlets permiten usar la nueva característica de control de acceso de Role-Based (RBAC) para delegar el control administrativo de Skype Empresarial Server.In addition, a number of cmdlets enable you to use the new Role-Based Access Control (RBAC) feature to delegate administrative control of Skype for Business Server. Para obtener más información acerca de los cmdlets de Skype Empresarial Server, vea Shell de administración de Skype Empresarial Server.For details about the Skype for Business Server cmdlets, see Skype for Business Server Management Shell.

Las características de seguridad de scripts para Windows PowerShell están diseñadas específicamente para ayudar a evitar algunos de los problemas de seguridad relacionados con scripts de tecnologías anteriores, incluido Microsoft Visual Basic Scripting Edition (VBScript).The script security features for Windows PowerShell are specifically designed to help prevent some of the scripting-related security problems of older technologies, including Microsoft Visual Basic Scripting Edition (VBScript). Las Windows PowerShell de seguridad están diseñadas para crear un entorno en el que los usuarios no puedan ejecutar scripts fácilmente o sin conocimiento.The Windows PowerShell security features are intended to create an environment in which users cannot easily or unknowingly run scripts. De forma predeterminada, Windows PowerShell de seguridad están habilitadas.By default, Windows PowerShell security features are enabled. Puede modificar el estado de estas características para satisfacer sus necesidades de scripting y una variedad de objetivos de seguridad.You can modify the state of those features to accommodate your scripting needs and a variety of security goals. Esto no quiere decir que el shell hace imposible que los usuarios ejecuten scripts.This is not to say that the shell makes it impossible for users to run scripts. En su lugar, el shell dificulta (de forma predeterminada) que los usuarios ejecuten scripts sin darse cuenta de que lo están haciendo.Rather, the shell makes it difficult—by default—for users to run scripts without realizing they are doing so. Para obtener más información, vea Windows PowerShell Script Security.For details, see Windows PowerShell Script Security.