Skip to content

Commit

Permalink
Merge branch 'ready-for-release' of https://github.com/d365collaborat…
Browse files Browse the repository at this point in the history
…ive/d365bap.tools into ready-for-release
  • Loading branch information
Splaxi committed Mar 2, 2024
2 parents 348c348 + 1f9544a commit acb5b8f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions d365bap.tools/functions/Get-BapEnvironment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
--------- ------------- ----------- ---------- ------------------
eec2c11a-a4c7-4e1d-b8ed-f62acc9c74c6 europe new-test Sandbox https://new-test.sandbox.operati…
.EXAMPLE
PS C:\> Get-BapEnvironment -AsExcelOutput
This will query for ALL available environments.
Will output all details into an Excel file, that will auto open on your machine.
.NOTES
Author: Mötz Jensen (@Splaxi)
#>
Expand Down
6 changes: 6 additions & 0 deletions d365bap.tools/functions/Get-BapEnvironmentApplicationUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
c76313fd-5c6f-4f1f-9869-c884fa7fe226 AppDeploymentOrchestration d88a3535-ebf0-4b2b-ad23-90e686660a64 99aee001-009e…
29494271-7e38-4433-8bf8-06d335299a17 AriaMdlExporter 8bf8862f-5036-42b0-a4f8-1b638db7896b 99aee001-009e…
.EXAMPLE
PS C:\> Get-BapEnvironmentApplicationUser -EnvironmentId eec2c11a-a4c7-4e1d-b8ed-f62acc9c74c6 -AsExcelOutput
This will fetch all ApplicationUsers from the environment.
Will output all details into an Excel file, that will auto open on your machine.
.NOTES
Author: Mötz Jensen (@Splaxi)
#>
Expand Down
7 changes: 7 additions & 0 deletions d365bap.tools/functions/Get-BapEnvironmentD365App.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@
It will persist the PackageIds for each D365 App, into an array.
It will invoke the installation process using the Invoke-BapEnvironmentInstallD365App cmdlet.
.EXAMPLE
PS C:\> Get-BapEnvironmentD365App -EnvironmentId eec2c11a-a4c7-4e1d-b8ed-f62acc9c74c6 -AsExcelOutput
This will query the environment for ALL available D365 Apps.
It will compare available vs installed D365 Apps, and indicate whether an update is available of not.
Will output all details into an Excel file, that will auto open on your machine.
.NOTES
Author: Mötz Jensen (@Splaxi)
#>
Expand Down
6 changes: 6 additions & 0 deletions d365bap.tools/functions/Get-BapEnvironmentUser.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@
[email protected] Austin Baker f85bcd69-ef72-45bd-a338-62670a8cef2a
[email protected] AIBuilderProd, # 0a143f2d-2320-4141-… c96f82b8-320f-4c5e-ac84-1831f4dc7d5f
.EXAMPLE
PS C:\> Get-BapEnvironmentUser -EnvironmentId eec2c11a-a4c7-4e1d-b8ed-f62acc9c74c6 -AsExcelOutput
This will fetch all oridinary users from the environment.
Will output all details into an Excel file, that will auto open on your machine.
.NOTES
Author: Mötz Jensen (@Splaxi)
#>
Expand Down

0 comments on commit acb5b8f

Please sign in to comment.