Skip to content

Missing command line parameters #175

@brajjan

Description

@brajjan

When executing powershell commands via puppet it is best practice to add the commandline parameters that does not load the profile and speeds up the loading of powershell.exe

Add the following command line parameters to powershell.exe

  • NoProfile
  • NoLogo
  • NonInteractive
  • Executionpolicy Bypass

Also consider converting it to pwshlib for faster executions and compatability with powershell core

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions