Search

Tag: powershell

View:
Brandon Lee
  • Brandon Lee
  • May 23, 2023

PowerCLI 13.1 Released – New Features

VMware PowerCLI 13.1 has just been released, and it’s packed with incredible new features and enhancements that will revolutionize your vSphere environments. It’s a must-have tool for VMware admins and developers worldwide. And the best part? It’s free!
Read more
Didier Van Hoye
  • Didier Van Hoye
  • May 12, 2022

Customized DUO MFA for Veeam hardened repositories – Part II

In Part 1, we discussed the technology behind Duo Multi-Factor Authentication (MFA) and how to configure it to protect the credentials for a Veeam hardened repository. We continue the cybersecurity topic, following the steps necessary for adding a public key authentication and making sure it works with the established configuration.
Read more
Nicolas Prigent
  • Nicolas Prigent
  • November 2, 2021

How to Start Azure DevOps Releases Using PowerShell?

Release Pipelines in Azure DevOps is incredibly handy for your entire software delivery. While Azure DevOps has various automation features for projects within, you can also automate various tasks regarding Azure DevOps itself. There are many ways to start your release, and today show you how to run your release through PowerShell.
Read more
Nicolas Prigent
  • Nicolas Prigent
  • August 26, 2021

How to display notifications on Windows 10 using PowerShell?

Notifications can be incredibly useful for displaying vital information on your machine or on a remote user workstation, for example. You can create and display your desired notifications using PowerShell and a custom GitHub module for it — BurntToast. To enjoy this technique though, you’d have to use Windows 10 or Windows Server 2019.
Read more
Didier Van Hoye
  • Didier Van Hoye
  • July 15, 2021

SMB over QUIC Testing Guide – Part II

In Part 1 we focused on overall information on SMB over QUIC and how to make the necessary preparations for all to function well. Today, we’ll focus on the technicalities. It will be somewhat a tedious process but we’ve laid out everything in minute detail, so you don’t have to break your neck trying to figure it all out ?
Read more
Didier Van Hoye
  • Didier Van Hoye
  • July 13, 2021

SMB over QUIC Testing Guide – Part I

Previously, we discussed how Windows Server 2022 is continuing to push the QUIC networking transport protocol on top of UDP. In this article, we’ll focus on SMB storage protocol over QUIC, how it prevents server spoofing, how it’s integrated into the client and the server, how to prepare for its work, and other related topics.
Read more
Nicolas Prigent
  • Nicolas Prigent
  • January 5, 2021

How to Use Azure REST API with PowerShell

Getting comprehensive information on each and every virtual machine (VM) is a pain. To make things easier, Microsoft introduced Azure Resource Graph. You can now use a simple PowerShell script and receive contextual VM data at scale across your given set of subscriptions. No need to surf through every single one separately anymore.
Read more
Nicolas Prigent
  • Nicolas Prigent
  • December 17, 2020

Using PowerShell Tasks and Parameters in Azure DevOps Pipelines

Azure DevOps is a very powerful product that encompasses the whole application lifecycle, including DevOps capabilities. Release Pipelines is one of the features that helps automate the testing and delivery of desired applications to end-users on multiple stages. But to use it properly, you should know how to couple it with PowerShell Tasks.
Read more
Florent Appointaire
  • Florent Appointaire
  • October 29, 2020

Cleaning Your Azure Subscription Policies

For a number of reasons, you may want to wipe your Azure subscription clean of all the policies you have. Whether it’s because you’re testing and demo-ing something often, or because the subscription is too old and your working algorithms need resetting. Although it sounds like a hassle, you only need to enter two commands.
Read more