TestOut_Chap_3 Flashcards
what are cmdlets?
Powershell commands: used by windows server core
they are light weight commands
how do you access the cmdlet help function?
type into powershell: Get-Help cmdlet
are powershell and command prompt the same thing?
no, the powershell is used to tell the windows server software commands. you can access the powershell by typing in powershell in the command prompt.
how to get help with commands/ cmdlets?
get-help NameOfCommand
Powershell DSC?
Powershell Desired State Configuration
if in powershell what cmdlet is needed to remove a Telnet client feature from a server? ________ -name Telnet Client Restart
remove-windows feature
*remove-windows feature -name Telnet-client -restart
what cmdlet in powershell is entered to get the server to display a list of all available roles and features that are installed on the server?
Get-WindowsFeature
what does Server Manager allow one to do?
manage multiple servers (remote or local) from one console.
if the ip addresses keep getting changed by users then what can an admin do to manage these?
use IP Address Management feature.
the command netdom does what?
rename computer or netdom join / netdom add used to add server to domain.
the command netsh does what?
set the servers ip address.
what command is used to assign a static ip address?
set an ip address: New-NetIPAddress
what command is used to set a server time?
cmdlet to set system time: Set-Date