I'm new to this and found a script while trying to recover my Stickynotes from an SQLite file. Can someone guide me on how to run this script in Windows PowerShell? I keep getting an error: 'Invoke-SqliteQuery' is not recognized as a cmdlet. Here's the script link: [gist.github.com](https://gist.github.com/JaekelEDV/aa2c7874f2622be0656f0b1a2e62aa2e). Any tips would be appreciated!
2 Answers
Make sure to uncomment the first line in the script. If you're worried about the module being untrustworthy, check its repository for reviews or any user feedback to ensure it's safe to use.
You need to install the SQLite module first to use that command. I’m not super familiar with it, but that’s typically part of the process.

Thanks for the tip! I did that, but it looks like it's coming from a sketchy repository. Is there a way to verify the module's safety?