Showing posts with label Mac OSX. Show all posts
Showing posts with label Mac OSX. Show all posts

Thursday, January 18, 2024

Releasing Devices in Apple Business Manager


Say goodbye to unwanted devices cluttering your Apple Business Manager! Releasing devices is a crucial part of managing your fleet, allowing you to remove devices sold, lost, or simply beyond repair. This blog dives into the steps for releasing devices and sheds light on which roles have the authority to do so.

Why Release Devices?

Releasing devices offers several benefits:

  • Clean Up Your Inventory: Keep track of active devices and avoid confusion.
  • Compliance Check: Ensure you're not managing devices you no longer own, adhering to Apple Business Manager Agreement terms.
  • Security Clearance: Prevent unauthorized access to your network and data by wiping released devices.

Who Can Release the Devices?

Only two user roles in Apple Business Manager can initiate device release:

  • Administrator: The all-powerful role, with full control over devices, users, and settings.
  • Device Enrollment Manager: Responsible for device enrollment and management, also authorized to release them.

Release Steps Simplified:

Sign In: Access Apple Business Manager with your valid Administrator or Device Enrollment Manager credentials.



Device Selection: Choose "Devices" from the sidebar. You can search for specific devices or view the entire list.

Target the Unwanted: Select the device(s) you want to release by clicking the checkbox next to their names.




Release Actions: Click the "Release" button at the top right corner.




Confirmation: A confirmation window will appear. Double-check the selected devices and click "Release".



Note: Releasing a device removes it from Apple Business Manager and you will need to wipe the device.

Bonus Tip: You can configure Apple Business Manager to allow only specific users within the Device Enrollment Manager role to release devices. This adds an extra layer of control and accountability.

By following these steps and understanding the authorised roles, you can say goodbye to unwanted devices and maintain a clean, efficient Apple Business Manager environment. So, go forth and release those digital ghosts with confidence!

Remember: This information is accurate as of January 18, 2024. Apple may update its processes or release new features,so always refer to the official Apple Business Manager documentation for the latest guidance.

Feel free to leave comments below if you have any questions or additional insights on device release in Apple Business Manager!

For more information please contact us at https://brilyant.com/contact/

Monday, October 15, 2018

Scan a Document on a Mac using iPhone and iPad

With New Continuity feature on macOS Mojave and iOS 12 many app on Mac works with continuity camera including Pages Numbers and Keynote. you can now Take a Photo or Scan a Document using iPhone camera or Scan a document.

How to add a Photo or Scan a document:


  • Open your document
  • Right click on a Space with in the document Insert From iPhone or from Menu Insert > Insert from iPhone.
  • Hover to Import from iPhone or iPad
  • Click what you want to do i.e Take a Photo or Scan a Document
  • You can see the camera of iPhone or iPad is active
  • Click Save once done
  • Photo or Scan a Document will appear in your Document page.


Tuesday, September 18, 2018

Prepare for Mac OS 10.14 aka Mojave

Apple will release macOS 10.14, aka Mojave, on Monday, Sept. 24 as per APPLE EVENT ANNOUNCEMENT.

Let’s  Prepare for Mac OS 10.14  aka Mojave
Before we  install or upgrade we require to backup first.
We can backup as follow:
Timemachine backup (https://support.apple.com/en-in/HT201250
manually copying the data to external HDD 
if you are using iCloud upload the documents to iCloud.


It is determined that 20GB of storage space should be more than enough to install macOS Mojave if you are out of space you can optimise (https://support.apple.com/en-us/HT206996)

If you are in enterprise you have the option to stop updating Mojave using MDM upto 90 days.

If your enterprise has more Mac and which needs to be upgraded to Mojave I recommend to set up content cache service ( https://support.apple.com/guide/mac-help/manage-content-caching-mchl3b6c3720/mac )




macOS Mojave can be download from App Store on Mac computers running the latest version of OS X El Capitan or later.
To download from App Store Apple ID and password will be required.

Upgrade to Mojave:
1) Download Mojave from App Store 
2) once downloaded installer will launch  if not update is saved in Application folder which can be accessed from launch pad.
3) follow on screen instructions and it will be followed by restart.


Clean Install 
1) Download Mojave from App Store 
2) once downloaded installer will launch close the application or update is saved in Application folder which can be accessed from launch pad.
3) Using terminal command or third party tool create a USB install media.
4) Go to system Preference- startup disk- choose the installer you have created and restart.
5) Go to Disk utility and erase the storage and close the window and come back to main screen.
6) select reinstall a copy of Mac OS, agree terms and conditions 
7) follow on screen instructions 
8) Set a New Mac.

Saturday, January 10, 2015

Terminal Commands

cd

change directory

chown

change ownership

chmod

change permission modifiers

cp

copy a file or directory

sudo

DANGER! become super user root DANGER!

xargs

execute arguments

exit

exit the shell

export

export/set a new environment variable

find

find files

grep

find things inside files

apropos

find what man page is appropriate

ls

list directory

env

look at your environment

mkdir

make directory

mv

move a file or directory
                    hostname
my computer's network name

less

page through a file

popd

pop directory

echo

print some arguments

cat

print the whole file

pwd

print working directory

pushd

push directory

man

read a manual page

rmdir

remove directory