Skip to content

  • Home
  • Blog
  • Linux
  • macOS
  • Virtualization
    • VMware
    • VirtualBox
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • Contact
Home›Powershell

Powershell

172 articles

In-depth guides, tutorials and how-tos on Powershell.

How to Fix Microsoft 365 and Office Has Stopped Working on Windows 7

June 20, 2024July 17, 2023by bon
Ftr29

The latest version which will run on Windows 7 is version 2002 and the latest version of Office Deployment Tool (ODT) seems no longer works in Windows 7.

Categories Blog, Microsoft 365, Powershell, Windows 7Leave a comment

How to Enable TLS 1.2 on Windows Server 2012

November 24, 2023July 12, 2023by bon
Ftr38

In some cases, you got the following error when connecting to an HTTPS server using WebRequest or PowerShell:

Categories Blog, Powershell, Windows ServerLeave a comment

You have Exceeded the Maximum Number of Allowable Transactions Microsoft 365

July 29, 2023June 26, 2023by bon
Ftr38

I’ve been using the following script, to bulk assign licenses to multiple users at once for years. Get-MsolUser -All -UnlicensedUsersOnly | ForEach-Object { Set-MsolUserLicense ` -UserPrincipalName $_.UserPrincipalName ` -AddLicenses 'M365t66166641:POWER_BI_STANDARD' } However, recently I am getting the following error, I’m…

Categories Blog, PowershellLeave a comment

How to Determine What Microsoft Graph Permissions You Need to Connect

September 15, 2023June 25, 2023by bon
Ftr21

For many admins, the use of Scopes is a new addition to Office 365 PowerShell. The Scopes parameter was introduced with the Microsoft Graph PowerShell API, but the concept of Scopes is actually part of the OAuth2 specification.

Categories Blog, Microsoft Graph, PowershellLeave a comment

How to Create Multiple Users in Microsoft 365 with Graph PowerShell

December 6, 2023June 25, 2023by bon
Ftr21

You might be curious about our preference for the Graph PowerShell SDK over other modules like Entra ID. Here’s why: The Graph PowerShell SDK serves as a robust interface for Microsoft Graph APIs, making the complete API suite accessible within…

Categories Blog, Microsoft 365, Microsoft Graph, PowershellLeave a comment

Get-MsalToken: The Property Authority Cannot be Found on this Object

August 24, 2023June 9, 2023by bon
Ftr21

We check the installed version of the Microsoft Graph PowerShell module on our computer. We’re using the v1 of Microsoft PowerShell SDK module.

Categories Blog, Microsoft Graph, PowershellLeave a comment

How to Enable TLS Version 1.2 on Windows 7

June 18, 2024April 6, 2023by bon
Ftr38

By default, earlier PowerShell versions use SSL 3.0 and TLS 1.0 to establish secure HTTPS connections to repositories.  Windows 7 enables SSL 3.0 and TLS 1.0 by default.

Categories Blog, Powershell, Windows 7Leave a comment

The Organization Configuration is Dehydrated Microsoft 365 Exchange Online

April 3, 2024December 22, 2022by bon
Ftr38

The organization configuration is dehydrated. In the Microsoft datacenters, an organization configuration being dehydrated means that it has certain objects consolidated to save space.

Categories Blog, Exchange Online, Microsoft 365, PowershellLeave a comment

How to Fix Unable to Install NuGet Provider in PowerShell

September 20, 2023December 17, 2022by bon
Ftr38

Before installing Exchange Online V2 module, we need to install the PowerShellGet module. The problem is that we are unable to install NuGet provider and a couple of errors are showing. Warning unable to download from URI, unable to download…

Categories Blog, Powershell2 Comments

Send-MailMessage Unable to Read Data From the Transport Connection

December 18, 2022December 17, 2022by bon
Ftr38

We are using the PowerShell to send emails using Microsoft 365 SMTP: Send-MailMessage ` -To "[email protected]" ` -From "[email protected]" ` -Subject "This is a test message from PowerShell" ` -Body "Hello World!" ` -Credential $Cred ` -SmtpServer "smtp.office365.com" -Port 587…

Categories Blog, Microsoft 365, PowershellLeave a comment
Older posts
Newer posts
← PreviousPage1…Page10Page11Page12…Page18Next →

Recent Posts

  • Partner email not reaching the mailbox in Microsoft 365 — causes and fixes
  • How To Upgrade Windows Server Evaluation To Full Version
  • Must Have Remediation Scripts In Microsoft Intune
  • How To Turn On uBlock Origin Extension in Chrome (2025)
  • Azure OpenAI vs Azure AI Hub, How to Choose the Right One for Your Needs

Explore 1,200+ free IT guides

New tutorials, scripts and how-to’s every week — no signup, no paywall.

Browse the Blog →
BonGuides

In-depth guides on software, digital tools and tech tips — clear, practical, and completely free.

Topics

  • Blog1183
  • Powershell172
  • Linux153
  • Microsoft Office110
  • Windows 1195
  • All posts

Explore

  • Home
  • Latest posts
  • RSS feed
  • Scripts on GitHub ↗

Information

  • Contact
  • Privacy Policy
  • Terms & Conditions
  • Sitemap
© 2026 BonGuides. All rights reserved.
↑↓ navigate↵ openEsc close