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
The following scripts with names:
Are causing the same error message:
+ ... tings'; $data = '(Get-Date).ToString('yyyy-MM-ddTHH:mm:ssZ')'; $data ... + ~~~~~~~~~~~~~~~~~~~~~~~ Token 'yyyy-MM-ddTHH:mm:ssZ')'' inesperado en la expresión o la instrucción. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : UnexpectedToken
Note that the output is in Spanish. English translation says this:
Unexpected token 'yyyy-MM-ddTHH:mm:ssZ')'' in the expression or statement.
That sounds to me like a syntax error in the date string format.
sexy_getdate.txt
No exact idea. ¿Maybe having the same Windows 10 OS build I have, and running the Privacy Sexy generated script file that I've attached?.
Windows 10
PrivacySexy.zip
Tested with Privacy Sexy version 0.13.7
PowerShell $PSVersionTable output:
$PSVersionTable
Name Value ---- ----- PSVersion 5.1.19041.1682 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.19041.1682 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The following scripts with names:
Are causing the same error message:
Note that the output is in Spanish. English translation says this:
That sounds to me like a syntax error in the date string format.
Partial output (translated to English)
sexy_getdate.txt
How can the bug be recreated?
No exact idea. ¿Maybe having the same Windows 10 OS build I have, and running the Privacy Sexy generated script file that I've attached?.
Operating system
Windows 10
Script file
PrivacySexy.zip
Screenshots
Additional information
Tested with Privacy Sexy version 0.13.7
PowerShell
$PSVersionTable
output:The text was updated successfully, but these errors were encountered: