InternalIsBridge specifies whether the internal adapter is a bridge.

Note
If this value is set to true, you cannot set a value for InternalAdapter, and EnableICS must also be true.

This setting has no effect on Server Core installations of Windows Server® 2008, Windows Server 2008 R2, and Windows Server 2012.

Values

true

Specifies that the internal adapter is a bridge.

false

Specifies that the internal adapter is not a bridge. This is the default value.

Valid Passes

generalize

Parent Hierarchy

Microsoft-Windows-SharedAccess | InternalIsBridge

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-SharedAccess.

XML Example

The following XML output shows how to set Shared Access.

  Copy Code
<EnableICS>true</EnableICS>
<InternalIsBridge>true</InternalIsBridge>
<ExternalAdapter>MyExternalAdapter</ExternalAdapter>

See Also