PowerTip: Test a PSSession Configuration File

Doctor Scripto

Summary: Learn how to test a PSSession configuration file.

Hey, Scripting Guy! Question How do I ensure that my PSSession configuration is valid?

Hey, Scripting Guy! Answer Use the Test-PSSessionConfigurationFile cmdlet to see if the file is valid (True) or not (False).

Test-PSSessionConfigurationFile –Path ConstrainedSession.pssc

True

0 comments

Discussion is closed.

Feedback usabilla icon