Editing PS1 online defects powershell code
I'm working on OptiTune scripting with ps1 files.
It should update/start on windows start, but there seems a problem.
It only works when I delete a task en recreate it?
When I look in Deployment History it should've run but I dont' see any updates files in C:\Windows\Temp?
Sometimes I can find errors like:
SO strange because all the scripts are working just fine on the laptop, but there seems something going wrong when I edit them --> Online within optitune?
The string is missing the terminator: ".
Missing closing '}' in statement block or type definition.
Missing closing '}' in statement block or type definition.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordEx
ception
+ FullyQualifiedErrorId : TerminatorExpectedAtEndOfString
It should update/start on windows start, but there seems a problem.
It only works when I delete a task en recreate it?
When I look in Deployment History it should've run but I dont' see any updates files in C:\Windows\Temp?
Sometimes I can find errors like:
SO strange because all the scripts are working just fine on the laptop, but there seems something going wrong when I edit them --> Online within optitune?
The string is missing the terminator: ".
Missing closing '}' in statement block or type definition.
Missing closing '}' in statement block or type definition.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordEx
ception
+ FullyQualifiedErrorId : TerminatorExpectedAtEndOfString
Comments