-
Notifications
You must be signed in to change notification settings - Fork 102
Get D365DecryptedWebConfig
Decrypts the AOS config file
Get-D365DecryptedWebConfig [[-OutputPath] <String>] [[-AosServiceWebRootPath] <String>]
Function used for decrypting the config file used by the D365 Finance & Operations AOS service
Get-D365DecryptedWebConfig
This will get the config file from the instance, decrypt it and save it. IT will save the decrypted web.config file in the default location: "c:\temp\d365fo.tools\WebConfigDecrypted".
A result set example:
Filename LastModified File
web.config 7/1/2021 9:01:31 PM C:\temp\d365fo.tools\WebConfigDecrypted\web.config
Get-D365DecryptedWebConfig -OutputPath "c:\temp\d365fo.tools"
This will get the config file from the instance, decrypt it and save it to "c:\temp\d365fo.tools"
A result set example:
Filename LastModified File
web.config 7/1/2021 9:07:36 PM C:\temp\d365fo.tools\web.config
Place where the decrypted files should be placed
Default value is: "c:\temp\d365fo.tools\WebConfigDecrypted"
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: C:\temp\d365fo.tools\WebConfigDecrypted
Accept pipeline input: False
Accept wildcard characters: False
Location of the D365 webroot folder
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: $Script:AOSPath
Accept pipeline input: False
Accept wildcard characters: False
Tags: Configuration, Service Account, Sql, SqlUser, SqlPwd, WebConfig, Web.Config, Decryption
Author : Rasmus Andersen (@ITRasmus) Author : Mötz Jensen (@splaxi)
Used for getting the Password for the database and other service accounts used in environment
- Install as a non-Administrator
- Install as a Administrator
- Import d365fo.tools module
- List available commands from d365fo.tools module
- Get help content for a command
- Start, Stop and List services
- Import users into the D365FO environment
- Import external users into the D365FO environment
- Enable users in the D365FO environment
- Update users in the D365FO environment
- Provision D365FO environment to new Azure AD tenant
- Import a bacpac file into a Tier1 environment
- List modules / models
- Compile module
- Install AzCopy
- Install SqlPackage
- Install Nuget
- Speed up LCS download via AzCopy
- Download latest bacpac from LCS via AzCopy
- Register NuGet source
- Configure Azure Logic App
- Fix AzureStorageConfig
- Run a runnable class
- Update users in environment
- Work with Azure Storage Account
- Work with packages, resource label files, language and lables
- Working with the different D365 services