How Can I Run This Script in Windows PowerShell?

0
10
Asked By CleverRaccoon42 On

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

Answered By ScriptMaster22 On

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.

CleverRaccoon42 -

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?

Answered By Techie101 On

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.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.