• 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/33

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;

33 Cards in this Set

  • Front
  • Back
Import-Module
Loads additoinal commandlets into Power Shell
Get-WindowsFeature
Lists currently installed and uninstalled features
Install-WindowsFeature
Installs roles and features
Get-Sevice
Lists all services and current status
Get-Process
Lists all current running proccesses
get-NetIPAddress
List ip addresses assigned
Get-EventLog
retrieve the event logs, can specify certain type and # of entries
New-ADOrganizationalUnit
Creates a new OU
New-ADUser
Creates a new user
Set-ADUser
Modifies settings for a specified account
Get-ADUser
gets a list of users from specified searchbase and search scope within the directory
Set-ADAccountPassword
Sets the password for specified user account
Enable-ADAccount
Enables the specidied account
Add-ADGroupMember
Adds a specified member to a specified group
Get-ADGroupMember
Lists all members of a specified group
Test-NetConnection
Checks connectivity to a specified location (like ping) -Tracerout flag runs tracerout
Get-NetRoute
lists routing table
New-NetRoute
creates a new route in table
Restart-Service
Restarts the specified service
Start-Service
Starts a specified service
Stop-Service
Stops specified service
Add-DHCPServerInDC
authorizes the DHCP server in AD
Add-DHCPServerv4Scope
Creates a new IPv4 DHCP scope
Add-DHCPv4ExclusionRange
Creates a range of IPs in the specifed scope to be excuded form being handed to clients
Get-DNSServerRootHint
Show currently installed root hints
Get-DNSForwarder
Show any configured Forwarders
Get-DNSClient
Retrieves details of the network interfaces configured on a specified computer
Clear-DnsClientCache
Clears the contents of the DNS client cache.
Set-DnsClientServerAddress
Sets DNS server addresses on a specified network interface.
Resolve-DNSName
Retrieves dns info for a specified address (NSLookup)
Set-DnsServerForwarder
changes forwarder settings on a Domain Name System (DNS) server

Set-ADObject

Modifies an account, computer, ou in AD

Set-ADDomain

Modifies properties of an AD Domian