-
Tried to execute Set-D365Admin "MyEmail@contoso.com" seems not working on a newly deployed cloud hosted dev environment.
Could you please confirm if this command will work on newer cloud hosted de…
jrrld updated
2 years ago
-
Hi
I am trying to create a bacpac using "New-D365Backpac
New-D365Bacpac -ExportModeTier2-xxxx -SqlUser xxxxx -BacpacFile D:\DB_backup\update2devdb.bacpac -DatabaseName xxxxxx_axdb_2b18fc3xxxxxx -…
kai74 updated
1 month ago
-
Delayed durability greatly improves the speed of restoring a bacpac ( In my tests from 400 to 650 requests per second).
Can you enable it by default? So after creating a database in Import-D365Bacpac…
-
Currently Enable and Disable Maintenance Mode relies on a executable that only works in elevated (admin) mode.
Can the following workaround be used for scenarios where user is not local admin?
…
skaue updated
1 month ago
-
This module has Azure.Storage listed as required module, which is part of the AzureRM PowerShell modules that will be retired next year (https://learn.microsoft.com/en-us/powershell/azure/migrate-from…
-
Never had a problem with the command till now. Just installed D365FO.TOOLs on a new 10.0.13 DEV Vm and when running with the command (as admin):
New-D365Bacpac -ExportModeTier1 -BackupDirectory J:…
-
_Type: Enhancement_
**Add telemetry event on SysAdmin role assignment**
**Rough estimate**: 3 hours worth of development and testing
**Create new ADM parameter**: Track SysAdmin role assignment…
jofme updated
3 months ago
-
I tried to import a backup of a cloud-hosted D365FO environment into the dev environment VM. See Powershell commands and output below.
PS C:\Users\localadmin> Import-D365Bacpac -ImportModeTier1 -Ba…
-
repro steps:
1. start from downloadable VHD (version 8.1 PU20)
2. open powershell in admin mode
```Install-Module -Name d365fo.tools```
3. Get-D365ProductInformation
```Add-Type : Cannot bind p…
-
Hi, installing with PS command:
Install-Module -Name d365fo.integrations
gives you the following error:
WARNING: Could not get response from query
'https://www.powershellgallery.com/api/v2/FindP…