RegisterScheduledJobCommand.RunAs32 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runs the job in a 32-bit PowerShell process.
[System.Management.Automation.Parameter(ParameterSetName="FilePath")]
[System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")]
public System.Management.Automation.SwitchParameter RunAs32 { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="FilePath")>]
[<System.Management.Automation.Parameter(ParameterSetName="ScriptBlock")>]
member this.RunAs32 : System.Management.Automation.SwitchParameter with get, set
Public Property RunAs32 As SwitchParameter
Property Value
- Attributes