|
| 1 | + |
| 2 | +Configuration DoD_Adobe_Acrobat_Pro_DC_Continuous_STIG_Computer_V2R1 |
| 3 | +{ |
| 4 | + |
| 5 | + Import-DSCResource -ModuleName 'GPRegistryPolicyDsc' |
| 6 | + Import-DSCResource -ModuleName 'AuditPolicyDSC' |
| 7 | + Import-DSCResource -ModuleName 'SecurityPolicyDSC' |
| 8 | + |
| 9 | + Node DoD_Adobe_Acrobat_Pro_DC_Continuous_STIG_Computer_V2R1 |
| 10 | + { |
| 11 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Adobe\Adobe Acrobat\DC\Installer\DisableMaintenance' |
| 12 | + { |
| 13 | + ValueName = 'DisableMaintenance' |
| 14 | + ValueData = 1 |
| 15 | + ValueType = 'Dword' |
| 16 | + TargetType = 'ComputerConfiguration' |
| 17 | + Key = 'HKLM:\SOFTWARE\Adobe\Adobe Acrobat\DC\Installer' |
| 18 | + } |
| 19 | + |
| 20 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\bEnhancedSecurityStandalone' |
| 21 | + { |
| 22 | + ValueName = 'bEnhancedSecurityStandalone' |
| 23 | + ValueData = 1 |
| 24 | + ValueType = 'Dword' |
| 25 | + TargetType = 'ComputerConfiguration' |
| 26 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown' |
| 27 | + } |
| 28 | + |
| 29 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\bEnhancedSecurityInBrowser' |
| 30 | + { |
| 31 | + ValueName = 'bEnhancedSecurityInBrowser' |
| 32 | + ValueData = 1 |
| 33 | + ValueType = 'Dword' |
| 34 | + TargetType = 'ComputerConfiguration' |
| 35 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown' |
| 36 | + } |
| 37 | + |
| 38 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\iFileAttachmentPerms' |
| 39 | + { |
| 40 | + ValueName = 'iFileAttachmentPerms' |
| 41 | + ValueData = 1 |
| 42 | + ValueType = 'Dword' |
| 43 | + TargetType = 'ComputerConfiguration' |
| 44 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown' |
| 45 | + } |
| 46 | + |
| 47 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\bEnableFlash' |
| 48 | + { |
| 49 | + ValueName = 'bEnableFlash' |
| 50 | + ValueData = 0 |
| 51 | + ValueType = 'Dword' |
| 52 | + TargetType = 'ComputerConfiguration' |
| 53 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown' |
| 54 | + } |
| 55 | + |
| 56 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\bDisableTrustedFolders' |
| 57 | + { |
| 58 | + ValueName = 'bDisableTrustedFolders' |
| 59 | + ValueData = 1 |
| 60 | + ValueType = 'Dword' |
| 61 | + TargetType = 'ComputerConfiguration' |
| 62 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown' |
| 63 | + } |
| 64 | + |
| 65 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\bProtectedMode' |
| 66 | + { |
| 67 | + ValueName = 'bProtectedMode' |
| 68 | + ValueData = 1 |
| 69 | + ValueType = 'Dword' |
| 70 | + TargetType = 'ComputerConfiguration' |
| 71 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown' |
| 72 | + } |
| 73 | + |
| 74 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\iProtectedView' |
| 75 | + { |
| 76 | + ValueName = 'iProtectedView' |
| 77 | + ValueData = 2 |
| 78 | + ValueType = 'Dword' |
| 79 | + TargetType = 'ComputerConfiguration' |
| 80 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown' |
| 81 | + } |
| 82 | + |
| 83 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\bDisablePDFHandlerSwitching' |
| 84 | + { |
| 85 | + ValueName = 'bDisablePDFHandlerSwitching' |
| 86 | + ValueData = 1 |
| 87 | + ValueType = 'Dword' |
| 88 | + TargetType = 'ComputerConfiguration' |
| 89 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown' |
| 90 | + } |
| 91 | + |
| 92 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\bDisableTrustedSites' |
| 93 | + { |
| 94 | + ValueName = 'bDisableTrustedSites' |
| 95 | + ValueData = 1 |
| 96 | + ValueType = 'Dword' |
| 97 | + TargetType = 'ComputerConfiguration' |
| 98 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown' |
| 99 | + } |
| 100 | + |
| 101 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cCloud\bAdobeSendPluginToggle' |
| 102 | + { |
| 103 | + ValueName = 'bAdobeSendPluginToggle' |
| 104 | + ValueData = 1 |
| 105 | + ValueType = 'Dword' |
| 106 | + TargetType = 'ComputerConfiguration' |
| 107 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cCloud' |
| 108 | + } |
| 109 | + |
| 110 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cCloud\bDisableADCFileStore' |
| 111 | + { |
| 112 | + ValueName = 'bDisableADCFileStore' |
| 113 | + ValueData = 1 |
| 114 | + ValueType = 'Dword' |
| 115 | + TargetType = 'ComputerConfiguration' |
| 116 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cCloud' |
| 117 | + } |
| 118 | + |
| 119 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cDefaultLaunchURLPerms\iUnknownURLPerms' |
| 120 | + { |
| 121 | + ValueName = 'iUnknownURLPerms' |
| 122 | + ValueData = 3 |
| 123 | + ValueType = 'Dword' |
| 124 | + TargetType = 'ComputerConfiguration' |
| 125 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cDefaultLaunchURLPerms' |
| 126 | + } |
| 127 | + |
| 128 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cDefaultLaunchURLPerms\iURLPerms' |
| 129 | + { |
| 130 | + ValueName = 'iURLPerms' |
| 131 | + ValueData = 1 |
| 132 | + ValueType = 'Dword' |
| 133 | + TargetType = 'ComputerConfiguration' |
| 134 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cDefaultLaunchURLPerms' |
| 135 | + } |
| 136 | + |
| 137 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cServices\bTogglePrefsSync' |
| 138 | + { |
| 139 | + ValueName = 'bTogglePrefsSync' |
| 140 | + ValueData = 1 |
| 141 | + ValueType = 'Dword' |
| 142 | + TargetType = 'ComputerConfiguration' |
| 143 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cServices' |
| 144 | + } |
| 145 | + |
| 146 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cServices\bToggleWebConnectors' |
| 147 | + { |
| 148 | + ValueName = 'bToggleWebConnectors' |
| 149 | + ValueData = 1 |
| 150 | + ValueType = 'Dword' |
| 151 | + TargetType = 'ComputerConfiguration' |
| 152 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cServices' |
| 153 | + } |
| 154 | + |
| 155 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cSharePoint\bDisableSharePointFeatures' |
| 156 | + { |
| 157 | + ValueName = 'bDisableSharePointFeatures' |
| 158 | + ValueData = 1 |
| 159 | + ValueType = 'Dword' |
| 160 | + TargetType = 'ComputerConfiguration' |
| 161 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cSharePoint' |
| 162 | + } |
| 163 | + |
| 164 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cWebmailProfiles\bDisableWebmail' |
| 165 | + { |
| 166 | + ValueName = 'bDisableWebmail' |
| 167 | + ValueData = 1 |
| 168 | + ValueType = 'Dword' |
| 169 | + TargetType = 'ComputerConfiguration' |
| 170 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cWebmailProfiles' |
| 171 | + } |
| 172 | + |
| 173 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cWelcomeScreen\bShowWelcomeScreen' |
| 174 | + { |
| 175 | + ValueName = 'bShowWelcomeScreen' |
| 176 | + ValueData = 0 |
| 177 | + ValueType = 'Dword' |
| 178 | + TargetType = 'ComputerConfiguration' |
| 179 | + Key = 'HKLM:\SOFTWARE\Policies\Adobe\Adobe Acrobat\DC\FeatureLockdown\cWelcomeScreen' |
| 180 | + } |
| 181 | + |
| 182 | + RegistryPolicyFile 'Registry(POL): HKLM:\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\DC\Installer\DisableMaintenance' |
| 183 | + { |
| 184 | + ValueName = 'DisableMaintenance' |
| 185 | + ValueData = 1 |
| 186 | + ValueType = 'Dword' |
| 187 | + TargetType = 'ComputerConfiguration' |
| 188 | + Key = 'HKLM:\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\DC\Installer' |
| 189 | + } |
| 190 | + |
| 191 | + RefreshRegistryPolicy 'ActivateClientSideExtension' |
| 192 | + { |
| 193 | + IsSingleInstance = 'Yes' |
| 194 | + } |
| 195 | + } |
| 196 | +} |
0 commit comments