< Back

Invoke-AnalyzeAzureConnectivity

Sat Jan 18, 2020 4:19 pm

NAME Invoke-AnalyzeAzureConnectivity



SYNOPSIS

Analyzes the connectifity to O365 and Azure Endpoints.





SYNTAX

Invoke-AnalyzeAzureConnectivity [[-UrlSet] <String>] [-OnlyRequired] [<CommonParameters>]





DESCRIPTION

Analyzes the connectifity to O365 and Azure Endpoints according to

https://docs.microsoft.com/en-us/office ... ess-ranges.



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

-UrlSet <String>



Required? false

Position? 1

Default value Common

Accept pipeline input? false

Accept wildcard characters? false



-OnlyRequired [<SwitchParameter>]



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<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-AnalyzeAzureConnectivity











RELATED LINKS