File Associations
Launch PowerShell scripts based on file associations.
Last updated
Was this helpful?
Launch PowerShell scripts based on file associations.
Last updated
Was this helpful?
Was this helpful?
New-PSUFileAssociation -Script FileAssociation.ps1 -Extension .ps3param($File)
$Json = Get-Content $File | ConvertFrom-Json