Skip to content

Commit

Permalink
Update SharePointDSC.Reverse.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Feb 25, 2020
1 parent e6d3a7c commit 5de8a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SharePointDSC.Reverse.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2240,6 +2240,7 @@ function Read-SPUsageServiceApplication()
Add-ConfigurationDataEntry -Node "NonNodeData" -Key "UsageLogLocation" -Value $results.UsageLogLocation -Description "Path where the Usage Logs will be stored;"
$results.UsageLogLocation = "`$ConfigurationData.NonNodeData.UsageLogLocation"

$results.DatabaseCredentials = "`$CredsAdministrator"
$currentBlock = Get-DSCBlock -Params $results -ModulePath $module
$currentBlock = Convert-DSCStringParamToVariable -DSCBlock $currentBlock -ParameterName "PsDscRunAsCredential"
$currentBlock = Convert-DSCStringParamToVariable -DSCBlock $currentBlock -ParameterName "UsageLogLocation"
Expand Down

0 comments on commit 5de8a81

Please sign in to comment.