In the realm of IT management, efficiency is king. Enter PDQ Deploy and PDQ Inventory, the dynamic duo designed to simplify the nuts and bolts of software deployment and asset management across networks. If you're stepping into the world of IT administration and find yourself needing these tools on your Windows 10 or 11 machine, you're in luck—thanks to the Windows Package Manager, commonly known as Winget. Today, we’ll break down how to smoothly install PDQ using Winget, making it as easy as pie.
This command will catalog all available PDQ software in the Winget repository.
This command will seamlessly download and install PDQ Deploy on your system.
Similar to before, this will download and install the inventory management tool.
This will display their versions and ensure that everything was installed correctly.
For PDQ Inventory, the command is similar:
Running these commands regularly ensures that you’re always harnessing the latest features and security updates.
To remove PDQ Deploy:
And for PDQ Inventory:
Feel free to explore other tools available via Winget, such as Terraform and Microsoft Teams, expanding your IT toolkit with just a few simple commands. Happy deploying!
Source: How2shout Installing PDQ Using Winget on Windows 11 or 10
What Are PDQ Deploy and PDQ Inventory?
Before diving headfirst into installation, let’s clarify what PDQ Deploy and PDQ Inventory do. PDQ Deploy automates the entire software distribution process, ensuring that software applications are deployed seamlessly across all your machines. Meanwhile, PDQ Inventory tracks the hardware and software assets within your network, providing invaluable oversight for IT administrators.Step-by-Step Guide to Installing PDQ
Step 1: Verify Winget Installation
First things first—you need to ensure that Winget is up and running on your Windows system. To do this:- Open PowerShell or Terminal as Administrator by right-clicking the Start button and selecting either option from the menu.
- Type the following command:
Code:bash winget
Step 2: Search for PDQ Packages in Winget
With Winget ready to roll, the next step involves confirming the availability of PDQ tools. Run this command:
Bash:
winget search PDQ
Step 3: Install PDQ Deploy Using Winget
Once confirmed that PDQ Deploy is in the repository, you can initiate the installation process. Enter the command:
Bash:
winget install PDQ.PDQDeploy
Step 4: Install PDQ Inventory Using Winget
Following the successful installation of PDQ Deploy, it's time to grab PDQ Inventory. Stick with Winget and execute:
Bash:
winget install PDQ.PDQInventory
Step 5: Confirm Installation
After performing the previous steps, both PDQ Deploy and Inventory should now reside on your system. To confirm this, you can check the list of installed PDQ products by running:
Bash:
winget list PDQ
Step 6: Keeping PDQ Updated
To keep your software shipshape, you can easily update your PDQ tools using Winget. To upgrade PDQ Deploy, simply run:
Bash:
winget upgrade PDQ.PDQDeploy
Bash:
winget upgrade PDQ.PDQInventory
Uninstalling PDQ
If you need to uninstall either tool for any reason, Winget has got you covered. Use these commands:To remove PDQ Deploy:
Bash:
winget uninstall PDQ.PDQDeploy
Bash:
winget uninstall PDQ.PDQInventory
Conclusion
By leveraging the power of Winget, installing and managing PDQ Deploy and Inventory becomes an effortless task for IT professionals. Not only does it save time, but it also allows for easy access to the latest versions, making software management more efficient than ever before. So whether you're automating deployments or keeping track of hardware inventories, you're now armed with the knowledge to get PDQ up and running smoothly on your Windows 10 or 11 machine.Feel free to explore other tools available via Winget, such as Terraform and Microsoft Teams, expanding your IT toolkit with just a few simple commands. Happy deploying!
Source: How2shout Installing PDQ Using Winget on Windows 11 or 10