Wednesday, April 28, 2021

How to get old versions of macOS

 How to get old versions of macOS

As per reference: 

https://support.apple.com/en-ca/HT211683

How to get old versions of macOS

If your Mac isn't compatible with the latest macOS, you might still be able to upgrade to an earlier macOS, such as macOS Catalina, Mojave, High Sierra, Sierra, or El Capitan.

To get the latest features and maintain the security, stability, compatibility, and performance of your Mac, it's important to keep your software up to date. Apple recommends that you always use the latest macOS that is compatible with your Mac.

Learn how to upgrade to macOS Big Sur, the latest version of macOS.

Check compatibility

If a macOS installer can't be used on your Mac, the installer will let you know. For example, it might say that it's too old to be opened on this version of macOS, or that your Mac doesn't have enough free storage space for the installation.

To confirm compatibility before downloading, check the minimum requirements for macOS CatalinaMojaveHigh SierraSierraEl Capitan, or Yosemite. You can also find compatibility information on the product-ID page for MacBook ProMacBook AirMacBookiMacMac mini, or Mac Pro.

 


Make a backup

Before installing, it’s a good idea to back up your Mac. Time Machine makes it simple, and other backup methods are also available. Learn how to back up your Mac.

 


Download macOS

It takes time to download and install macOS, so make sure that you're plugged into AC power and have a reliable internet connection.

Safari uses these links to find the old installers in the App Store. After downloading from the App Store, the installer opens automatically.

Safari downloads the following older installers as a disk image named InstallOS.dmg or InstallMacOSX.dmg. Open the disk image, then open the .pkg installer inside the disk image. It installs an app named Install [Version Name]. Open that app from your Applications folder to begin installing the operating system.

 


Install macOS

Follow the onscreen instructions in the installer. It might be easiest to begin installation in the evening so that it can complete overnight, if needed.

If the installer asks for permission to install a helper tool, enter the administrator name and password that you use to log in to your Mac, then click Add Helper.

Please allow installation to complete without putting your Mac to sleep or closing its lid. Your Mac might restart, show a progress bar, or show a blank screen several times as it installs macOS and related firmware updates.

 


Learn more

You might also be able to use macOS Recovery to reinstall the macOS you're using now, upgrade to the latest compatible macOS, or install the macOS that came with your Mac.

Published Date: 




IT Consultant 

www.inCOREporation.com


How to create a bootable installer for macOS

 How to create a bootable installer for macOS

As from the reference: 

https://support.apple.com/en-us/HT201372


You can use an external drive or secondary volume as a startup disk from which to install the Mac operating system.

These advanced steps are primarily for system administrators and others who are familiar with the command line. You don't need a bootable installer to upgrade macOS or reinstall macOS, but it can be useful when you want to install on multiple computers without downloading the installer each time.

What you need to create a bootable installer

  • A USB flash drive or other secondary volume formatted as Mac OS Extended, with at least 14GB of available storage
  • A downloaded installer for macOS Big Sur, Catalina, Mojave, High Sierra, or El Capitan

Download macOS

  • Download: macOS Big SurmacOS CatalinamacOS Mojave, or macOS High Sierra 
    These download to your Applications folder as an app named Install macOS [version name]. If the installer opens after downloading, quit it without continuing installation. To get the correct installer, download from a Mac that is using macOS Sierra 10.12.5 or later, or El Capitan 10.11.6. Enterprise administrators, please download from Apple, not a locally hosted software-update server. 
  • Download: OS X El Capitan
    This downloads as a disk image named InstallMacOSX.dmg. On a Mac that is compatible with El Capitan, open the disk image and run the installer within, named InstallMacOSX.pkg. It installs an app named Install OS X El Capitan into your Applications folder. You will create the bootable installer from this app, not from the disk image or .pkg installer.

Use the 'createinstallmedia' command in Terminal

  1. Connect the USB flash drive or other volume that you're using for the bootable installer. 
  2. Open Terminal, which is in the Utilities folder of your Applications folder.
  3. Type or paste one of the following commands in Terminal. These assume that the installer is in your Applications folder, and MyVolume is the name of the USB flash drive or other volume you're using. If it has a different name, replace MyVolume in these commands with the name of your volume.

