### Prerequisites - [x] Ensure you write a short, descriptive title after [Bug] above. - [x] Make sure to [search for any existing issues](https://github.com/psappdeploytoolkit/psappdeploytoolkit/issues) before filing a new one. - [x] Verify you are able to reproduce the issue with the [latest released version](https://www.github.com/psappdeploytoolkit/psappdeploytoolkit/releases/latest) ### PSAppDeployToolkit version 4.1.4 dev ### Describe the bug Retrieving shortcut details can fail with error such as: ``` [Execution] [Get-ADTShortcut] [Error] :: Failed to read the shortcut [C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessibility\Speech Recognition.lnk]. Exception calling ".ctor" with "10" argument(s): "Invalid icon location path provided." ``` ### Steps to reproduce ```powershell Get-ChildItem $envCommonStartMenuPrograms -Recurse | % {Get-ADTShortcut $_.FullName} ``` ### Environment data ```console 💾 ```