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
At C:\Tasks\Recreate-Base-Shortcuts.ps1:28 char:31 + [Parameter(Mandatory=$true] + ~ Missing closing ')' in expression. At C:\Tasks\Recreate-Base-Shortcuts.ps1:32 char:31 + [Parameter(Mandatory=$true] + ~ Missing closing ')' in expression. At C:\Tasks\Recreate-Base-Shortcuts.ps1:52 char:32 + if ($sName -And $sTarget -And Test-Path $sTarget -PathType leaf) { + ~ You must provide a value expression following the '-And' operator. At C:\Tasks\Recreate-Base-Shortcuts.ps1:52 char:33 + if ($sName -And $sTarget -And Test-Path $sTarget -PathType leaf) { + ~~~~~~~~~ Unexpected token 'Test-Path' in expression or statement. At C:\Tasks\Recreate-Base-Shortcuts.ps1:52 char:33 + if ($sName -And $sTarget -And Test-Path $sTarget -PathType leaf) { + ~~~~~~~~~ Missing closing ')' after expression in 'if' statement. At C:\Tasks\Recreate-Base-Shortcuts.ps1:23 char:28 + function Recreate-Shortcut { + ~ Missing closing '}' in statement block or type definition. At C:\Tasks\Recreate-Base-Shortcuts.ps1:52 char:66 + if ($sName -And $sTarget -And Test-Path $sTarget -PathType leaf) { + ~ Unexpected token ')' in expression or statement. At C:\Tasks\Recreate-Base-Shortcuts.ps1:85 char:5 + } else if (-Not ($sName -Or $sTarget)) { + ~~~~ Unexpected token 'else' in expression or statement. At C:\Tasks\Recreate-Base-Shortcuts.ps1:98 char:1 + } + ~ Unexpected token '}' in expression or statement. + CategoryInfo : ParserError: (:) [], ParseException + FullyQualifiedErrorId : MissingEndParenthesisInExpression
The text was updated successfully, but these errors were encountered:
All that should be fixed now, since the following changes:
UserProgramShortcutsPath
sRunAsAdmin
Sorry, something went wrong.
Andrew-J-Larson
No branches or pull requests
The text was updated successfully, but these errors were encountered: