vSphere DSC is an open-source module that provides PowerShell DSC resources for VMware. PowerShell DSC resources follow declarative code style, like most configuration management tools and allows you to document infrastructure configurations.
Category: DevOps
Decrypt PSCredential object password and it’s applications
Hello Everyone, I feel it's no more a secret that you can decrypt PSCredential Object and read/get the password in plain text. Wait..., I do not know what is PSCredntial object, This is what you must be thinking. I feel you stumble upon PSCredential object if you do basic PowerShell for system administration. Get-Credential is the cmdlet … Continue reading Decrypt PSCredential object password and it’s applications