D365FFO-PowerShell-scripts
D365FFO-PowerShell-scripts copied to clipboard
Set of PowerShell scripts to maintain D365FFO (Dynamics 365 for Finance and Operations)
Results
2
D365FFO-PowerShell-scripts issues
Sort by
recently updated
recently updated
newest added
When I run your [Invoke-D365FFOAxDBRestoreFromBACPAC.ps1](https://github.com/valerymoskalenko/D365FFO-PowerShell-scripts/blob/master/Invoke-D365FFOAxDBRestoreFromBACPAC.ps1) it throws a error at **Switch-D365ActiveDatabase -NewDatabaseName $NewDB -Verbose** upon further digging the bacpac restores but the database is empty of all content which is...
Please, use `Write-Verbose` or `Write-Information` instead `Write-Host`
enhancement