logo
Updating Sharepoint Online List With Powershell the Easy Way

Updating Sharepoint Online List With Powershell the Easy Way

In this post, I share my journey of automating a weekly update of a SharePoint Online list using PowerShell. Faced with the challenge of importing an HR CSV report, I discovered the PnP PowerShell module, which greatly simplified the process. I cover how to connect to SharePoint, import data, empty the list, and update it, while also addressing the challenge of matching username formats. This guide aims to make your first experience with SharePoint Online and PowerShell automation smoother and more efficient.
3 minutes to read
Create Vmware Snapshots Report

Create Vmware Snapshots Report

In this post, I share how I used PowerShell and PowerCLI to manage VMware ESXi snapshots during a recent trip to Japan. Follow my step-by-step guide to connect to vCenter, retrieve snapshot data, and generate detailed HTML reports, ensuring efficient snapshot management and avoiding storage issues.
7 minutes to read
Creating Powershell Profile

Creating Powershell Profile

In this blog post, learn how to create a PowerShell profile to customize your scripting environment. The article covers step-by-step instructions for setting up a profile, adding custom functions, aliases, and scripts to enhance your productivity and streamline your PowerShell experience.
3 minutes to read