Big Sur:*

sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Catalina:*

sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

Mojave:*

sudo /Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

High Sierra:*

sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume

El Capitan:

sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app

* If your Mac is using macOS Sierra or earlier, include the --applicationpath argument and installer path, similar to the way this is done in the command for El Capitan.


After typing the command:

  1. Press Return to enter the command.
  2. When prompted, type your administrator password and press Return again. Terminal doesn't show any characters as you type your password.
  3. When prompted, type Y to confirm that you want to erase the volume, then press Return. Terminal shows the progress as the volume is erased.
  4. After the volume is erased, you may see an alert that Terminal would like to access files on a removable volume. Click OK to allow the copy to proceed. 
  5. When Terminal says that it's done, the volume will have the same name as the installer you downloaded, such as Install macOS Big Sur. You can now quit Terminal and eject the volume.


Use the bootable installer

Apple silicon

  1. Plug the bootable installer into a Mac that is connected to the internet and compatible with the version of macOS you're installing.
  2. Turn on your Mac and continue to hold the power button until you see the startup options window, which shows your bootable volumes.
  3. Select the volume containing the bootable installer, then click Continue.
  4. When the macOS installer opens, follow the onscreen instructions.

Intel processor

  1. Plug the bootable installer into a Mac that is connected to the internet and compatible with the version of macOS you're installing.
  2. Press and hold the Option (Alt) ⌥ key immediately after turning on or restarting your Mac.
  3. Release the Option key when you see a dark screen showing your bootable volumes.
  4. Select the volume containing the bootable installer. Then click the up arrow or press Return. 
    If you can't start up from the bootable installer, make sure that the External Boot setting in Startup Security Utility is set to allow booting from external media.
  5. Choose your language, if prompted.
  6. Select Install macOS (or Install OS X) from the Utilities window, then click Continue and follow the onscreen instructions.


Learn more

A bootable installer doesn't download macOS from the internet, but it does require an internet connection to get firmware and other information specific to the Mac model.

For information about the createinstallmedia command and the arguments you can use with it, make sure that the macOS installer is in your Applications folder, then enter the appropriate path in Terminal:

/Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia
/Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia
/Applications/Install\ macOS\ Mojave.app/Contents/Resources/createinstallmedia
/Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia
/Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createinstallmedia
Published Date: 





IT Consultant

www.inCOREporation.com

Tuesday, April 27, 2021

inventory forecasting food manufacturing

 inventory forecasting food manufacturing



Hi i would like to speak to someone about your product, i am located in canada and have some leads in the food manufacturing industry needing and inventory forecasting solution, so they can project their production level in advance at different warehouses. My phone number is 514-777-4527 Frederic 




STOCKTRIM.COM

https://www.stocktrim.com/contact






CA.SYSPRO.COM

https://ca.syspro.com/company/contact/


https://ca.syspro.com/thank-you/?submissionGuid=a9d2fd24-02e1-42e2-a25e-d2c07e2bad3d


Hi i would like to speak to someone about your product, i am located in canada and have some leads in the food manufacturing industry needing and inventory forecasting solution, so they can project their production level in advance at different warehouses. My phone number is 514-777-4527 Frederic







INVENTORY PLANNER

https://www.inventory-planner.com/features


https://www.youtube.com/watch?v=lVTkOqJqouY







IT Consuling

www.inCOREporation.com

Wednesday, April 21, 2021

Registraire des Entreprises Quebec - Business administration

Registraire des Entreprises Quebec - Business administration



Declaration initiale si pas fait lors de la declaration de l'enregistrement de l'immatriculation. 

Formulaire re-200

http://www.registreentreprises.gouv.qc.ca/documents/formulaires/re-200(2017-04)dxi.pdf





IT Consultant

www.inCOREporation.com

Monday, April 19, 2021

Acronis Cyber Protect Cloud 2021

Acronis Cyber Protect Cloud 2021

New pricing and licensing model for Acronis Cyber Protect Cloud

https://promo.acronis.com/Global-FY21-Q2-EN-Igloo_Launch_Assets_Page_LandingPagewithoutform.html


Acronis Cyber Protect Cloud - Core - Product Deck

https://promo.acronis.com/rs/929-HVV-335/images/PP-Acronis-Cyber-Protect-Cloud-Core-EN-US-200330.pdf


Acronis Cyber Cloud 21.03 Licensing

https://promo.acronis.com/rs/929-HVV-335/images/PP-Acronis-Cyber-Cloud-C21.03-Migration-Guide-EN-US-210324.pdf


Cyber Cloud Solutions

WHMCS

https://solutions.acronis.com/whmcs/






IT Consultant

www.inCOREporation.com

HTTP to HTTPS Redirection - Apache - SSL TLS Web

HTTP to HTTPS Redirection - Apache - SSL TLS Web


Our Linux Servers have the mod_rewrite module enabled. You can make use of this module to automatically redirect your visitors from HTTP to HTTPS.

Setting the HTTPS Redirection

  1. Ensure that the Digital Certificate is properly installed on your Hosting Order, and the site is resolving on https://yourdomainname.com.

    NOTE

    Your site will work on https://yourdomainname.com or https://www.yourdomainname.com or https://subdomain.yourdomainname.com, depending on the Common Name for which you had the certificate issued. Resolving HTTPS on anything other than this Common Name would result in a certificate name mismatch error.

  2. Create a .htaccess file under the site's directory and add the following lines to it. In case there already exists a .htaccess in your site's directory, carefully edit it to add these lines:

    RewriteEngine On 
    RewriteCond %{HTTPS} off 
    RewriteRule (.*) https://<common_name>%{REQUEST_URI}

<common_name> needs to be replaced by the Common Name for which the Digital Certificate is issued.



IT Consultant 

www.inCOREporation.com




Thursday, April 15, 2021

EaseUS Data and Disk management software utilities

 EaseUS Data and Disk management software utilities

https://www.easeus.com


30% off code "business"

EaseUS Data Recovery Wizard Technician

Data Recovery Solution for Business and Service Providers 

https://www.easeus.com/datarecoverywizardpro/drwpro-unlimited.htm


$500




EaseUS Partition Master Enterprise 

Feature-rich Software to Optimize Partitions and System 

https://www.easeus.com/partition-manager/epm-enterprise.html


$700


EaseUS Todo PCTrans Technician

Comprehensive Migration Solution For Business

$700-$999


EaseUS Disk Copy Technician 

Key Features of EaseUS Disk Copy

$300



IT Consultant

www.inCOREporation.com

Thursday, March 11, 2021

Data Recovery

Data Recovery


RECUVA


STELLAR DATA RECOVERY

Windows XP - 10

https://www.stellardatarecovery.com/



UNDELETE SERVER

Windows servers and clients

https://condusiv.com/



GETDATA

RECOVER MY FILES 

Windows Desktops. Computer FORENSICS

https://getdata.com/recovermyfiles/data-recovery-software-purchase.php



REMO SOFTWARE 

REMO RECOVER 
Restore Deleted Files In Windows Server 2008

https://www.remorecover.com/windows/recover-deleted-files-from-windows-server-2008.html



EaseUS® Data Recovery

DATA RECOVERY all OS 
Data Recovery Solution for Business and Service Providers

https://www.easeus.com/datarecoverywizardpro/drwpro-unlimited.htm



PROSOFT ENG

Data Recovery and File Loss Prevention

PC and Mac

https://www.prosofteng.com/






IT Consultant

www.inCOREporation.com

Tuesday, March 9, 2021

Microsoft Power Platform PowerApps WebApps

 

Microsoft Power Platform Center of Excellence (CoE) Starter Kit

As of the article at

https://docs.microsoft.com/en-us/power-platform/guidance/coe/starter-kit


POWERAPPS

https://powerapps.microsoft.com/en-us/


aka.ms/appinaday (demo workshop)


Microsoft Power Platform Center of Excellence (CoE) Starter Kit

A Center of Excellence (CoE) in an organization drives innovation and improvement and brings together like-minded people with similar business goals to share knowledge and success, while at the same time providing standards, consistency, and governance to the organization.

The Microsoft Power Platform CoE Starter Kit is a collection of components and tools that are designed to help you get started with developing a strategy for adopting and supporting Microsoft Power Platform, with a focus on Power Apps and Power Automate.

Overview icon

Overview
Define goals and expected outcomes of your CoE

Overview icon

Admin
Gain insights into your Microsoft Power Platform adoption

Overview icon

Govern
Establish audit and compliance processes

Overview icon

Nurture
Accelerate your adoption by thriving with a community of makers

Video: Quick overview

Watch a quick overview of the CoE Starter Kit.

Microsoft Power Platform admin guide
Application lifecycle management (ALM) with Microsoft Power Platform
Power BI documentation
Power Apps documentation
Power Automate documentation
Power Virtual Agents documentation

 Note

Can you tell us about your documentation language preferences? Take a short survey.

The survey will take about seven minutes. No personal data is collected (privacy statement).








Licensing overview for Microsoft Power Platform


Licensing overview for Microsoft Power Platform

The topics in this section provide detailed information about Power Apps and Power Automate licensing.

For information about:

Power Apps and Power Automate Standalone plans

Standalone Power Apps and Microsoft flow plans provide users the ability to create and run apps across data sources that extend beyond Microsoft 365, such as Salesforce, on-premises and custom data sources. These plans also include access to Dataverse to store and manage data. Learn more: What is Dataverse?

More details around pricing and capabilities of standalone plans can be found in Microsoft Power Apps and Power Automate Licensing Guide.

Power Apps/Power Automate for Microsoft 365

Power Apps/Power Automate capabilities for Microsoft 365 enable users to extend and customize the Office experience with Power Apps and Power Automate. Users can create applications and flows based on Microsoft 365 data. These productivity apps can also utilize data outside of Microsoft 365 by connecting to common services including Box.com, Facebook, and many more via the use of standard connectors.

Here is a brief overview of capabilities included with Power Apps for Microsoft 365 plan. More details around which Microsoft 365 plans include these capabilities can be found in Microsoft Power Apps and Power Automate Licensing Guide

POWER APPS/POWER AUTOMATE FOR MICROSOFT 365
FunctionalitiesPower Apps for Microsoft 365
Create, run and share appsYes
Run canvas apps in context of Microsoft 365Yes
Connect to Microsoft 365 dataYes
Connect to cloud services using standard connectorsYes
Run apps in a browser or Power Apps mobile for iOS and AndroidYes
Run Canvas apps offlineYes
Support for data policies established by the Microsoft 365 administratorYes
Access on-premises data or use premium or custom connectors-
Access to Microsoft DataverseYes (see the next section for details)

Dataverse capabilities with Microsoft 365 licenses

As Dataverse continues to grow, more Microsoft applications like Microsoft Project are using Dataverse. To enable these Microsoft applications, limited Dataverse functionality is added to select Microsoft 365 licenses. This is achieved by adding a new service plan named "Dataverse" to the Microsoft 365 licenses. To see the new service plan in the Microsoft 365 admin center, select a user, select the Licenses and Apps tab, and then scroll down and expand the Apps section.

Dataverse license

Capabilities included

Dataverse functionality required by other Microsoft 365 applications appears as the "Dataverse" service plan in the Apps section of the Microsoft 365 admin center.

This new service plan allows select Microsoft 365 applications to take advantage of Dataverse as a platform for storing application data and use the underlying business logic tier as part of extending application capabilities. This extension also helps these applications to use Dataverse instances within the default environment. However, if you need to create a Dataverse instance within production or sandbox environments (other than the default environment), you're still required to have a premium Power Apps or Power Automate license.

These limited capabilities of Dataverse are only available through select Microsoft 365 licenses and can't be used to run any custom Power Apps applications or Power Automate flows, or run any Power Virtual Agent bots, or use any other data that doesn't belong to the Microsoft 365 applications that take advantage of these capabilities.

These limited capabilities aren't the common set included with every Office application. They can be different based on the Microsoft 365 applications that use these capabilities. For the complete list of various limited capabilities, customers should refer to the service description of these Microsoft 365 applications that contain these Dataverse plans. These limited capabilities of Dataverse don't entitle the licensed user to run standalone Power Apps or Power Automate, or any other Microsoft Power Platform applications that use Dataverse.

Review the Microsoft Project Service description for more details on the limited use of Dataverse that comes with Project.

Frequently asked questions

What are the select Office applications where Dataverse plans are included?

For now, the Dataverse service plan is included for Project. This list will evolve as more Office applications take advantage of Dataverse and Microsoft Power Platform.

Does this addition of Dataverse in Microsoft 365 mean that customers don't need a Power Apps license to use Dataverse?

No, the capabilities of Dataverse included with select Microsoft 365 licenses don't allow customers to create custom apps with Power Apps or use the premium connectors with Power Automate. The capabilities included with this license entitle Microsoft 365 applications to use Dataverse for the purpose of enhancing the capabilities of the base Microsoft 365 application where Dataverse is included.

If customers can't use Dataverse, why is this being shown in the Microsoft 365 admin center during the license assignment experience?

The service plan for Dataverse is shown to provide visibility to customers that Dataverse is being used to store and manage customer data related to the Microsoft 365 application that's using Dataverse. Additionally, this was communicated to all customers so that customers can prepare for this change and update any internal training or user documentation that they might need.

What will be the impact if the service plan for Dataverse is turned off (unselected)?

Dataverse functionality appears as the Common Data Service plan in the Apps section of the Microsoft 365 admin center. Turning off the service plan will result in the Microsoft 365 features being disabled for the users of such a license. For example, when this capability is turned off, any Office application reading data from Dataverse will fail to load for the user.

When can Office-licensed users be seen inside of Dataverse?

Users who have any Microsoft Power Platform or Dynamics 365 license are always synced into the Dataverse environments. However, for Office licenses where Dataverse service plans are included, users aren't automatically synced into Dataverse until the Office application is accessed by the user. After this occurs, the user can get access to Dataverse entities and records based on the additional security roles and privileges that the administrator assigned to this user. Such users, who just have the Office license, aren't automatically assigned any other security roles or privileges, other than the Maker role privilege in the default environment. As a security best practice, the administrator needs to ensure that security roles and privileges are assigned based on functional roles and needs only, and not automatically assigned based on the user being synced or present in Dataverse.

Known issues

  • If you're an existing customer and a user with this license who comes directly to Dataverse, you might get an error message that states "You are not a member of the organization." We're addressing this problem in the coming weeks.
  • We currently sync some of these Microsoft Dataverse licensed users to all Dataverse environments. We're addressing this right now. Currently, these users won't be able to open Power Apps for Microsoft 365 with this license.

Community Plan

If you want to build skills and learn more about Power Apps, Power Automate, and Dataverse, the Power Apps Community Plan is the right plan for you. The Power Apps Community Plan gives you a free development environment for individual use to learn with full functionality of Power Apps. More information: Power Apps Community Plan.

Power Apps and Power Automate for Dynamics 365

Power Apps is the platform to customize and extend applications in Dynamics 365, such as Dynamics 365 Sales and Customer Service, in context of the use rights.

Dynamics 365 Applications can be customized using Power Apps and Power Automate capabilities.

More information: Dynamics 365 Licensing Guide.

 Note

Can you tell us about your documentation language preferences? Take a short survey.

The survey will take about seven minutes. No personal data is collected (privacy statement).





IT Consultant 

www.inCOREporation.com


Featured Posts

Exchange Online Limits - Office 365 Distribution group limits

Exchange Online Limits - Office 365 Distribution group limits What are Exchange Online Limits What are Office 365 Distribution group limi...