MSSoftie wrote: » They are multiple choice and usually presented in such a way as if you understand a little of powershell, you can figure it out. You will not need to be able to produce a command. You just need to know which of the ones in the options is correct. Take the time to really look at the commands. First you will need to understand the differences between set-, get-, enable-, and the like. Next you will have to look at the rest of the command and figure out what it means. The commands usually explain themselves for the most part.
J.Tot wrote: » I don't agree with this. My buddy took 410 recently and he said they like to trick you. Specifically said they asked him to set things like DNS through CLI in three separate questions, and 3 of the four options were technically correct. Just knowing the structure isn't enough, you need to know which method does what, and which is preferred. I'm starting to use powershell more and more in my labs because of this.
MSSoftie wrote: » Atari states what I meant much more clearly. I was in a rush so I couldn't give the examples I wanted to like he did. Thank you Atari. To be even more clear - You can take most of the commands and figure out what they mean. For example, Uninstall-Windowsfeature Server-Gui-Mgmt-Infra -Restart. To me is mostly self explanatory. I know what the verb is. This command will uninstall something. What will it uninstall? In this case it will uninstall a windows feature. Which windows feature? The server gui management infrastructure. The other answers may be close but if you break them down - I believe you can easily decipher them. Contrary to popular opinion. I do not think they add answers to "trick you". They do give information that is not necessary. They will give a answers that would also work. You should be able to determine what information is needed to answer the question. In the real world, you will have tons of information available to you that may have nothing to do with the problem. You need to be able to determine what is important in the case you are working. Its not a trick. You may have more than one way to do something. Normally, there will be a good reason to do something one way over another. For Microsoft exams, many times they want you to use the newer technology over the old because of its "enhanced" features. The old way will still work but doesn't offer something they feel is important. I think that is an important thing to remember on exams. If you see answers with a newer technology and an older technology it replaces, the answer is USUALLY the newer technology. It isn't always so you still need to think the question through but if it comes down to a guess, I think that is the way to go. Second - definitely encourage you to learn powershell. I am in the process myself so I know firsthand how useful it can be.