< Back

Invoke-TestAutopilotNetworkEndpoint

Sat Jan 18, 2020 4:20 pm

NAME Invoke-TestAutopilotNetworkEndpoint



SYNOPSIS

Analyzes network connectivity for Autopilot.





SYNTAX

Invoke-TestAutopilotNetworkEndpoint [[-UPNDomain] <String>] [[-ConfigMgrCMGUrl] <String>] [<CommonParameters>]





DESCRIPTION

Analyzes network connectivity for Autopilot.



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

-UPNDomain <String>



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ConfigMgrCMGUrl <String>



Required? false

Position? 2

Default value

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-TestAutopilotNetworkEndpoint -UPNDomain "wpninja.ch"











RELATED LINKS