Uninstallation Steps:
Open Terminal
Open /Library/PrivilegedHelperTools/
Del ADSSPLoginAgent
Go to login screen and confirm the changes.
Virtual Reality Powered Computer
Uninstallation Steps:
Open Terminal
Open /Library/PrivilegedHelperTools/
Del ADSSPLoginAgent
Go to login screen and confirm the changes.
This solution works currently on mac OSx Catalina 10.15.x.
If you need to add mac which didn’t get added during first run to MDM server or was added to MDM server after the initial configuration and you want to add it without having to re-install operating system:
Open terminal and run this command:
sudo profiles renew -type enrollment
mac OS 10.14.6 sudo profiles renew -type enrollment
older mac OS version:sudo /usr/libexec/mdmclient dep na
Mac OS Sierra:
sudo rm /var/db/.AppleSetupDone
sudo rm -rf /var/db/ConfigurationProfiles/
sudo rm /Library/Keychains/apsd.keychain
Reference:
https://www.jamf.com/jamf-nation/discussions/24292/trigger-dep-enrollment-pop-up-notification
using terminal:
sudo fdesetup add -usertoadd username -usertoadd username -keychain
and or:
reference:
macOS Sierra:
1. Create folder and place all the files you want to compress in it.
2. Right click on the folder and click on Compress.
Windows 10:
Looks like this helped me:
resources:
https://discussions.apple.com/thread/7684120?start=0&tstart=0
https://discussions.apple.com/thread/5004598?start=0&tstart=0
for some reason I had parental control enabled on network user with local admin rights.
it wasn’t possible to remove them using system preferences.
to remove it I used terminal command:
sudo dscl . -mcxdelete /Users/username
sudo rm -rf /Library/Managed\ Preferences/username
After creating master image create workflow with these steps:
1:
restore HDD from MacBookAir2017.hfs.dmg disk image.
2:
Rename computer:
3:
Prompt for computer name during setup
4:
auto join computer to MS Active Directory.
5:
auto join computer to Open Directory Server.
terminal command:
sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate AutomaticDownload -boolean FALSE
This could help if you need to add already configured apple cumputer (DEP purchased) to Meraki or JAMF MDM management.
sudo rm /var/db/.AppleSetupDone
sudo rm -rf /var/db/ConfigurationProfiles/
sudo rm /Library/Keychains/apsd.keychain
after running these commands restart your computer and the default apple setup assistant will start. (no lost of personal data)