• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/26

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

26 Cards in this Set

  • Front
  • Back
Windows PowerShell
___________ is a task-based, command-line scripting utility that allows you to execute commands locally or remotely on a Windows Server 2012 machine. It was specifically designed for system administrators to allow for local or remote administration.
.NET Framework
Windows PowerShell is built using the ___________ common language runtime (CLR) and the ______________.
Cmdlets
________ are simple, single-function command-line tools built into the shell.
workflows
Administrators often automate the management of their multicomputer environments by running sequences of long-running tasks, or ________, which can affect multiple managed computers or devices at the same time.
Clear-History
Powershell cmdlet: Deletes entries from the command history
Invoke-command
Powershell cmdlet: Runs commands on local or remote computers
Start-job
Powershell cmdlet: Starts a Windows PowerShell background job
Stop-job
Powershell cmdlet: Stops a Windows PowerShell background job
Remove-job
Powershell cmdlet: Deletes a Windows PowerShell background job
Import-Module
Powershell cmdlet: Adds modules to the current session
Receive-job
Powershell cmdlet: Gets the results of a Windows PowerShell background job
Format-table
Powershell cmdlet: Shows the results in a table format
Out-file
Powershell cmdlet: Sends the job results to a file
Get-Date
Powershell cmdlet: Gets the date and time
Set-Date
Powershell cmdlet: Sets the system time and date on a computer
Get-event
Powershell cmdlet: Gets an event in the event queue
New-event
Powershell cmdlet: Creates a new event
Trace-command
Powershell cmdlet: Configures and starts a trace of a command on a machine
Get-WindowsFeature
Powershell cmdlet: Gets a list of available and installed roles and features on the local server
Get-WindowsFeature -ServerName
Powershell cmdlet: Gets a list of available and installed roles and features on a remote server
Get-Help Install-WindowsFeature
Powershell cmdlet:Gets the syntax and accepted parameters for the Install-WindowsFeature cmdlet
Uninstall-WindowsFeature
Powershell cmdlet:Removes a role or feature
Get-NetIPAddress
Powershell cmdlet:Gets information about IP address configuration
Set-NetIPAddress
Powershell cmdlet:Modifies IP address configuration properties of an existing IP address
Set-NetIPv4Protocol
Powershell cmdlet:Modifies information about the IPv4 protocol configuration
Features On Demand
______________ in Windows Server 2012 solves this issue because not only can administrators disable a role or feature, they can also completely remove the role or feature’s files.