< Back

New-NetworkConnectionObject

Sat Jan 18, 2020 12:40 pm

NAME New-NetworkConnectionObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.networkConnection" (or one of its derived types).





SYNTAX

New-NetworkConnectionObject [-applicationName <string>] [-destinationAddress <string>] [-destinationDomain

<string>] [-destinationPort <string>] [-destinationUrl <string>] [-direction <string>] [-domainRegisteredDateTime

<DateTimeOffset>] [-localDnsName <string>] [-natDestinationAddress <string>] [-natDestinationPort <string>]

[-natSourceAddress <string>] [-natSourcePort <string>] [-protocol <string>] [-riskScore <string>] [-sourceAddress

<string>] [-sourcePort <string>] [-status <string>] [-urlParameters <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.networkConnection" (or one of its derived types).





PARAMETERS

-applicationName <string>

The "applicationName" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-destinationAddress <string>

The "destinationAddress" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-destinationDomain <string>

The "destinationDomain" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-destinationPort <string>

The "destinationPort" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-destinationUrl <string>

The "destinationUrl" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-direction <string>

The "direction" property, of type "microsoft.graph.connectionDirection".



This property is on the "microsoft.graph.networkConnection" type.



Valid values: 'unknown', 'inbound', 'outbound', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-domainRegisteredDateTime <DateTimeOffset>

The "domainRegisteredDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-localDnsName <string>

The "localDnsName" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-natDestinationAddress <string>

The "natDestinationAddress" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-natDestinationPort <string>

The "natDestinationPort" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-natSourceAddress <string>

The "natSourceAddress" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-natSourcePort <string>

The "natSourcePort" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-protocol <string>

The "protocol" property, of type "microsoft.graph.securityNetworkProtocol".



This property is on the "microsoft.graph.networkConnection" type.



Valid values: 'ip', 'icmp', 'igmp', 'ggp', 'ipv4', 'tcp', 'pup', 'udp', 'idp', 'ipv6', 'ipv6RoutingHeader',

'ipv6FragmentHeader', 'ipSecEncapsulatingSecurityPayload', 'ipSecAuthenticationHeader', 'icmpV6',

'ipv6NoNextHeader', 'ipv6DestinationOptions', 'nd', 'raw', 'ipx', 'spx', 'spxII', 'unknownFutureValue',

'unknown'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-riskScore <string>

The "riskScore" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sourceAddress <string>

The "sourceAddress" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-sourcePort <string>

The "sourcePort" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-status <string>

The "status" property, of type "microsoft.graph.connectionStatus".



This property is on the "microsoft.graph.networkConnection" type.



Valid values: 'unknown', 'attempted', 'succeeded', 'blocked', 'failed', 'unknownFutureValue'



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-urlParameters <string>

The "urlParameters" property, of type "Edm.String".



This property is on the "microsoft.graph.networkConnection" type.



Required? false

Position? named

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





RELATED LINKS