File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\FSLogix\ODFC" -Name "IncludeOutl
47
47
New-ItemProperty - Path " HKLM:\SOFTWARE\Policies\FSLogix\ODFC" - Name " IncludeOutlookPersonalization" - Value 1 - force
48
48
New-ItemProperty - Path " HKLM:\SOFTWARE\Policies\FSLogix\ODFC" - Name " IsDynamic" - Value 1 - force
49
49
New-ItemProperty - Path " HKLM:\SOFTWARE\Policies\FSLogix\ODFC" - Name " PreventLoginWithFailure" - Value 1 - force
50
+ New-ItemProperty - Path " HKLM:\SOFTWARE\Policies\FSLogix\ODFC" - Name " IncludeTeams" - Value 1 - force
50
51
New-ItemProperty - Path " HKLM:\SOFTWARE\Policies\FSLogix\ODFC" - Name " VolumeType" - Value " VHDX" - force
51
52
52
53
New-ItemProperty - Path " HKLM:\SYSTEM\CurrentControlSet\Services\frxccds\Parameters" - Name " ProxyDirectory" - Value " D:\FSLogix\Proxy" - force
@@ -100,4 +101,4 @@ If ($Cloudcache){
100
101
Add-MpPreference - ExclusionPath " D:\FSLogix\Proxy\*.VHD"
101
102
Add-MpPreference - ExclusionPath " D:\FSLogix\Proxy\*.VHDX" }
102
103
103
- shutdown - r - t 0
104
+ shutdown - r - t 0
You can’t perform that action at this time.
0 commit comments