< Back

Invoke-AnalyzeDeliveryOptimization

Sat Jan 18, 2020 4:19 pm

NAME Invoke-AnalyzeDeliveryOptimization



SYNOPSIS

Analyzes current device regarding the possibility to use Delivery Optimization.





SYNTAX

Invoke-AnalyzeDeliveryOptimization [<CommonParameters>]





DESCRIPTION

Delivery Optimization is the built-in feature to optimize data traffic and a lot of Microsoft products and

services are using it. Therefore it's crucial, that you are aware of the status in your environment.



Returns array of Messages with four properties:



- Testname: Name of the Tets

- Type: Information, Warning or Error

- Issue: Description of the issue

- Possible Cause: Tips on how to solve the issue.





PARAMETERS

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\># Displays a deep analyisis of the currently found issues in the system.



Invoke-AnalyzeDeliveryOptimization











RELATED LINKS