-
Notifications
You must be signed in to change notification settings - Fork 102
Get D365EventTraceProvider
Get D365FO Event Trace Provider
Get-D365EventTraceProvider [[-Name] <String[]>] [<CommonParameters>]
Get the full list of available Event Trace Providers for Dynamics 365 for Finance and Operations
Get-D365EventTraceProvider
Will list all available Event Trace Providers on a D365FO server. It will use the default option for the "Name" parameter.
Get-D365EventTraceProvider -Name Tax
Will list all available Event Trace Providers on a D365FO server which contains the keyvword "Tax". It will use the Name parameter value "Tax" while searching for Event Trace Providers.
Get-D365EventTraceProvider -Name Tax,MR
Will list all available Event Trace Providers on a D365FO server which contains the keyvword "Tax" or "MR". It will use the Name parameter array value ("Tax","MR") while searching for Event Trace Providers.
Name of the provider that you are looking for
Default value is "*" to show all Event Trace Providers
Accepts an array of names, and will automatically add wildcard searching characters for each entry
Type: String[]
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: @("*")
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Tags: ETL, EventTracing, EventTrace
Author: Mötz Jensen (@Splaxi)
This cmdlet/function was inspired by the work of Michael Stashwick (@D365Stuff)
He blog is located here: https://www.d365stuff.co/
and the blogpost that pointed us in the right direction is located here: https://www.d365stuff.co/trace-batch-jobs-and-more-via-cmd-logman/
- 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