Search for: Practical PowerShell

865 Results

Practical PowerShell: Error Handling

When coding in PowerShell, you should anticipate issues. How you deal with these issues is another story. In this episode of Practical PowerShell, we dive into Error Handling.

Continue Reading Practical PowerShell: Error Handling

Welcome to Practical PowerShell

This blog is the first installment in our new monthly "Practical PowerShell" series, designed to help part-time PowerShell developers freshen up their scripting skills.

Continue Reading Welcome to Practical PowerShell

Practical Graph: Creating Contacts using the Microsoft Graph PowerShell SDK

Three years ago, we described how to create organizational contacts in user mailboxes with Graph API requests. In this iteration, we read the contacts from a Microsoft list and use Microsoft Graph PowerShell SDK cmdlets to update user mailboxes. The techniques explained in the article can be used in many scenarios.

Continue Reading Practical Graph: Creating Contacts using the Microsoft Graph PowerShell SDK

Practical Graph: Working with Microsoft Lists using the Microsoft Graph PowerShell SDK

Microsoft Lists are a powerful tool for end users to store and manage data stored in SharePoint Online sites. The Microsoft Graph PowerShell SDK includes cmdlets to work with Microsoft Lists and this article explains how to use the cmdlets to add new lists, add items to lists, retrieve data from lists, and remove items from lists.

Continue Reading Practical Graph: Working with Microsoft Lists using the Microsoft Graph PowerShell SDK