InternalIsBridge
InternalIsBridge
specifies whether the internal adapter is a bridge.
Note
If this value is set to true, you cannot set a value for InternalAdapter. If this value is set to true, then EnableICS must also be true.
This setting has no effect on Server Core installations of Windows Server 2008.
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
Parent Hierarchy
Microsoft-Windows-SharedAccess | InternalIsBridge
Applies To
For the 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.
<EnableICS>true</EnableICS>
<InternalIsBridge>true</InternalIsBridge>
<ExternalAdapter>MyExternalAdapter</ExternalAdapter>