Posted On March 31, 2019

How to find MacOS Version

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to find MacOS Version
  1. From the Apple menu, choose About This Mac. The version number of OS X you’re using appears directly below the words “OS X.”
  2. Click the version number to see the specific build number of OS X you are using.

That’s all I know about this OS.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Last Logon Dates of List of AD Accounts

import-module activedirectory$output=""Get-Content C:\Users\kimconnect\Desktop\targetAccounts.txt | Foreach-Object -Process{ #  cast an array object as string before using…

How To Set Up an FTP Server in Windows Server 2003

Turn on FTP service:   Setup Home folders and security features:   Remember to allow…

Active Directory: Differences between Domain Local, Global, Universal Groups

Domain Local Groups: can contain users from any domain, but they can only be used…