70-680 and powershell syntax
bencmcb
Users Awaiting Email Confirmation Posts: 43 ■■□□□□□□□□
The Microsoft website says "Candidates should have a basic understanding of Windows PowerShell syntax".
How important is it to know Powershell when pursuing this exam? Did anybody who didn't have any previous experience with PowerShell pursued this exam and passed it?
How important is it to know Powershell when pursuing this exam? Did anybody who didn't have any previous experience with PowerShell pursued this exam and passed it?
Comments
-
Zartanasaurus Member Posts: 2,008 ■■■■■■■■■□I wouldn't sweat it if you don't know it. Unless you plan on just barely passing, then every little thing helps.Currently reading:
IPSec VPN Design 44%
Mastering VMWare vSphere 5 42.8% -
Hyper-Me Banned Posts: 2,059just remember the basic layout of cmdlets such as
Verb-Noun -option/switch
aka
Get-QADUSER -memberof 'Group1'