• Post author:
  • Post category:Blog
  • Reading time:2 mins read
  • Post last modified:June 12, 2024

According to the output shown below, what did the user do? (Choose two.)

Endpoints and Systems Post-Assessment CBROPS 01
Endpoints and Systems Post-Assessment CBROPS 01
  • Configured the system to require digital signing only of externally-downloaded
  • PowerShell scripts
  • Changed the PowerShell execution policy to the default setting
  • Ran PowerShell with administrative privileges
  • Removed all restrictions on running PowerShell scripts
Explanation & Hint:

  1. Changed the PowerShell execution policy to the default setting: Initially, the execution policy was set to “Unrestricted.” However, the user initiated the Set-ExecutionPolicy cmdlet without specifying a particular policy, and the system prompted them to provide a value. The user chose “restrict,” which is the default execution policy for PowerShell. This action effectively reverted the execution policy back to the default setting.
  2. Configured the system to require digital signing only of externally-downloaded PowerShell scripts: This can be inferred from the user’s decision to change the execution policy to the default “restrict” policy. The “restrict” policy allows the execution of local scripts but requires digitally signed scripts when they are downloaded from external sources. This change is for enhanced security to protect against potentially malicious scripts.

For more Questions and Answers:

Endpoints and Systems Post-Assessment | CBROPS

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments