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
I found an few issues with the script
PS C:\temp\ .\Invoke-MSIntuneDriverUpdate.ps1 At C:\temp\Invoke-MSIntuneDriverUpdate.ps1:304 char:6
try {
~
Missing closing '}' in statement block or type definition. At C:\temp\Invoke-MSIntuneDriverUpdate.ps1:323 char:62
The Try statement is missing its Catch or Finally block. At C:\temp\Invoke-MSIntuneDriverUpdate.ps1:274 char:27
Unexpected token ')' in expression or statement. At C:\temp\Invoke-MSIntuneDriverUpdate.ps1:439 char:129
~~~~~~~
Unexpected token '\Driver' in expression or statement. At C:\temp\Invoke-MSIntuneDriverUpdate.ps1:724 char:244
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The string is missing the terminator: '. + CategoryInfo : ParserError: (:) [], ParseException + FullyQualifiedErrorId : MissingEndCurlyBrace
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found an few issues with the script
PS C:\temp\ .\Invoke-MSIntuneDriverUpdate.ps1
At C:\temp\Invoke-MSIntuneDriverUpdate.ps1:304 char:6
Missing closing '}' in statement block or type definition.
At C:\temp\Invoke-MSIntuneDriverUpdate.ps1:323 char:62
The Try statement is missing its Catch or Finally block.
At C:\temp\Invoke-MSIntuneDriverUpdate.ps1:274 char:27
Missing closing '}' in statement block or type definition.
At C:\temp\Invoke-MSIntuneDriverUpdate.ps1:323 char:62
Unexpected token ')' in expression or statement.
At C:\temp\Invoke-MSIntuneDriverUpdate.ps1:439 char:129
Unexpected token '\Driver' in expression or statement.
At C:\temp\Invoke-MSIntuneDriverUpdate.ps1:724 char:244
The string is missing the terminator: '.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : MissingEndCurlyBrace
The text was updated successfully, but these errors were encountered: