Friday, May 21, 2021

Microsoft Certifications 2021

Microsoft Certifications 2021





Administrator certifications

Administrator certifications

Explore administrator certifications most sought after by employers

Microsoft Certified: Azure for SAP Workloads Specialty

Requirements: Exam AZ-120
Architects or engineers for Microsoft Azure for SAP Workloads have extensive experience and knowledge of the SAP system landscape and industry standards that are specific to the long-term operation of an SAP solution on Azure.

Microsoft Certified: Windows Virtual Desktop Specialty

Requirements: Exam AZ-140
Candidates for the Windows Virtual Desktop Specialty certification are Microsoft Azure administrators with subject matter expertise in planning, delivering, and managing virtual desktop experiences and remote apps, for any device, on Azure.

Microsoft Certified: Azure Stack Hub Operator Associate

Requirements: Exam AZ-600
Candidates for the Azure Stack Hub Operator Associate certification are Azure administrators or Azure Stack Hub operators who provide cloud services to end users or customers from within their own datacenter using Azure Stack Hub.

Microsoft Certified: Identity and Access Administrator Associate

Requirements: Exam SC-300
The Microsoft Identity and Access Administrator designs, implements, and operates an organization’s identity and access management systems by using Azure AD. They manage tasks such as providing secure authentication and authorization access to enterprise applications.

Microsoft Certified: Information Protection Administrator Associate

Requirements: Exam SC-400
The Information Protection Administrator plans and implements controls that meet organizational compliance needs. This person is responsible for translating requirements and compliance controls into technical implementation. They assist organizational control owners to become and stay compliant.












Solutions Architect certifications


Solutions Architect certifications

Explore solutions architect certifications most sought after by employers

Microsoft Certified: Dynamics 365: Finance and Operations Apps Solution Architect Expert

Requirements: Exam MB-700
As a candidate for this certification, you’re a Dynamics 365 professional who advises stakeholders and translates business requirements into secure, scalable, and reliable solutions. You design cohesive solutions for your customers because you know how to work with the essential architectural components of Dynamics 365 finance and operations apps.

Microsoft Certified: Azure for SAP Workloads Specialty

Requirements: Exam AZ-120
Architects or engineers for Microsoft Azure for SAP Workloads have extensive experience and knowledge of the SAP system landscape and industry standards that are specific to the long-term operation of an SAP solution on Azure.

Microsoft Certified: Power Platform Solution Architect Expert

Requirements: Exam PL-600
Power Platform Solution Architect Experts work with stakeholders and focus on solutions that affect their organization’s broad business and technical needs. Candidates have functional and technical knowledge of Power Platform, Dynamics 365 customer engagement apps, related Microsoft cloud solutions, and third-party technologies.












IT Consultant

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

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...