Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jeffpatton1971
Created July 2, 2014 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffpatton1971/82da888bb7aac31ef4ad to your computer and use it in GitHub Desktop.
Save jeffpatton1971/82da888bb7aac31ef4ad to your computer and use it in GitHub Desktop.
Attempting to run the resource
PS C:\projects\DSC-WorkInProgress> Start-DscConfiguration -Path .\SQLLowPrivRegi
stry -Wait -Verbose
VERBOSE: Perform operation 'Invoke CimMethod' with following parameters,
''methodName' = SendConfigurationApply,'className' =
MSFT_DSCLocalConfigurationManager,'namespaceName' =
root/Microsoft/Windows/DesiredStateConfiguration'.
VERBOSE: An LCM method call arrived from computer IT08082 with user sid
S-1-5-21-57989841-1078081533-682003330-112607.
VERBOSE: [IT08082]: LCM: [ Start Set ]
VERBOSE: [IT08082]: LCM: [ Start Resource ]
[[Script]TopLevelActionAccountPermissions]
VERBOSE: [IT08082]: LCM: [ Start Test ]
[[Script]TopLevelActionAccountPermissions]
VERBOSE: [IT08082]: LCM: [ End Test ]
[[Script]TopLevelActionAccountPermissions] in 0.0470 seconds.
PowerShell provider MSFT_ScriptResource failed to execute Test-TargetResource
functionality with error message: The expression after '&' in a pipeline
element produced an object that was not valid. It must result in a command
name, a script block, or a CommandInfo object.
+ CategoryInfo : InvalidOperation: (:) [], CimException
+ FullyQualifiedErrorId : ProviderOperationExecutionFailure
+ PSComputerName : it08082
VERBOSE: [IT08082]: LCM: [ End Set ]
The SendConfigurationApply function did not succeed.
+ CategoryInfo : NotSpecified: (root/Microsoft/...gurationManager
:String) [], CimException
+ FullyQualifiedErrorId : MI RESULT 1
+ PSComputerName : it08082
VERBOSE: Operation 'Invoke CimMethod' complete.
VERBOSE: Time taken for configuration job to complete is 0.125 seconds
PS C:\projects\DSC-WorkInProgress>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment