Invoke D365SysFlushAodCache - FH-Inway/d365fo.tools GitHub Wiki
Invoke the SysFlushAos class
Invoke-D365SysFlushAodCache [[-Url] <String>] [<CommonParameters>]
Invoke the runnable class SysFlushAos to clear the AOD cache
Invoke-D365SysFlushAodCache
This will a call against the default URL for the machine and have it execute the SysFlushAOD class
URL to the Dynamics 365 instance you want to clear the AOD cache on
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
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.
Author: Mötz Jensen (@Splaxi)