5. April 2022 13:33
5. April 2022 14:58
By default, you'll have to uninstall all extensions before you can run this cmdlet. You can use the -Force parameter to run the cmdlet without uninstalling extensions, but this is only recommended for multitenant deployments.
Use the Uninstall-NAVApp cmdlet to uninstall an extension. For example, together with the Get-NAVAppInfo cmdlet, you can uninstall all extensions with a single command:
Get-NAVAppInfo -ServerInstance <BC17 server instance> | % { Uninstall-NAVApp -ServerInstance <BC17 server instance> -Name $_.Name -Version $_.Version }
5. April 2022 15:57
6. April 2022 09:42
Und mit -$Confirm:false komme ich da auch nicht weiter.
-confirm:$false
5. Juli 2022 22:04
6. Juli 2022 11:46
[DOCDEV] PS C:\run> Invoke-NAVApplicationDatabaseConversion -DatabaseServer docdev -DatabaseName CRONUS
docdev
If you convert the database 'CRONUS' on the 'docdev' server, you will no longer be able to open it with older versions
of Dynamics 365 Business Central.
We strongly recommended that you make a database or transaction log backup in SQL Server before the conversion.
Note that the conversion removes any modifications that you have made to system tables.
Do you want to continue?
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): n
[DOCDEV] PS C:\run> Invoke-NAVApplicationDatabaseConversion -DatabaseServer docdev -DatabaseName CRONUS -cf
Confirm
Are you sure you want to perform this action?
Performing the operation "Invoke-NAVApplicationDatabaseConversion" on target "DatabaseServer = docdev, DatabaseName =
CRONUS".
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): n
[DOCDEV] PS C:\run>