Skip to content
/ BCM Public

Script to manage BusinessCentral service tiers through Powershell with GUI

License

Notifications You must be signed in to change notification settings

kine/BCM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BusinessCentral Management

Script to manage BusinessCentral service tiers through Powershell with GUI

Because Admin GUI was removed from BCv21, this is "replacement" for everyone, who wants to use GUI to manage the service tiers. You are welcome to extend the script with new functionality.

How-to

Run the tool

Call this in powershell:

Install-module BCM -Force
Start-BCM

Extend the tool

  • Add new .ps1 file into the Functions folder

  • Define your functions inside it

  • Call this function inside the script:

    RegisterFunction -Function 'Config' -Name 'Instance Configuration' -NewShell $True

    Where Function is name of the function which should be called when the menu item is selected, and Name is display name for the menu. NewShell means that the function will be started in separate powershell window to keep it multi-version safe. Set $False if you want to run the function in the main console.

Example Screenshot

image

About

Script to manage BusinessCentral service tiers through Powershell with GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published