d365fo.tools.psd1
@{ # Script module or binary module file associated with this manifest RootModule = 'd365fo.tools.psm1' # Version number of this module. ModuleVersion = '0.5.41' # ID used to uniquely identify this module GUID = '7c7b26d4-f764-4cb0-a692-459a0a689dbb' # Author of this module Author = 'Mötz Jensen & Rasmus Andersen' # Company or vendor of this module CompanyName = 'Essence Solutions' # Copyright statement for this module Copyright = '(c) 2018 Mötz Jensen & Rasmus Andersen. All rights reserved.' # Description of the functionality provided by this module Description = 'A set of tools that will assist you when working with Dynamics 365 Finance & Operations development / demo machines.' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '5.0' # Modules that must be imported into the global environment prior to importing # this module RequiredModules = @( @{ ModuleName = 'PSFramework'; ModuleVersion = '1.0.12' } , @{ ModuleName = 'Azure.Storage'; ModuleVersion = '4.4.0' } , @{ ModuleName = 'AzureAd'; ModuleVersion = '2.0.1.16' } , @{ ModuleName = 'PSNotification'; ModuleVersion = '0.5.3' } , @{ ModuleName = 'PSOAuthHelper'; ModuleVersion = '0.2.3' } ) # Assemblies that must be loaded prior to importing this module # RequiredAssemblies = @('bin\d365fo.tools.dll') # Type files (.ps1xml) to be loaded when importing this module # TypesToProcess = @('xml\d365fo.tools.Types.ps1xml') # Format files (.ps1xml) to be loaded when importing this module FormatsToProcess = @('xml\d365fo.tools.Format.ps1xml') # Functions to export from this module FunctionsToExport = @( 'Add-D365AzureStorageConfig', 'Add-D365BroadcastMessageConfig', 'Add-D365EnvironmentConfig', 'Add-D365LcsEnvironment', 'Add-D365RsatWifConfigAuthorityThumbprint', 'Backup-D365MetaDataDir', 'Backup-D365Runbook', 'Clear-D365ActiveBroadcastMessageConfig', 'Clear-D365MonitorData', 'Publish-D365SsrsReport', 'Disable-D365MaintenanceMode' 'Disable-D365User', 'Enable-D365Exception', 'Enable-D365MaintenanceMode', 'Enable-D365User', 'Export-D365Model', 'Export-D365SecurityDetails', 'Find-D365Command', 'Get-D365ActiveAzureStorageConfig', 'Get-D365ActiveBroadcastMessageConfig', 'Get-D365ActiveEnvironmentConfig', 'Get-D365AOTObject', 'Get-D365AzureStorageConfig', 'Get-D365AzureStorageFile', 'Get-D365BroadcastMessage', 'Get-D365BroadcastMessageConfig', 'Get-D365ClickOnceTrustPrompt', 'Get-D365Database', 'Get-D365DatabaseAccess', 'Get-D365DecryptedConfigFile', 'Get-D365DotNetClass', 'Get-D365DotNetMethod', 'Get-D365Environment', 'Get-D365EnvironmentConfig', 'Get-D365EnvironmentSettings', 'Get-D365ExposedService', 'Get-D365InstalledHotfix', 'Get-D365InstalledPackageOld', 'Get-D365InstalledService', 'Get-D365InstanceName', 'Get-D365Label', 'Get-D365Language', 'Get-D365LabelOld', 'Get-D365LabelFile', 'Get-D365LcsApiConfig', 'Get-D365LcsApiToken', 'Get-D365LcsAssetValidationStatus', 'Get-D365LcsDeploymentStatus', 'Get-D365LcsEnvironment', 'Get-D365LogicAppConfig', 'Get-D365MaintenanceMode', 'Get-D365Module', 'Get-D365OfflineAuthenticationAdminEmail', 'Get-D365PackageBundleDetail', 'Get-D365PackageLabelFileOld', 'Get-D365ProductInformation', 'Get-D365RsatCertificateThumbprint', 'Get-D365RsatPlaybackFile', 'Get-D365RsatSoapHostname', 'Get-D365Runbook', 'Get-D365RunbookId', 'Get-D365SDPCleanUp', 'Get-D365Table', 'Get-D365TableField', 'Get-D365TableSequence', 'Get-D365Tier2Params', 'Get-D365TfsUri', 'Get-D365TfsWorkspace', 'Get-D365Url', 'Get-D365User', 'Get-D365UserAuthenticationDetail', 'Get-D365WindowsActivationStatus', 'Import-D365AadUser', 'Import-D365Bacpac', 'Import-D365Model', 'Import-D365ExternalUser', 'Initialize-D365RsatCertificate', 'Invoke-D365AzureStorageDownload', 'Invoke-D365AzureStorageUpload', 'Invoke-D365DataFlush', 'Invoke-D365DBSync', 'Invoke-D365InstallLicense', 'Invoke-D365LcsApiRefreshToken', 'Invoke-D365LcsDeployment', 'Invoke-D365LcsUpload', 'Invoke-D365LogicApp', 'Invoke-D365LogicAppMessage', 'Invoke-D365ModuleCompile', 'Invoke-D365ModuleLabelGeneration', 'Invoke-D365ModuleReportsCompile', 'Invoke-D365ModuleFullCompile' 'Invoke-D365ReArmWindows', 'Invoke-D365RunbookAnalyzer', 'Invoke-D365SDPInstall', 'Invoke-D365SCDPBundleInstall', 'Invoke-D365SeleniumDownload', 'Invoke-D365SysFlushAodCache', 'Invoke-D365SysRunnerClass', 'Invoke-D365SqlScript', 'Invoke-D365TableBrowser', 'Invoke-D365BestPractice', 'New-D365Bacpac', 'New-D365CAReport', 'New-D365ISVLicense', 'New-D365TopologyFile', 'Register-D365AzureStorageConfig', 'Remove-D365BroadcastMessageConfig', 'Remove-D365Database', 'Remove-D365LcsEnvironment', 'Remove-D365Model', 'Remove-D365User', 'Rename-D365Instance', 'Rename-D365ComputerName', 'Restart-D365Environment', 'Send-D365BroadcastMessage', 'Set-D365ActiveAzureStorageConfig', 'Set-D365ActiveBroadcastMessageConfig', 'Set-D365ActiveEnvironmentConfig', 'Set-D365Admin', 'Set-D365ClickOnceTrustPrompt', 'Set-D365FavoriteBookmark', 'Set-D365LcsApiConfig', 'Set-D365LogicAppConfig', 'Set-D365OfflineAuthenticationAdminEmail', 'Set-D365RsatTier2Crypto', 'Set-D365RsatConfiguration', 'Set-D365SDPCleanUp', 'Set-D365StartPage', 'Set-D365SqlPackagePath', 'Set-D365SysAdmin', 'Set-D365Tier2Params', 'Set-D365WorkstationMode', 'Start-D365Environment', 'Stop-D365Environment', 'Switch-D365ActiveDatabase', 'Test-D365Command', 'Update-D365User' ) # Cmdlets to export from this module CmdletsToExport = '' # Variables to export from this module VariablesToExport = '' # Aliases to export from this module AliasesToExport = @( 'Get-D365Package' , 'Get-D365Model' , 'Initialize-D365TestAutomationCertificate' , 'Add-D365WIFConfigAuthorityThumbprint' ) # List of all modules packaged with this module ModuleList = @() # List of all files packaged with this module FileList = @() # Private data to pass to the module specified in ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. PrivateData = @{ #Support for PowerShellGet galleries. PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('d365fo', 'Dynamics365', 'D365', 'Finance&Operations', 'FinanceOperations', 'FinanceAndOperations', 'Dynamics365FO') # A URL to the license for this module. LicenseUri = "https://opensource.org/licenses/MIT" # A URL to the main website for this project. ProjectUri = 'https://github.com/d365collaborative/d365fo.tools' # A URL to an icon representing this module. # IconUri = '' # ReleaseNotes of this module # ReleaseNotes = '' # Indicates this is a pre-release/testing version of the module. IsPrerelease = 'True' } # End of PSData hashtable } # End of PrivateData hashtable } |