Category: Windows PowerShell

PnP PowerShell - Import-Module PnP.PowerShell - Exception old version of Windows PowerShell installed 0

PowerShell – Resolving Issue – PnP.PowerShell module not getting installed / updated – small learning

PowerShell – Resolving Issue – PnP.PowerShell module not getting installed / updated

Microsoft PowerShell - Exploring error / exception handling - displaying error details with error object 0

PowerShell tutorial – exploring Error handling

Exploring PowerShell continues… Today discussing one of the important concept – Error handling in PowerShell

PowerShell CMDLETs to know the current PowerShell version 1

PowerShell tutorial – How to know the current version of PowerShell on my system

Continuing PowerShell tutorial – today discussing how to verify current PowerShell version

Exploring - New-SelfSignedCertificate 2

PowerShell – script to generate a self-signed Certificate – exploring New-SelfSignedCertificate CMDLET

In this article we will explore – New-SelfSignedCertificate – PowerShell CMDLET to create / generate self signed certificate.
We required self signed certificate to connect to Microsoft Graph APIs usinf App ID and Certificate

PowerShell - creating self signed certificate - verifying current user role 0

PowerShell : New-SelfSignedCertificate – resolving “Access is denied. 0x80070005” (WIN32:5 ERROR_ACCESS_DENIED)

In this article, we will discuss solution for – access denied error while executing PowerShell CMDLET – New-SelfSignedCertificate

PowerShell - Creating new file using - New-Item 1

PowerShell tutorial – Creating text (log) file in file system – exploring New-Item CMDLET

In this article we will discuss how to create new text file using PowerShell.

Exploring New-Item PowerShell CMDLET

HAVE a FANTASTIC LEARNING AHEAD ! LIFE IS BEAUTIFUL 🙂

fig : PowerShell - PowerShell to read content of XML file 0

Small Tips and Tricks – PowerShell – how to read content from XML file

In this article we will discuss how to read content of XML file in PowerShell

HAVE a FANTASTIC LEARNING AHEAD 🙂

fig : Microsoft 365 - PnP PowerShell module - errors 0

Microsoft 365 – PnP PowerShell – resolving error – Import-Module : Could not load file or assembly ‘System.Management.Automation, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified OR – The ” command was found in the module ‘PnP.PowerShell’, but the module could not be loaded.

In this article we will resolve two PnP.PowerShell module errors

1. The ” command was found in the module ‘PnP.PowerShell’, but the module could not be loaded. For more information run ‘Import-Module PnP.PowerShell’

2. Import-Module : Could not load file or assembly ‘System.Management.Automation, Version=7.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified

HAVE A FANTASTIC LEARNING AHEAD

0

Microsoft 365 : SharePoint Online – Change group permissions using PowerShell

Microsoft 365 : SharePoint Online – Change group permissions using PowerShell

reading text file content in PowerShell 2

Small Tips and Tricks – PowerShell – how to read content from text file

Small Tips and Tricks – PowerShell – how to read content from text file

Small demo of Get-Content PowerShell CMDLET