-
Since we replaced the Azure.Storage with the Az.Storage dependency (see #361 ), I took a look at the other PowerShell module dependencies:
https://github.com/d365collaborative/d365fo.tools/blob/f5f…
-
Hi.
I think this wiki topic should be updated(at least for the current date usage)
https://github.com/d365collaborative/d365fo.tools/wiki/How-To-Import-Bacpac-Into-Tier1
**Repair-D365BacpacMo…
-
After adding or changing a cmdlet of the module, the documentation and parameter unit tests should be updated (see https://github.com/d365collaborative/d365fo.tools/wiki/Building-tools).
So far, this…
-
This module is listed as `psnotification` (all lower case) in PowerShell Gallery: https://www.powershellgallery.com/packages/psnotification
On unix environments (at least Ubuntu), this causes issue…
-
When running [Rename-D365ComputerName]() with an invalid `-NewName` parameter (e.g. `d365fo.tools`), the rename fails with an error message saying "Rename-Computer : Skip computer 'MININT-57EHFHJ' wit…
-
It seems that several cmdlets with a `-BearerToken` parameter have examples with an incorrect specification of the parameter.
For example, [Invoke-D365LcsUpload](https://github.com/d365collaborativ…
-
Hi good d365fo.tools people! :)
The module requirement "Azure.Storage" is the one line that keeps giving me a headache in this otherwise awesome Powershell module. Azure.Storage itself has been super…
-
When importing users, the email address is looked up on Entra and then used as network alias for the user.
In our case Entra is giving a full email address (Firstname.lastname@company.com) and not t…
-
The `invoke-d365generatereportdataentity` cmdlet currently leaves out any fields which were added to a data entity through extensions.
Is there a way to include these?
I'm guessing you'll someh…
-
Great tool, I have been able to retrieve metadata for cloud hosted environments, but had no such luck when trying to retrieve metadata that is available for on-prem environments that are LCS connected…