Jeff Hicks
Jeff Hicks
Windows Sandbox, despite its name, is not always the best thing for testing. It is missing key elements like the MS Store. But I will take a look. I have...
I think you need to add a parameter or parameter set to allow for a file path so you can keep the existing parameter validation. Or maybe you meant to...
this also fail: ```powershell PS C:\> new-BurntToastNotification -Text "Let's go" -HeroImage C:\scripts\gazoo.bmp -Sound (new-btaudio -Source ms-winsoundevent:Notification.Looping.Alarm4) New-BurntToastNotification: Cannot validate argument on parameter 'Sound'. The argument "Microsoft.Toolkit.Uwp.Notifications.ToastAudio" does not belong to...
Look at the help and examples for `New-BTAudio`
You may have a second issue. This works: ```powershell New-BurntToastNotification -Text "Wakeup" -Sound Alarm2 ``` Assuming I understand the paradigm, this *should* work, but fails. ```powershell PS C:\> New-BurntToastNotification -Text...
I get the same error. I've tried using the authenticated endpoint with the same result. The docs suggest automatic service proxying, but I don't think that is working.