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.

The Server Response was 5.7.3 STARTTLS is Required to Send Mail

December 17, 2022December 17, 2022by bon
Ftr38

When sending emails from various applications or scripts, you may encounter error 5.7.3 StartTLS is Required to Send Email. You may face this error in different apps (SQL Server, Jenkins), scripts, and programming languages (Visual Basic, PowerShell, Python, Java, C#).…

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

The Request did not Meet the Criteria to be Authenticated Successfully

September 18, 2023December 17, 2022by bon
Ftr13

In some cases, you are getting the below error while sending email from your apps, PowerShell or printers through Exchange Online Microsoft 365. Error 5.7.57 Client not authenticated to send mail. Error: 535 5.7.139 Authentication unsuccessful, the request did not…

Categories Blog, PowershellLeave a comment

How to Send Emails in Bulk using PowerShell

December 17, 2022December 16, 2022by bon
Ftr38

In some cases, we need to email to numerous people from person to person. PowerShell script can be an easier solution for you. Below is the sample PowerShell Script to send bulk emails. It is fetching data from CSV file…

Categories Blog, Powershell1 Comment

PowerShell to Send Emails with Delivery Notification Enabled

December 16, 2022December 16, 2022by bon
Ftr38

In some cases, when you are using PowerShell to send emails, you want to configure a delivery notification (read receipts) for events. Send-MailMessage ` -To "[email protected]" ` -From "[email protected]" ` -Subject "This is a test message from PowerShell" ` -Body…

Categories Blog, PowershellLeave a comment

Enable SMTP Authentication for a Single Mailbox in Microsoft 365

September 20, 2023December 16, 2022by bon
Ftr38

If your tenant was created on or after October 22, 2019, security defaults may be enabled in your tenant. To protect all of our users, Security Defaults are being rolled out to all new tenants at creation. Note You must…

Categories Blog, Microsoft 365, PowershellLeave a comment

How to Send an Email Using Windows PowerShell

December 16, 2022December 16, 2022by bon
Ftr38

Windows PowerShell is mostly known as a command-line shell used to solve some administration tasks in Windows and apps running on this OS. At the same time, it is a scripting language that allows you to tailor cmdlets – lightweight…

Categories Blog, PowershellLeave a comment

What’s the Differences Between ForEach vs ForEach-Object in PowerShell

November 9, 2022by bon
Ftr38

$names | ForEach -Process { Write-Output $_} $names | ForEach { Write-Output $_} $names | % { Write-Output $_} PowerShell’s three lookalike friends can confuse, especially for newcomers. Basically, you’ve got two entities: The ForEach-Object cmdlet, which has an alias…

Categories Blog, PowershellLeave a comment

How to Download the Latest Package from GitHub using PowerShell

October 31, 2022by bon
Ftr38

Lately I’ve been working on an application for which the releases are published on GitHub, and I wanted to use PowerShell to always downloads the latest package release. It turned out that downloading the artifacts for a specific version is…

Categories Blog, PowershellLeave a comment

How to Set an Azure Subscription for Default Login in PowerShell

May 19, 2024October 29, 2022by bon
Ftr6

In some cases, your Azure tenant has multiple Azure subscriptions. Every time, when you sign-in into Microsoft Azure using PowerShell, you would get this warning:

Categories Blog, Microsoft Azure, PowershellLeave a comment

How to Open Firewall Ports in Windows using PowerShell

October 23, 2022October 23, 2022by bon
Ftr38

Windows Defender Firewall is a great feature in modern Windows versions. You may have an app (e.g., a local FTP server) which requires a port(s) to be open so other computers on your network can connect to it. Note You…

Categories Blog, PowershellLeave a comment
Older posts
Newer posts
← PreviousPage1…Page11Page12Page13…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