Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

skilitics/pishposh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PowerShell Wrapper

Usage

powershell 'Scripts/New-Organisation' do |cmd|
  cmd.working_directory = 'Scripts'
  cmd.execution_policy = :remote_signed
  cmd.script_parameters = {id: organization.id,
                           name: organization.name,
                           subdomain: organization.subdomain,
                           description: organization.description}
end

About

PowerShell wrapper gem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages