export function encodePowerShellCommand(command: string): string { return Buffer.from(command, 'utf16le').toString('base64') }