PowershellSettingsExtensions.

BypassExecutionPolicy(PowershellSettings) Method

Summary

Sets a value indicating whether security should be set to unrestricted.

Syntax

public static PowershellSettings BypassExecutionPolicy(this PowershellSettings settings)

Parameters

Name Type Description
settings PowershellSettings The powershell settings.

Return Value

Type Description
PowershellSettings The same PowershellSettings instance so that multiple calls can be chained.