We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
=
Hey I have been using your module for a few weeks, it has made my work really simple. So thank you for sharing it.
I came across an issue I thought I would bring to your attention, if I have a windows .url file that looks like this:
.url
[{000214A0-0000-0000-C000-000000000046}] Prop3=19,11 [InternetShortcut] IDList= URL=https://www.youtube.com/watch?v=fIRbS5jzuXw
Attempting to import it into session with Get-Ini returns incomplete data, the URL keys value containts a the = assignment symbol.
Get-Ini
URL
Maybe this is this intended?? hopefully not and maybe you we can have a way to escape = in keys values
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey I have been using your module for a few weeks, it has made my work really simple. So thank you for sharing it.
I came across an issue I thought I would bring to your attention, if I have a windows
.url
file that looks like this:Attempting to import it into session with
Get-Ini
returns incomplete data, theURL
keys value containts a the=
assignment symbol.Maybe this is this intended?? hopefully not and maybe you we can have a way to escape
=
in keys valuesThe text was updated successfully, but these errors were encountered: