# IT:AD:Code First:Migrations:HowTo:Get-Help # * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} Code Migrations are executed as [[IT/AD/Powershell/]] scripts. ## Process ## Therefore, all you have to do to get more information is type the following in the Package Management Console: Get-Help Enable-Migrations -detailed Get-Help Add-Migration -detailed Get-Help Update-Database -detailed Get-Help Get-Migrations -detailed