Work Projects
Created Jenkins build pipeline to run 20 database deployment tasks via PowerShell on the target database in Azure.
Have used PowerShell for system administration and automated deployment tasks. If I have to do it manually more than twice, I try to automate it.
PowerShell Sample - Database Backup
The original of this script was used in an automated Jenkins project to backup specified databases in specified environment before executing a database deployment.
...
Read More