Set an individual user’s password to never expire
This article explains how to set a password for an individual user to not expire. You have to complete these steps using PowerShell. Before you begin This article is for…
This article explains how to set a password for an individual user to not expire. You have to complete these steps using PowerShell. Before you begin This article is for…
Source: https://msendpointmgr.com/2020/08/07/proactive-battery-replacement-with-endpoint-analytics/ Battery health is of course something that over time diminishes, and tends to creep up on you when you least expect it, yes, we have all been caught…
Source: https://theitbros.com/add-calendar-permissions-in-office-365-via-powershell/ This is a tutorial on how to view, add and remove mailbox calendar permissions on Office 365 (and on-premises Exchange) for users via PowerShell. For example, you need…
Step 1: Connect to Exchange Online using PowerShell $Credential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $Credential -Authentication Basic -AllowRedirection Import-PSSession $Session Step 2: Generate a list…
Introduction If you are using Azure AD, you can join Azure AD as part of the Windows 10 OOBE (from version 1703 and later), it’s easy to do, just provide…
Source: https://www.wouterbulten.nl/blog/tech/custom-wake-up-light-with-node-red/ Summary: Using Node-RED and Home Assistant and would you like to build a custom full room wake-up light? In this post I show my setup and explain how to…
Below is a quick and dirty script which walks through devices in /sys looking for USB devices with a ID_SERIAL attribute. Typically only real USB devices will have this attribute,…
Source: https://geekshangout.com/fortigate-ssl-vpn-portal-with-azure-ad-saml/ I recently had the requirement to allow a few accounts remote access to a server via RDP for support purposes. I elected to use a Fortinet FortiGate firewall…
Problem: After performing a migration that includes transferring the domain name to the target server, Outlook cannot connect to the new server. The following error message is shown: Outlook cannot…