GetAroundSAPMACSetup: Difference between revisions

From I Will Fear No Evil
Jump to navigation Jump to search
(Created page with "Getting around the NS2 initial installer when it should just be a blank mac. <pre><code> cd /var/db/ConfigurationProfiles rm -rf * mkdir Settings touch Settings/.profilesAreI...")
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Getting around the NS2 initial installer when it should just be a blank mac.
Getting around the corporate initial installer when it should just be a blank mac.


<pre><code>
Boot up mac while holding down COMMAND + R .  You have to hold those keys down
until you hit the recovery session.  Then under utilities at the top you can
choose to launch a terminal.  Once in the terminal do the following.
 
<pre>
cd /var/db/ConfigurationProfiles
cd /var/db/ConfigurationProfiles
rm -rf *
rm -rf *
mkdir Settings
mkdir Settings
touch Settings/.profilesAreInstalled
touch Settings/.profilesAreInstalled
</code></pre>
reboot
</pre>
 
Now you boot up normally.
 
Once this is done, you can set up your mac.  Make absolutely sure that you use your
Corporate credentials to set it up (password and username must match)
 
username = userid
password = Corp provided password
 
Once you have the macbook set up and are at the main screen, launch Safari and go to:
 
 
https://apple.applebucket.int.sap/enroll
 
[[Category:Mac]]

Latest revision as of 17:18, 12 October 2023

Getting around the corporate initial installer when it should just be a blank mac.

Boot up mac while holding down COMMAND + R . You have to hold those keys down until you hit the recovery session. Then under utilities at the top you can choose to launch a terminal. Once in the terminal do the following.

cd /var/db/ConfigurationProfiles
rm -rf *
mkdir Settings
touch Settings/.profilesAreInstalled
reboot

Now you boot up normally.

Once this is done, you can set up your mac. Make absolutely sure that you use your Corporate credentials to set it up (password and username must match)

username = userid password = Corp provided password

Once you have the macbook set up and are at the main screen, launch Safari and go to:


https://apple.applebucket.int.sap/enroll