mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-20 17:28:33 +00:00
docs/windows/policy: add OnboardingFlow policy to ADMX file
Fixes #15907 Signed-off-by: Aaron Klotz <aaron@tailscale.com>
This commit is contained in:
parent
fb188c5b53
commit
13e91f4a2f
@ -16,6 +16,7 @@
|
||||
<string id="SINCE_V1_62">Tailscale version 1.62.0 and later</string>
|
||||
<string id="SINCE_V1_74">Tailscale version 1.74.0 and later</string>
|
||||
<string id="SINCE_V1_78">Tailscale version 1.78.0 and later</string>
|
||||
<string id="SINCE_V1_80">Tailscale version 1.80.0 and later</string>
|
||||
<string id="SINCE_V1_82">Tailscale version 1.82.0 and later</string>
|
||||
<string id="SINCE_V1_84">Tailscale version 1.84.0 and later</string>
|
||||
<string id="Tailscale_Category">Tailscale</string>
|
||||
@ -271,6 +272,12 @@ If you enable this policy, the menu item will be displayed indicating the organi
|
||||
If you disable this policy or do not configure it, the corresponding menu item will be hidden.
|
||||
|
||||
See https://tailscale.com/kb/1315/mdm-keys#set-your-organization-name for more details.]]></string>
|
||||
<string id="OnboardingFlow">Show the onboarding flow</string>
|
||||
<string id="OnboardingFlow_Help"><![CDATA[This policy can be used to show or hide the onboarding flow displayed by the GUI.
|
||||
|
||||
If you enable or don't configure this policy, the onboarding flow will be shown to new users who have not yet signed in to a Tailscale account.
|
||||
|
||||
If you disable this policy, the onboarding flow will never be shown.]]></string>
|
||||
</stringTable>
|
||||
<presentationTable>
|
||||
<presentation id="LoginURL">
|
||||
|
@ -54,6 +54,10 @@
|
||||
displayName="$(string.SINCE_V1_78)">
|
||||
<and><reference ref="TAILSCALE_PRODUCT"/></and>
|
||||
</definition>
|
||||
<definition name="SINCE_V1_80"
|
||||
displayName="$(string.SINCE_V1_80)">
|
||||
<and><reference ref="TAILSCALE_PRODUCT"/></and>
|
||||
</definition>
|
||||
<definition name="SINCE_V1_82"
|
||||
displayName="$(string.SINCE_V1_82)">
|
||||
<and><reference ref="TAILSCALE_PRODUCT"/></and>
|
||||
@ -335,6 +339,16 @@
|
||||
<string>hide</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy name="OnboardingFlow" class="Both" displayName="$(string.OnboardingFlow)" explainText="$(string.OnboardingFlow_Help)" key="Software\Policies\Tailscale" valueName="OnboardingFlow">
|
||||
<parentCategory ref="UI_Category" />
|
||||
<supportedOn ref="SINCE_V1_80" />
|
||||
<enabledValue>
|
||||
<string>show</string>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<string>hide</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy name="ManagedBy" class="Both" displayName="$(string.ManagedBy)" explainText="$(string.ManagedBy_Help)" presentation="$(presentation.ManagedBy)" key="Software\Policies\Tailscale">
|
||||
<parentCategory ref="UI_Category" />
|
||||
<supportedOn ref="SINCE_V1_62" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user