How to Install Microsoft Company Portal Using Winget on Windows 10/11

  • Thread Author
In the ever-evolving landscape of enterprise software, the Microsoft Company Portal app stands as a crucial tool for ensuring that employees can securely access their organization’s resources. For users of Windows 11 or Windows 10, installing the Company Portal using the Windows Package Manager (Winget) makes this task not just easy but also incredibly efficient. Let’s dive into the straightforward process of getting this essential application up and running seamlessly on your work device.

What is the Company Portal?​

The Company Portal is primarily linked with Microsoft Intune, which is a robust Mobile Device Management (MDM) and Mobile Application Management (MAM) service. It allows IT administrators to manage devices and data securely while giving employees the ability to check compliance, access company apps, and download tools that conform to their organization's security policies. In short, it’s the gateway to your company’s digital workspace.

Understanding Winget​

Winget, or the Windows Package Manager, is a command-line tool that simplifies software installation and management on Windows. It allows users to install, upgrade, and uninstall applications directly from the command line, tapping into a repository that includes software curated for Windows. With the advantage of speedy installations and batch processing capabilities, Winget is an indispensable tool for tech-savvy users and IT departments alike.

Prerequisites for Installation​

Before beginning, ensure that you are using Windows 10 (version 1809) or later, or Windows 11. Additionally, administrative privileges are required to run the commands necessary for the installation of the Company Portal app.

Step-by-Step Installation Guide​

Step 1: Open Command Prompt with Admin Privileges​

  1. Access the Terminal: Press Win + X and select Terminal (Admin) from the menu. If prompted, confirm the User Account Control (UAC) by selecting Yes.

Step 2: Search for the Company Portal Package​

  1. Check for Availability: In the command prompt, type the following command to search for the Company Portal package:
    Code:
    bash winget search Company
    This command lists all relevant packages. Look for the “Company Portal” in the display.

Step 3: Install the Company Portal Using Winget​

  1. Execute the Installation: Assuming you see the Company Portal package listed, run this command to install it:
    Code:
    bash winget install "Company Portal"
    The installation process will begin, and it may take a few minutes depending on your internet speed.

Step 4: Verify the Installation​

  1. Check if Installation Was Successful: You can open the Company Portal by searching for it in the Start Menu. Alternatively, use the following command to verify its installation:
    Code:
    bash winget list "Company Portal"

Step 5: Sign In and Configure the Company Portal​

  1. Log In: Upon launching the Company Portal app, a sign-in page will appear. Enter your organizational credentials. Depending on your company's configuration, you may need to:
    • Enroll your device in Intune.
    • Accept any security policies.
    • Install essential apps specific to your organization.

Keeping Your Company Portal Updated​

To ensure that your Company Portal is up-to-date, Winget can also be used to download and install future updates with:
Bash:
 winget upgrade "Company Portal"

Uninstallation​

If you ever need to remove the Company Portal, simply run this command:
Bash:
 winget uninstall "Company Portal"

Conclusion​

Installing the Microsoft Company Portal via Winget is not only a straightforward process but also a time-saver, especially for IT administrators managing numerous devices. This guide serves as a simple reference for anyone looking to quickly integrate the Company Portal into their Windows 10 or 11 environment.
If you encounter any issues during the installation, don't hesitate to consult the official Microsoft documentation for troubleshooting guidance. Additionally, feel free to share your questions or experiences in the WindowsForum community—we thrive on shared knowledge!
As technology continues to evolve, staying compliant with organizational policies through tools like the Company Portal is more important than ever. So get that app installed and enjoy the secure access it provides to your essential work resources!
Source: How2shout How to Install Company Portal with Winget on Windows 11 or 10
 


Back
Top