Shared Flashcard Set

Details

70-410 JL Powershell Commands
Powershell commands for 70-410, 70-411, 70-412, 70-417
68
Computer Networking
Professional
10/11/2015

Additional Computer Networking Flashcards

 


 

Cards

Term
Add-ADCentralAccessPolicyMember
Definition
Adds central access rules to a

central access policy in Active

Directory
Term
Add-ADgroupmember PhoenixAdmins PhoenixAdmin01, PhoenixAdmin02
Definition
Add members to group
Term
Add-ADResourcePropertyListMember
Definition
Adds one or more resource properties to a resource property list in Active Directory
Term
Add-Computer –DomainName domainname.com
Definition
Joins a computer to domain
Term
Add-NetSwitchTeamMember
Definition
Adds a network adapter member to an existing switch team
Term
Add-PhysicalDisk
Definition
Adds a physical disk to storage pool
Term
Add-WindowsFeature
Definition
Adds a role or feature
Term
Configure-SMRemoting.exe –Enable
Definition
Used to configure a computer running Windows Server 2012 for Remote Management
Term
Configure-SMRemoting.exe –Get
Definition
Used to find out if a computer is configured for Remote Management
Term
Enable-ADOptionalFeature –Identity ‘CN=Recycle Bin Feature,CN=Optional Features,CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,DC=nuggetlab,DC=com’ –Scope ForestOrConfigurationSet –Target ‘domain.com’
Definition
Enable Active Directory Recycle Bin
Term
Enable-NetFirewallRule
Definition
Enables a previously disabled firewall rule to be active within the computer or a GP OU
Term
Enable-PSRemoting
Definition
Configures the computer to receive Windows PowerShell remote commands that are sent by using the WS-Management technology
Term
Enter-PSSession remote server name -credential user name
Definition
Establishes a PS session with a remote computer
Term
Get-ADTrust
Definition
Returns all trusted domain objects in the directory
Term
Get-ADUser
Definition
Gets one or more Active Directory users
Term
Get-DNSServerGlobalQueryBlockList
Definition
List of servers that it does not respond to when the DNS server receives a query to resolve the name in any zone for which the server is authoritative
Term
Get-Help Install-WindowsFeature
Definition
Gets the syntax and accepted parameters for the Install-WindowsFeature Cmdlet
Term
Get-NetIPAddress
Definition
Gets information about IP address configuration
Term
Get-StoragePool
Definition
Show storage pools
Term
Get-VirtualDisk
Definition
Show virtual disks
Term
Get-VM –ComputerName | Enable-VMResourceMetering
Definition
Enable Hyper-V resource metering on Hyper-V host
Term
Get-VM –ComputerName NAME | Measure-VM
Definition
To get all VMs metering data
Term
Get-WindowsFeature
Definition
Used to get a list of roles and features installed on a computer running Server 2012
Term
Import-GPO
Definition
Imports a GPO
Term
Import-Module
Definition
Adds module to the current session
Term
Install-ADDSDomain
Definition
Installs New Domain
Term
Install-ADDSDomainController
Definition
Installs additional DC
Term
Install-ADDSForest
Definition
Installs new forest
Term
Install-AddsForest –DomainName “example.com”
Definition
Used to promote a server to an Active Directory Domain Controller and make that new DC responsible for a new forest
Term
Install-WindowsFeature
(for remote computer add the –computer flag, as in Install-WindowsFeature -Computer
Definition
Adds a role or feature
Term
Install-WindowsFeature –name AD-Domain-Services
Definition
Installs Active Directory binaries
Term
Install-WindowsFeature Migration
Definition
Adds Migration tools
Term
Install-WindowsFeature –Name Hyper-V –ComputerName -IncludeManagementTools -Restart
Definition
Installs Hyper-V on remote computer
Term
Install-WindowsFeature Server-Gui-Mgmt-Infra
Definition
Installs Minimal Server Interface from Server Core
Term
Install-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell –Restart
Definition
Switch from Server Core to Full GUI
Term
Netdom renamecomputer %ComputerName% /NewName:
Definition
Renames computer
Term
New-ADGroup (with appropriate flags)
Definition
Creates a new AD group
Term
New-ADUser
Definition
Creates new AD user
Term
New-GPO
Definition
Creates a new GPO
Term
New-GPStarterGPO
Definition
Creates a new starter GPO
Term
New-NetFirewallRule
Definition
New firewall rule
Term
New-NetIPAddress –IPAddress 10.10.10.73 –InterfaceAlias “Ethernet” –DefaultGateway 10.10.10.1 –PrefixLength 24
Definition
Configures IP address- Server Core
Term
New-SMBShare –Name Documents –Path D:\Shares
Definition
Creates a new SMB Quick share named Documents with the drive label D:
Term
New-StoragePool –FriendlyName –StorageSubSystemFriendlyName –PhysicalDisks
Definition
Used to create a storage pool
Term
New-NetRoute –InterfaceIndex 13 –DestinationPrefix 2001:ABCD: /64 –Publish Yes
Definition
Configure Network Route for ISATAP Interface
Term
New-NetSwitchTeam
Definition
Creates a new switch team (for network traffic failover)
Term
New-VM –Name “VMNAME” –MemoryStartupBytes -NewVHDSizeBytes
Definition
Create a Hyper-V virtual machine
Term
Remove-ADCentralAccessPolicy
Definition
Creates a new central access policy in Active Directory containing a set of central access rules
Term
Repair-VirtualDisk
Definition
Repair virtual disk
Term
Reset-ADServiceAccountPassword
Definition
Resets the password for a standalone managed service account. Reset is not supported for group managed service accounts.
Term
Reset-PhysicalDisk
Definition
Removes physical disk from storage pool
Term
Restart-Computer
Definition
Restarts a computer
Term
Set-DnsClientServerAddress -InterfaceAlias "Ethernet" -ServerAddresses 10.10.10.70, 10.10.10.1
Definition
Configure DNS address- Server Core
Term
Set-DNSServerGlobalQueryBlockList
Definition
Replaces all names in the list of names that the DNS server does not resolve with the names that you specify (if you need to resolve name such as ISATAP or WPAD remove these names from the list).
Term
Set-ExecutionPolicy
Definition
Enables you to determine which Windows PowerShell scripts will be allowed to run on your computer
Term
Set-NetFirewallProfile
Definition
Enable Windows firewall
Term
Set-NetFirewallRule
Definition
Modify existing firewall rule
Term
Set-NetIPAddress
Definition
Modifies IP address configuration properties of an existing IP address
Term
Set-NetIPInterface
Definition
Modifies IP interface properties such as in DHCP, IPv6 neighbor discovery settings, router settings, and Wake on LAN settings.
Term
Set-NetIPv4Protocol
Definition
Modifies information about the IPv4 protocol configuration
Term
Set-RemoteDesktop –Enable
Definition
Enable Remote desktop connections to the server
Term
Show-WindowsFeatures
Definition
List of roles and features installed on a computer
Term
Sync-ADObject
Definition
Replicates a single object between any two domain controllers that have partitions in common
Term
Test-ADServiceAccount
Definition
Tests a managed service account from a computer
Term
Uninstall-ADDSDomainController –ForceRemoval –LocalAdministratorPassword -Force
Definition
Demotes a domain controller
Term
Uninstall-WindowsFeature –Name GPMC –Vhd “path” –Remove
Definition
Features on Demand- removes binaries for Group Policy Management Console (can be used for any other feature).
Term
Uninstall-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell –Restart (use –Remove before the restart to remove binaries)
Definition
Switch from full GUI to Server Core
Term
Uninstall-WindowsFeature Server-Gui-Shell –Restart
Definition
Switch from Full to Minimal Server Interface; no IE, taskbar, Windows Explorer, or Control Panel
Supporting users have an ad free experience!