Author: MA Microsoft Techy

In 2 Steps Create a Channel in Teams

Office 365: Add Channel in Microsoft Teams - o365

Loading

In 2 steps create a channel in Teams – Office 365 – from my previous two articles 1. Getting started with Microsoft Teams in Office 365 and 2. How to create Teams in Microsoft Teams – Office 365 we have learned about what is Microsoft Teams and how to install and configure Microsoft Teams from

Continue reading

Create a Team in Microsoft Teams Step by Step

Create a Team in Microsoft Teams

Loading

In this article, we will learn how to create a Team in Microsoft Teams in a step by process and what happens in SharePoint and in office 365 when we create a team. In my previous article Getting started with Microsoft Teams in Office 365 we learned what is Microsoft Teams and how to install

Continue reading

Getting Started with Microsoft Teams for Seamless Collaboration

Getting started with Microsoft Teams, Microsoft Teams - Office 365 Admin Center

Loading

Getting Started with Microsoft Teams for Seamless Collaboration: In today’s fast-paced business landscape, effective collaboration is crucial for success. Microsoft Teams has emerged as a powerful solution, providing organizations with a unified platform for communication, teamwork, and productivity. This comprehensive guide aims to demystify Microsoft Teams and equip you with the knowledge and tools to

Continue reading

Discover top 5 Microsoft 365 admin center reports dashboard (Add cards to your home page)

Microsoft 365 or Office 365 admin center reports

Loading

Manage top 5 Microsoft 365 admin center reports – Using Microsoft 365 or Office 365 admin center we can manage the cards in the home of the admin center. I mean we can add and delete the card in the dashboard which will help the Microsoft 365 (office 365) administrator to manage the tenant. The

Continue reading

2 proven ways Disable attachments SharePoint list instantly: Disable or enable attachments to list items in SharePoint Online

Disable attachments SharePoint list from the advanced settings page

Loading

In 2 proven ways to disable attachments SharePoint list instantly – In this article, we will learn how we can disable or enable attachments to list items in SharePoint Online in two ways: Disable attachments in the SharePoint list using the list advanced settings page Disable attachments in the SharePoint list using the PnP PowerShell

Continue reading

3 Ways Set Item Level Permissions in SharePoint List or Document Library

Enable Item Level Permissions in SharePoint list using PnP PowerShell

Loading

This post “Enable or Set Item Level Permissions in SharePoint List or Document Library” will teach us how to set item level permissions in SharePoint list or document library in three ways  1) using the out-of-the box list advanced settings page 2) PnP PowerShell, and 3) using the unique manage permission level at the item

Continue reading

How to create folder in SharePoint List? In just 2 proven steps

Create folder in SharePoint custom list demo

Loading

In this “Create folder in SharePoint list” article, we will learn how to how create folder in SharePoint List. As we know that we can create a folder in the SharePoint document library – this is the traditional way of creating the folder in SharePoint but we can create a folder inside the SharePoint custom

Continue reading

PowerShell: How to pass multiple parameters into a function in PowerShell with 2 proven steps

PowerShell: How to pass multiple parameters into a function in PowerShell

Loading

How to pass multiple parameters into a function in PowerShell – In this post, I will show how to pass multiple parameters into a function in PowerShell coding. Addition of numbers function using PowerShell example: Function with multiple parameters PowerShell cls #The below sample function will accept numeric parameters and do the addtion. Function Add-Numbers()

Continue reading

Error exception handling in PowerShell – Try catch finally 3 blocks rules

Exception or Error handling in PowerShell -Try/Catch/Finally Block Example

Loading

Error exception handling in PowerShell – Try catch finally – In this post, we will show how we can handle the exception in PowerShell coding using the try/catch/finally block and how we can write the error or exception message into the log file. Error exception handling in PowerShell: Exception handling using try/catch/finally block PowerShell example Refer

Continue reading

Create log file in PowerShell in 2 proven steps

Using PowerShell create a log file

Loading

Create log file in PowerShell – In this post, I will show how to build or create a logging function in PowerShell in the PowerShell “.ps1” file directory. However, we can change to any directory wherever we wish – only we need to change the directory path. Create log file in PowerShell – how to

Continue reading