Last Update: Nov 19, 2024
Ansible is the most widely used DevOps tool for managing changes across your cloud or data center infrastructure. In this article, you will get an overview of how Ansible works and how you can get started with it. What is Ansible? Ansible is an automation platform tool used for easily deploying applications and system configurations on multiple servers. It can be used…
AWS Backup provides centralized data protection for your essential Amazon Web Services (AWS) services, as well as hybrid workloads leveraging on-premises VMware and VMware Cloud on AWS. AWS Backup is a fully managed, policy-based backup service that enables data protection at scale. Earlier this month, Amazon announced a couple of important enhancements to AWS Backup for…
Last Update: May 05, 2025
Robocopy is a powerful command-line tool for Windows that allows users to synchronize files and folders from one location to another. Learn more about everything you can do with Robocopy here. What is Robocopy? Robocopy stands for “Robust File Copy.” It is a powerful (and potentially scary) command-line utility to copy or move files from…
Cloud Conversations is a weekly podcast that we’ll be featuring here on Petri. It’s about everything connected to cloud computing, including technologies like Azure, Microsoft 365, Power Platform, Microsoft Endpoint Manager (MEM), Microsoft Defender, Windows, Intune, and much more! Cloud Conversations – Zoe Wilson on Viva, Career & Community Journeys Zoe Wilson is Microsoft MVP for Office Apps & Services,…
Microsoft has started rolling out a new update for its Teams collaboration service that should help users to make their presentations more engaging. The Presenter Mode feature in the Teams desktop app now lets presenters move and resize their video feeds. “Now, presenters can decide how they will be shown with respect to the content….
Microsoft has published details about a critical security vulnerability dubbed “Spring4Shell” in the Spring Framework for Java. The Redmond giant recommends its Azure cloud service customers to patch the critical remote code execution (RCE) exploit immediately. Disclosed by the WMware owned Spring on March 31, the company has already deployed a hotfix to address the…
Microsoft is holding its “Windows Powers the Future of Hybrid Work” digital event this morning, where Chief Product Officer Panos Panay announced some new security and management experiences for Windows 11. The company has announced security enhancements such as phishing protection capabilities, Smart App Control, as well as a premium endpoint management solution for helpdesk…
Microsoft is planning to roll out a couple of new experiences to Windows 11 users. Indeed, the biggest news is a redesigned Windows 11 File Explorer app with contextual suggestions that makes it easier for users to find important documents. The company also detailed new AI-powered meeting features and Windows 365 integrations. “The redesigned, cloud-powered…
Microsoft has released a preview version of Arm support on Azure virtual machines (VMs). The company claims that its new Arm-powered Azure VMs should offer up to 50 percent better price-performance compared to similar instances with x86-based processors. “The new Azure Virtual Machines, featuring the Ampere Altra Arm-based processor, further extend our portfolio of compute…
Microsoft has announced the general availability of System Center 2022, its datacenter management suite for enterprise customers. The first new feature that the company highlighted today is support for Windows Server 2022 and Azure Stack HCI 21H2. This means that IT Admins can now use the System Center Virtual Machine Manager for managing Azure Stack…
Last Update: Aug 05, 2022
Organizations looking to move some or all of their file systems to cloud storage have choices. The options from the two biggest public cloud service providers are Microsoft Azure Files, Amazon Elastic File System (EFS), or Amazon FSx. All these platforms offer cloud-based serverless storage, allowing you to avoid maintaining complex file systems. This article compares these options based on 4 key parameters –…
Last Update: Jun 08, 2025
PowerShell is a command-line tool developed by Microsoft for automating common administrative tasks. A script is a collection of PowerShell commands, stored into a text file, with a *.ps1 file extension. When executing a PowerShell script, the interpreter reads the file and runs the commands sequentially. Windows 11 run PowerShell script is an easy process…