Está en la página 1de 4

9/14/2017 PowerShell and Command Line Tools for the 70-410 exam – MGBLeeds TechTalk

MGBLeeds TechTalk

A site for Microsoft and Cisco information

PowerShell and Command Line


Tools for the 70-410 exam

Please be aware that the following list of tools is only a guide, you
should use this list as a base that you build upon. These tools are the
sort of tools that you expect to see questions about in the 70-410 exam,
if you would like more detailed examples of these command line tools
and other then the best resources is TechNet.

Tool Description Brief Example / When to use

WINRS Windows Winrs /r:server1 Ipconfig


Remote
Management
allows you to
manage and
execute
programs
remotely.
Sconfig The Server Use to configure: domain se ings,
Configuration computer name, network se ings,
Tool is used local admin se ings, remote
to configure management, remote desktop and
and manage date and time se ings.
several
common
aspects of
server core
and GUI
installations

https://mgbleedstechtalk.wordpress.com/microsoft-certification-70-410/powershell-and-command-line-tools-for-the-70-410-exam/ 1/4
9/14/2017 PowerShell and Command Line Tools for the 70-410 exam – MGBLeeds TechTalk

NetSH Network NetSH commands will appear in all


Shell is a three MCSA Exams, for this exam
command concentrate on examples for
line utility managing interfaces.
used to
configure and Look at NetSH Interface commands
display the in particular.
status of
various
network roles
and
components
DISM Deployment Although DISM is primarily used to
Image manage offline .wim images it can
Servicing and also be used to manage installed
Management operating systems aswell, for example
tool is used to you can use DISM /Online to install
manage both windows roles and features to the
offline and current operating system.
online images
ROUTE ROUTE is Route ADD is used to add routes to
used to the routing table.
manage the
local routing Route Delete is used to remove routes
table. from the routing table.

Route Print is used to display the IP


routing table.

CSVDE CSVDE is a CSVDE –i –f c:\filename – this is used


command to import the content of the CSV file
line tool is into AD. Make sure you can recognise
used to the format of a CSV file.
import and
export data
from Active
Directory. It
uses file that
store data in
the CSV
format. It can
be used to
create new
objects but
cannot be
used to edit
or delete
existing
objects.

https://mgbleedstechtalk.wordpress.com/microsoft-certification-70-410/powershell-and-command-line-tools-for-the-70-410-exam/ 2/4
9/14/2017 PowerShell and Command Line Tools for the 70-410 exam – MGBLeeds TechTalk

LDIFDE LDIFDE is LDIFDE –i –f c:\filename


use to create,
modify and
delete objects
in AD.
REDIRCMP Changes the Redircmp
default ou=NewOU,dc=domainname,dc=com
container for
new
computer
accounts
REDIRUSR Changes the Redirusr
default ou=NewOU,dc=Domainname,dc=com
container for
new user
accounts
WinRM WinRM is If remote management is not enabled
part of the then you will have trouble remotely
WS- managing servers across the network.
Management
protocol it is WinRm Quickconfig is used to
used to enable remote management.
process
management
requests
received over
the network.
PowerShell is by far the most powerful command line tool Microsoft
has ever given us, in the 70-410 exam you will see example lots of
questions that test your knowledge of PowerShell. My advice would be
to:

1. Learn the PowerShell syntax and make sure you can differentiate
when to use GET- SET- and NEW- CMDLets.
2. Memorise a list of 10 to 15 CMDLets that you have come across
during labs and write them down before you start your exam.
3. As you go through the exam write downs any CMDLets you see
during the test, they might be useful later on

Use the following list as a starting off point.

CMDLet Description
New-Aduser New-ADuser is used to create a new
Active Directory User Account, once
you have created a new user account
then the Set-Aduser CMDLet can be
used to make changes to user accounts.

https://mgbleedstechtalk.wordpress.com/microsoft-certification-70-410/powershell-and-command-line-tools-for-the-70-410-exam/ 3/4
9/14/2017 PowerShell and Command Line Tools for the 70-410 exam – MGBLeeds TechTalk

Set-AdAccountControl This CMDLet is used to modify user


account control values for an AD
Account, example of things that you can
change with this CMDLet include
se ing the user
CanNotChangePassword option,
PasswordNeverExpires option,
AllowReversiblePasswordEncryption
option.
New-VHD The CMDLet is used to create .VHD and
.VHDX files that can be used for various
purposes including creating virtual
machines. This cmdlet should not be
confused with the NEW-VirtualDisk
CMDLet which is used during the
creation Storage Spaces
Add- This CMDLet is used to create both
DnsServerPrimaryZone standard and ADI zones. Once a zone is
created the Set-DNSServerPrimaryZone
CMDLet can be used to make changes
to the zone.
Add- This CMDLet is used to create a
DnsServerSeondaryZone Secondary Zone on a DNS Server
Install-ADDSForest This CMDLet is used to create a new
AD Forest
Install-ADDSDomain This CMDLet is used to create a new
AD Domain in an Existing Forest
Enable- This CMDLet is used to enable the
VMResourceMetering monitoring of disk, memory processes
or and network usage of a virtual
machine
Measure-VM This CMDLet is used to view the
statistics that Enable-
VMResourceMetering has gathered.

BLOG AT WORDPRESS.COM.

https://mgbleedstechtalk.wordpress.com/microsoft-certification-70-410/powershell-and-command-line-tools-for-the-70-410-exam/ 4/4

También podría gustarte