ConfigurationFlags
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Vista
ConfigurationFlags
specifies whether Remote Access Service (RAS) is configured.
Values
true |
Specifies that RAS is configured. |
false |
Specifies that RAS is not configured. This is the default value. |
Parent Hierarchy
Microsoft-Windows-RasServer | ConfigurationFlags
Valid Passes
specialize
Applies To
For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-RasServer.
XML Example
The following XML output enables RAS and sets the Router type to enable Local Area Network (LAN) access.
<ConfigurationFlags>true</ConfigurationFlags>
<RouterType>2</RouterType>