< Back

Test-MBSConnection

Sat Jan 18, 2020 4:48 pm

NAME Test-MBSConnection



SYNOPSIS

TCP port connection test to MBS servers





SYNTAX

Test-MBSConnection [<CommonParameters>]





DESCRIPTION

TCP port connection test to MBS servers





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

None





OUTPUTS

System.String[]





NOTES





Connection test allows you to check connection from your computer to MBS servers. Connection failing indicates

firewall misconfiguration.



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



PS C:\\>Test-MBSConnection



Running connection test to MBS. It will take up to 5 minutes. Please wait...

Testing connection to 52.6.7.137 : 443 : OK

Testing connection to 52.5.40.159 : 443 : OK

Testing connection to 52.20.40.101 : 443 : OK

Testing connection to 3.216.171.162 : 443 : OK

Testing connection to 3.216.236.203 : 443 : OK

Connection test is completed











RELATED LINKS