Problem description
Even if it would work, we should not return an actual password for the credential object for security concerns.
Verbose logs
DSC configuration
Suggested solution
We should return $null here for the credential object.
|
UserName = [String]$appPool.processModel.userName |
|
Password = [String]$appPool.processModel.password |
Operating system the target node is running
PowerShell version and build the target node is running
WebAdministrationDsc version
Problem description
Even if it would work, we should not return an actual password for the credential object for security concerns.
Verbose logs
DSC configuration
n/aSuggested solution
We should return
$nullhere for the credential object.WebAdministrationDsc/source/DSCResources/DSC_WebAppPool/DSC_WebAppPool.psm1
Lines 270 to 271 in 5dc27ec
Operating system the target node is running
PowerShell version and build the target node is running
WebAdministrationDsc version