Question: Question 1 ( 2 0 points ) Listen What command would you use to remove a user from a local group using PowerShell? Question 1
Question points
Listen
What command would you use to remove a user from a local group using PowerShell?
Question options:
DeleteLocalGroupUser
Remove LocalGroupUser
RemoveLocalGroupMember
RemoveLocalUser
Question points
Listen
Using PowerShell, which command will display the last time a password was set for the account Ayoung?
Question options:
GetLocalUser Name 'AYoung' SelectObject PasswordLastSet
All of the responses will display the last time a password was reset for this user.
GetLocalUser Name Ayoung' Parameter PassReset
GetLocalUser Ayoung PasswordLastSet
Question points
Listen
When creating a local user account, never type in the password as plain text; always convert it to a secure string in your PowerShell script.
Question options:
TrueFalse
Question points
Listen
Which properties are displayed from the following PowerShell commend? GetLocalUser Name "Bhazen" SelectObject Select the best response.
Question options:
AccountExpires
LastLogon
All of the answers are correct.
FullName
Question points
Listen
PowerShell only allows a service to be started and stopped. There isn't a method to restart a service that is already running in PowerShell.
Question options:
TrueFalse
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
