PowerShell - Modules and Script Organization
Which of the following is the correct syntax to install a module named
Az for the current user only?Az for the current user only?-Scope with values like CurrentUser or AllUsers.-Name. So the correct syntax is Install-Module -Name Az -Scope CurrentUser.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions