An administrator can run a powershell command on a remote server using which additional element?

Total word count: 454

Pages: 2

The Windows Server 2012/R2 remote management features are enabled via what Windows component?

Windows Remote Management (WinRM)

A server can be added to Server Manager by which of the following methods?

Connecting to the remote server’s web server

​How can an administrator mount an install image to install features?

DISM

​What PowerShell cmdlet can be utilized to pause a specified running service, or multiple services, separated by a comma?

suspend-service

​Which load balancing mode is the default mode within Windows Server 2012 R2, and uses an even distribution of traffic among all team members, including virtual NICs?

Dynamic

​The user account utilized by a service to log into a system can be set within the service’s properties.

TRUE

​Server roles can be installed and uninstalled on an offline VHD file.

TRUE

If an administrator wants to test the results of a PowerShell cmdlet without actually performing the cmdlet’s operations, what option should be used?

-WhatIf

​What file extension is used for Windows install images that can be deployed with Windows Deployment Server?

.Wim

What type of Windows Server 2012/R2 installation takes up the least amount of space?

Server Core

An administrator can run a PowerShell command on a remote server using what additional element?

-Computer Name

​In order to utilize the Services snap-in within MMC on a remote computer, what firewall rule group must be enabled?

Remote Service Management

A Server Core installation can’t be converted to a Minimal Server Interface.

FALSE

The netsh command can be used to configure a Windows firewall remotely by default, without any changes required on the remote server.​

FALSE

If an administrator wants to modify the properties of an existing NIC team, what PowerShell cmdlet should be used?

Set-LbfoTeam

​When using PowerShell, what cmdlet can be utilized to retrieve a list of services?

Get-Service

To enable PowerShell remote management, what command must be run?

Enable-PSremoting -force

​What load balancing mode utilizes an algorithm based on an outgoing packet’s properties?

Address hash

​Select below the parameter that can be included with the Install-WindowsFeature command in order to automatically install management tools associated with a role.

-IncludeManagementTools

A Desired State Configuration script can be created by the Integrated Scripting Environment (ISE).

TRUE

​A server that distributes traffic across two or more interfaces is utilizing which choice below?

Load balancing

Which option below is the default load-balancing mode within Windows Server 2012?

Address hash

​Which firewall rule group must be enabled in order to allow for the remote use of the Task Scheduler snap-in?

Remote Scheduled Tasks Management

The IEEE 802.1ax standard, which allows for the dynamic creation of a team, is known as which protocol below?

LACP

​Which of the following choices is not one of the three teaming modes?

Address hashing

Unfinished tasks keep piling up?

Let us complete them for you. Quickly and professionally.

Check Price

  • Commands with built-in remoting
  • PowerShell remoting subsystem
  • Using PowerShell remoting
  • Remoting sessions, persistent connections, and implicit remoting
  • Remoting considerations and custom remoting sessions

In a day when you don’t come across any problems, you can be sure that you are traveling in the wrong path.

Swami Vivekananda

PowerShell is a tool intended for enterprise and cloud management but if it can’t manage distributed systems it isn’t useful. Fortunately, PowerShell has a comprehensive built-in remoting subsystem. This facility allows you to handle most remoting tasks in any kind of configuration you might encounter.

In this chapter, we’re going to cover the features of remoting and how you can apply them. We’ll use an example showing how to combine the features to solve a nontrivial problem: monitoring multiple remote machines. We’ll then look at some of the configuration considerations you need to be aware of when using PowerShell remoting.

Let’s start with a quick overview of PowerShell remoting.

11.1. PowerShell remoting overview

11.2. Applying PowerShell remoting

11.3. PowerShell remoting sessions and persistent connections

11.4. Implicit remoting

11.5. Considerations when running commands remotely

11.6. Building custom remoting services

11.7. PowerShell Direct

11.8. Summary

What powershell cmdlet can be used to add permissions to a share?

The Grant-SmbShareAccess cmdlet adds an allow access control entry (ACE) for a trustee to a security descriptor of the Server Message Block (SMB) share.

Which firewall rule group must be enabled to allow for the remote use of the Task Scheduler snap in?

To enable Remote Administration in Windows Firewall, use the command netsh advfirewall firewall set rule group=”Remote Administration” new enable=yes. This will enable remote management for any MMC snap-in.

Which Powershell command allows you to pause a specified running service?

The Suspend-Service cmdlet sends a suspend message to the Windows Service Controller for each of the specified services. While suspended, the service is still running, but its action is stopped until resumed, such as by usingthe Resume-Service cmdlet.

Which versions of Windows Server Cannot be managed using Server Manager if you are currently?

Server Manager running on Windows Server 2012 or Windows 8 cannot be used to manage servers that are running Windows Server 2012 R2 .

Toplist

Neuester Beitrag

Stichworte