Inotify watchers
Unhandled exception. System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been…
Unhandled exception. System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been…
Source: https://exchangepedia.com/2007/09/exchange-server-2007-setting-message-size-limits.html In Distribution Groups and maximum recipients per message, we looked at how the maximum recipients per message settings are treated differently by Exchange Server 2010/2007 and Exchange 2003/2000 when…
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,…