BcAdmin
0.0.11
Collection of functions to make the daily life of Microsoft Dynamics 365 Business Cental administrators a bit easier.
Installation Options
Owners
Copyright
(c) Intelligent Business Solutions, Inh. Jascha Vincke. All rights reserved.
Package Details
Author(s)
- Jascha Vincke
Functions
Convert-AlcOutputToDevOpsShort Convert-NavToolToSilentScript ConvertTo-RelativePath Copy-BcAdminAzSqlDatabase Copy-NewestItem Find-InstalledModulePath Get-BcAdminAzSqlDatabase Get-BcAdminAzSqlDatabaseLocation Get-BcDvd Get-BcDvdUrl Get-BcInstallationProperty Get-BcSymbol Get-ColorForBcConfigurationValue Get-CommonRootPath Get-DynamicsNavModule Get-FilenameFromContentDisposition Get-ManagementPathFromMsiLog Get-RecommendedBcConfiguration Get-Uninstall Import-BcManagement Install-Bc Install-NavApps Invoke-Alc Invoke-CompileBcApp Invoke-DynamicsNavServiceAction Invoke-LoggedTask Invoke-NavAppUpgrade Invoke-WithPowerShell Invoke-WithRetry New-BcAdminAzSqlDatabaseCopy Remove-BcAdminAzSqlDatabase Restart-BcService Start-BcSetup Test-BcInstalled Test-BcService Test-DynamicsNavModule Test-DynamicsNavModuleAvailability Test-DynamicsNavModuleCommandAvailability Test-ExcludedFiles Test-UrlExists Uninstall-Bc Update-AppVersionAndRuntime Wait-BcAdminAzOperation Write-LogLine
Dependencies
Release Notes
0.0.11
Moved functions to submodules BcAdmin.Core and BcAdmin.Ssl
Add Invoke-NavAppUpgrade
0.0.10
Removed dependencies Az.Sql, Az.Resources, Az.Accounts and Microsoft.Graph.Applications as these modules create conflicts with modern Business Central PowerShell modules and switched to own functions using the Azure REST Api. Register-BcKeyVault will fail if Microsoft.Graph.Applications is not manually installed (update coming soon(TM)).
Add Connect-ToAzure
Add Get-BcAdminAzSqlDatabase
Add Get-BcAdminAzSqlDatabaseLocation
Add New-BcAdminAzSqlDatabaseCopy
Add Remove-BcAdminAzSqlDatabase
Add Wait-BcAdminAzOperation
Update Test-AzContextAndConnect and Copy-AzSqlDatabase to make use of *-BcAdminAz* functions instead functions from the Az.Sql, Az.Resources and Az.Accounts modules
Fix Set-AzStoredServicePrincipalCredential
Add Test-UrlExists
Remove Import-DynamicsNavModule won't ever work reliable
Add Get-DynamicsNavModule
Add Convert-NavToolToSilentScript
Add Test-DynamicsNavModule and subroutines
Update Get-BcDvdUrl with test if Url still exists
0.0.9
Add New-SecretVault
Update Set-AzStoredServicePrincipalCredential to allow SecureString and String as types for parameter -ClientSecret
Update Import-DynamicsNavModule
0.0.8
Add Test-ExcludedFiles
Add Get-FirstItem
Add New-Directory
Add New-TemporaryDirectory with alias New-TempDirectory
Add Test-IsUtf8WithBom
Rename Manage-DynamicsNavService to Invoke-DynamicsNavServiceAction and add alias for old name
Rename Copy-Newest to Copy-NewestItem and bugfix it
Add missing module dependency Microsoft.PowerShell.SecretManagement
Add Test-SecretVaultAvailable
Add dependency Microsoft.PowerShell.SecretStore
Add Set-AzStoredServicePrincipalCredential
Add Remove-AzStoredServicePrincipalCredential
Update Get-AzStoredServicePrincipalCredential to use Microsoft.PowerShell.SecretManagement instead of CredentialManager
Add and update command-based help here and there
0.0.7
Fix: .ps1 encoding errors during module load; Convert all files to UTF-8 BOM
Add Convert-ToUtf8Bom
0.0.6
Fix: Publish-MyModule and Update-Psm1FromSource
Add command-based-help to Get-FilteredFiles -.-
Fix: Add dependencies
- Az.Accounts
- Az.Resources
- Az.Sql
0.0.5
Add Manage-DynamicsNavService
Add Import-DynamicsNavModule
Add Copy-AzSqlDatabase
Add Invoke-WithPowerShell
Add Get-AzStoredServicePrincipalCredential
Add Test-AzContextAndConnect
Add Write-LogLine
Add Invoke-LoggedTask
Add Invoke-WithRetry
Add Get-CommonRootPath
Add Get-FilteredFiles
Add Get-HelpContent
Add Export-FunctionDocs
Add Find-InstalledModulePath
Add Update-ModuleVersion
Add Update-Psm1FromSource
Update Publish-MyModule, add parameter -SkipCleanup to not remove temp files after publish
Fix: Replace Microsoft.Graph dependency by Microsoft.Graph.Applications
Fix: Remove test calls to functions in function files
Add command-based help here and there
0.0.4
Add Publish-MyModule
0.0.3
Add service configuation parameters to Install-Bc and Start-BcSetup & minor improvements
0.0.2
Fix missing BC 22.0 download URL & minor improvements
0.0.1
Release core setup functions Start-BcSetup, Test-BcInstalled & Uninstall-Bc along with helpers like Install-Bc, Get-BcDvd and more.
FileList
- BcAdmin.nuspec
- docs\Invoke-DynamicsNavServiceAction.md
- en-US\about_BcAdmin.help.txt
- functions\apphandling\Install-NavApps.ps1
- functions\azure\Sql\Remove-BcAdminAzSqlDatabase.ps1
- functions\common\Import-BcManagement.ps1
- functions\common\Write-LogLine.ps1
- functions\setup\Get-BcInstallationProperty.ps1
- docs\LICENSE.txt
- functions\Find-InstalledModulePath.ps1
- functions\apphandling\Invoke-NavAppUpgrade.ps1
- functions\common\Convert-NavToolToSilentScript.ps1
- functions\common\Invoke-LoggedTask.ps1
- functions\depends\Convert-AlcOutputToDevOpsShort.ps1
- functions\setup\Get-ManagementPathFromMsiLog.ps1
- BcAdmin.psd1
- docs\README.md
- functions\Test-ExcludedFiles.ps1
- functions\apphandling\Start-NavAppUpgrade.ps1
- functions\common\ConvertTo-RelativePath.ps1
- functions\common\Invoke-WithPowerShell.ps1
- functions\security\Test-BcService.ps1
- functions\setup\Get-Uninstall.ps1
- BcAdmin.psm1
- docs\Test-DynamicsNavModule.md
- functions\appdev\Get-BcSymbol.ps1
- functions\azure\Wait-BcAdminAzOperation.ps1
- functions\common\Copy-NewestItem.ps1
- functions\common\Invoke-WithRetry.ps1
- functions\service\Invoke-DynamicsNavServiceAction.ps1
- functions\setup\Install-Bc.ps1
- docs\Convert-NavToolToSilentScript.md
- docs\Test-DynamicsNavModuleAvailability.md
- functions\appdev\Get-FilenameFromContentDisposition.ps1
- functions\azure\Sql\Copy-AzSqlDatabase.ps1
- functions\common\Get-ColorForBcConfigurationValue.ps1
- functions\common\Test-DynamicsNavModule.ps1
- functions\service\Restart-BcService.ps1
- functions\setup\Start-BcSetup.ps1
- docs\Find-InstalledModulePath.md
- docs\Test-DynamicsNavModuleCommandAvailability.md
- functions\appdev\Invoke-Alc.ps1
- functions\azure\Sql\Get-BcAdminAzSqlDatabase.ps1
- functions\common\Get-CommonRootPath.ps1
- functions\common\Test-DynamicsNavModuleAvailability.ps1
- functions\setup\Get-BcDvd.ps1
- functions\setup\Test-BcInstalled.ps1
- docs\Get-DynamicsNavModule.md
- docs\Test-ExcludedFiles.md
- functions\appdev\Invoke-CompileBcApp.ps1
- functions\azure\Sql\Get-BcAdminAzSqlDatabaseLocation.ps1
- functions\common\Get-DynamicsNavModule.ps1
- functions\common\Test-DynamicsNavModuleCommandAvailability.ps1
- functions\setup\Get-BcDvdUrl.ps1
- functions\setup\Uninstall-Bc.ps1
- docs\Import-BcManagement.md
- docs\Test-UrlExists.md
- functions\appdev\Update-AppVersionAndRuntime.ps1
- functions\azure\Sql\New-BcAdminAzSqlDatabaseCopy.ps1
- functions\common\Get-RecommendedBcConfiguration.ps1
- functions\common\Test-UrlExists.ps1
- docs\Invoke-Alc.md
Version History
Version | Downloads | Last updated |
---|---|---|
0.0.11 (current version) | 8 | 6/12/2025 |