Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

Commit df33e4f

Browse files
committed
Lesson 6 changes
1 parent 89e98fb commit df33e4f

File tree

4 files changed

+80
-0
lines changed

4 files changed

+80
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
6+
<key>PayloadDescription</key>
7+
<string>This profile configuration is designed to apply the CIS Benchmark for macOS 10.14 (v2.0.0), 10.15 (v2.0.0), 11.0 (v2.0.0), and 12.0 (v1.0.0)</string>
8+
<key>PayloadDisplayName</key>
9+
<string>Disable Bluetooth sharing</string>
10+
<key>PayloadEnabled</key>
11+
<true/>
12+
<key>PayloadIdentifier</key>
13+
<string>cis.macOSBenchmark.section2.BluetoothSharing</string>
14+
<key>PayloadScope</key>
15+
<string>System</string>
16+
<key>PayloadType</key>
17+
<string>Configuration</string>
18+
<key>PayloadUUID</key>
19+
<string>5CEBD712-28EB-432B-84C7-AA28A5A383D8</string>
20+
<key>PayloadVersion</key>
21+
<integer>1</integer>
22+
<key>PayloadRemovalDisallowed</key>
23+
<true/>
24+
<key>PayloadContent</key>
25+
<array>
26+
<dict>
27+
<key>PayloadContent</key>
28+
<dict>
29+
<key>com.apple.Bluetooth</key>
30+
<dict>
31+
<key>Forced</key>
32+
<array>
33+
<dict>
34+
<key>mcx_preference_settings</key>
35+
<dict>
36+
<key>PrefKeyServicesEnabled</key>
37+
<false/>
38+
</dict>
39+
</dict>
40+
</array>
41+
</dict>
42+
</dict>
43+
<key>PayloadDescription</key>
44+
<string>Disables Bluetooth Sharing</string>
45+
<key>PayloadDisplayName</key>
46+
<string>Custom</string>
47+
<key>PayloadEnabled</key>
48+
<true/>
49+
<key>PayloadIdentifier</key>
50+
<string>0240DD1C-70DC-4766-9018-04322BFEEAD1</string>
51+
<key>PayloadType</key>
52+
<string>com.apple.ManagedClient.preferences</string>
53+
<key>PayloadUUID</key>
54+
<string>0240DD1C-70DC-4766-9018-04322BFEEAD1</string>
55+
<key>PayloadVersion</key>
56+
<integer>1</integer>
57+
</dict>
58+
</array>
59+
</dict>
60+
</plist>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$WallpaperPath = "C:\Path\To\Your\Image.jpg"
2+
$RegistryPath = "HKCU:\Control Panel\Desktop"
3+
4+
Set-ItemProperty -Path $RegistryPath -Name Wallpaper -Value $WallpaperPath
5+
RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters

teams/engineering.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,15 @@ queries:
1515
agent_options:
1616
path: ../lib/agent-options.yml
1717
controls:
18+
enable_disk_encryption: true
19+
ipados_updates:
20+
deadline: "2025-12-31"
21+
minimum_version: "26.0"
1822
scripts:
1923
- path: ../lib/macos/scripts/remove-zoom-artifacts.script.sh
24+
macos_settings:
25+
custom_settings:
26+
- path: ../lib/macos/configuration-profiles/disable-bluetooth-file-sharing.mobileconfig
2027
team_settings:
2128
secrets:
2229
- secret: "$FLEET_ENGINEERING_ENROLL_SECRET"

teams/new-hires.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ agent_options:
1818
controls:
1919
scripts:
2020
- path: ../lib/macos/scripts/set-timezone.script.sh
21+
- path: ../lib/windows/scripts/set-wallpaper.ps1
22+
macos_settings:
23+
custom_settings:
24+
- path: ../lib/macos/configuration-profiles/disable-bluetooth-file-sharing.mobileconfig
25+
- path: ../lib/macos/configuration-profiles/passcode-settings-ddm.json
26+
macos_updates:
27+
deadline: "2025-10-31"
28+
minimum_version: "26.0"
2129
team_settings:
2230
secrets:
2331
- secret: "$FLEET_NEW_HIRES_ENROLL_SECRET"

0 commit comments

Comments
 (0)