Skip to content

Commit 28977c5

Browse files
feat: Added Teams to container
1 parent 3a73e86 commit 28977c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AvDFsLogixDeploy.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\FSLogix\ODFC" -Name "IncludeOutl
4747
New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\FSLogix\ODFC" -Name "IncludeOutlookPersonalization" -Value 1 -force
4848
New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\FSLogix\ODFC" -Name "IsDynamic" -Value 1 -force
4949
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
5051
New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\FSLogix\ODFC" -Name "VolumeType" -Value "VHDX" -force
5152

5253
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\frxccds\Parameters" -Name "ProxyDirectory" -Value "D:\FSLogix\Proxy" -force
@@ -100,4 +101,4 @@ If ($Cloudcache){
100101
Add-MpPreference -ExclusionPath "D:\FSLogix\Proxy\*.VHD"
101102
Add-MpPreference -ExclusionPath "D:\FSLogix\Proxy\*.VHDX"}
102103

103-
shutdown -r -t 0
104+
shutdown -r -t 0

0 commit comments

Comments
 (0)