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