Home
Certification Preparation
Microsoft
Exchange Server & Office Communications Server Exams
Tech test answers all wrong?
GDaines
Just done a tech test as part of the pre-interview stage for a company I'd like to work for, and I think one of the questions had no valid answers. I'm no good with scripting (which is a real handicap), and I've not used Exchange for over 8 years so I was only guessing at the answers, but afterwards I watched two different video tutorials on YouTube and checked Technet and I can't see that any of the available options are right.
I'm sure just like the other forums I'm more active on there must be some gurus here that can confirm if I'm right.
Q: You a working as a Microsoft Exchange 2010 administrator in a company. You want to create a public folder named 'Sales' to be used in the 'EX03' Exchange Server. Which of the following commands should you use?
1. New-PublicFolder -Identity "\Sales" -Server "EX03"
2. New-PublicFolder -Create "\Sales" -Server "EX03"
3. New-PublicFolder -Recurse "\Sales" -Server "EX03"
4. Add-PublicFolder -Identity "\Sales" - Exchange Server "EX03"
5. I don't know.
Now according to my research
New-PublicFolder
must always include
-Name
which isn't one of the available options. So would any of these work, or am I correct?
Find more posts tagged with
Comments
gncsmith
Yeah, from what I've seen an example would be:
New-PublicFolder -Name Sales -Path \Sales -Server EX03
As per:
https://technet.microsoft.com/en-us/library/aa996405(v=exchg.141).aspx
https://technet.microsoft.com/en-us/library/bb691104(v=exchg.141).aspx
Same goes for Exchange Server 2013:
https://technet.microsoft.com/en-us/library/aa996405(v=exchg.150).aspx
powerfool
People be crazy.
Good luck and I hope get the job, if you still want it.
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Best Of