Multiple choice technology

If a Snap-in is not registered, Still PowerShell can load the Snap-in and access it’s methods. The Above statement is true or false?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

PowerShell cannot load snap-ins that are not registered in the Windows Registry. The registration process is mandatory - it tells PowerShell where to find the snap-in's DLL and what cmdlets it provides. Attempting to load an unregistered snap-in will fail.