Skip to main content

Recently Updated Pages

Prevent Spoofing of Executives

Microsoft 365 Exchange

To add a disclaimer for incoming emails that bear the name of an executive, go to the Exchange Tr...

Updated 1 month ago by B.B.B.Ben E. N. Agents

macOS Login Window - show username and password box

Workstations Mac OS

Press the following keys simultaneously. CONTROL+OPTION+COMMAND+SHIFT+DOWN ARROW+ENTER

Updated 1 month ago by B.B.B.Ben E. N. Agents

Change Intune macOS Personal Ownership to Company

Microsoft 365 Powershell

  Get-MgDeviceManagementManagedDevice -All | Where-Object {$_.ManagedDeviceOwnerType -eq "unknow...

Updated 1 month ago by B.B.B.Ben E. N. Agents

Find and Replace with Regex

Code and Data Manipulation

Regex to find date and time. Option 1: ([\d]{1,2})/([\d]{1,2})/([\d]{4}) in format mm/dd/yyyy O...

Updated 1 month ago by B.B.B.Ben E. N. Agents

Lock Windows Workstation

Workstations Microsoft Windows

In command prompt, run: Rundll32.exe user32.dll,LockWorkStation

Updated 1 month ago by B.B.B.Ben E. N. Agents

Change Drive Letter in Powershell

Workstations Microsoft Windows

Sourceshttps://devblogs.microsoft.com/powershell-community/changing-drive-letters-and-labels-via-...

Updated 1 month ago by B.B.B.Ben E. N. Agents

Create a Scheduled Task

Workstations Microsoft Windows

To create a scheduled task in Windows Powershell that executes a Powershell Script. CREATE SCHED...

Updated 2 months ago by B.B.B.Ben E. N. Agents

Check For Running Process

Workstations Microsoft Windows

Check for a running process. If the process is not running, start it. #CHECK RUNNING PROCESS $C...

Updated 2 months ago by B.B.B.Ben E. N. Agents

Install SSL Certificate on IIS hosted site

Servers Windows Servers

Copied from https://www.thesslstore.com How to Generate a CSR for Microsoft IIS 7   The follow...

Updated 2 months ago by B.B.B.Ben E. N. Agents

Forcefully Remove MDM from Mac

Workstations Mac OS

Reboot into Recovery Mode Open Terminal and run csrutil disable then reboot. This disables Syste...

Updated 4 months ago by B.B.B.Ben E. N. Agents

Manually Sync macOS Device with Intune

Microsoft 365 Powershell

In Company Portal, click the ellipses and Check Status or press command+option+S.   To trigger ...

Updated 4 months ago by B.B.B.Ben E. N. Agents

Create .pkg to deploy files and apps

Workstations Mac OS

Create a directory named Contents and another named Scripts. Put the app contents in the Content...

Updated 4 months ago by B.B.B.Ben E. N. Agents

Reset IE to Defaults

Workstations Microsoft Windows

Symptoms: OneDrive stuck at Signing in. OneDrive sign-in gives Proxy Authentication Error [2606...

Updated 5 months ago by B.B.B.Ben E. N. Agents

Count Unique Values in Spreadsheet

Code and Data Manipulation

This document is in development UNIQUE finds the unique values in a spreadsheet row or column. ...

Updated 5 months ago by B.B.B.Ben E. N. Agents

Find Data in Cell

Code and Data Manipulation

This document is in development SEARCH finds "text value" in cell A1. IF result of SEARCH is th...

Updated 5 months ago by B.B.B.Ben E. N. Agents

Redirect Email

Google Workspace

In the case email should be redirected from the original recipient to another mailbox, you can us...

Updated 5 months ago by B.B.B.Ben E. N. Agents

Get the Tenant ID of an Azure/Entra Joined PC

Workstations Microsoft Windows

To get the Tenant ID of the Azure Joined PC, or confirm it is joined to Azure; Open Windows Po...

Updated 5 months ago by B.B.B.Ben E. N. Agents

Get Intune Managed Device Information

Microsoft 365 Powershell

To get device information for Intune managed devices, use the Get-MgDeviceManagementManagedDevice...

Updated 5 months ago by B.B.B.Ben E. N. Agents

Exchange Mailbox Statistics

Microsoft 365 Powershell

Get size, date or FolderId for folders in an Exchange Mailbox. Get-MailboxFolderStatistics -Iden...

Updated 5 months ago by B.B.B.Ben E. N. Agents

Manage OneDrive Profiles

Microsoft 365 Sharepoint

To get OneDrive Profiles for licensed users or users that were previously licensed, go to the Sha...

Updated 7 months ago by B.B.B.Ben E. N. Agents