answers
A network administrator wants to create a session configuration that will
protect the computer and prevent unauthorized access while using
PowerShell remoting.
What command cmdlet is used to create a new session configuration file?
New-PSSessionConfigurationFile
Which of the following services must be enabled and set to auto-start for
PowerShell remoting to work?
Windows Remote Management (Win-RM) service
Previous
Play
Next
Rewind 10 seconds
Move forward 10 seconds
Unmute
0:00
/
0:15
Full screen
Brainpower
Read More
You have a PowerShell script that starts a remote session on server, and
then attempts to connect to a second computer to pull some necessary
files for the script to complete successfully. However, this prevents
Kerberos from passing along your credentials to the second machine and
the script fails.
This is known as a Kerberos second hop issue.
You want to resolve the issue by caching your credentials on the first
server so they can be encrypted and sent to the second server.
Which of the following second hop solutions meets your requirements?