Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

77 total results found

Services and SaaS

Services and Software as a Service

Devices

Servers Workstations Mobiles Peripherals

Network Infrastructure

Firewalls, Routers, Switches, Access Points

Servers

Windows Server, Mostly

Workstations

Desktop, Laptop. That's about it.

Mobile

Smart Phones and Tablets

Peripherals

Printers, scanners, Bluetooth and Network devices

Microsoft 365

Cisco

Cisco and Meraki

Ubiquiti

Ubiquiti Unifi

Internet Infrastructure

DNS Web Servers Protocols and Standards

BookStack

Google Workspace

Code and Data Manipulation

Sublime Text, Excel, etc

Powershell

Microsoft 365

Admin Center

Microsoft 365

https://admin.microsoft.com/

Exchange

Microsoft 365

Azure/Entra

Microsoft 365

Intune

Microsoft 365

Sharepoint

Microsoft 365

Security and Compliance

Microsoft 365

Outlook

Microsoft 365

Outlook on the Web

Windows Servers

Servers

Linux Servers

Servers

Microsoft Windows

Workstations

Mac OS

Workstations

iPhone / iPad

Mobile

Android

Mobile

Printers / Scanners

Peripherals

Meraki

Cisco

Email Authentication

Internet Infrastructure

Search Content in Microsoft Purview

Microsoft 365 Powershell

Use Case: If an email was sent in error or a malicious email has been sent to a large number of recipients, one can find and remove that data using Microsoft 365 Security and Compliance Powershell. First, Connect to Microsoft 365 Exchange Online ...

SERVICE
Microsoft365
CMDLET
ExchangePowershell
APP
365Powershell

Azure Dynamic Groups

Microsoft 365 Azure/Entra

Azure Dynamic Group Membership Rules Rule Syntax to add group members based on the criteria Account is active Primary Email Address is at domain example.com (user.accountEnabled -eq true) -and (user.mail -contains "@example.com") Licen...

APP
Azure-Entra

Change filter settings in Outlook on the Web

Microsoft 365 Outlook

Change filter settings in Office365 Outlook on the Web Login to your account at https://outlook.office.com Click the gear icon on the top right of the page. Click Mail in the right column toward the bottom. In the left column of the...

Share content with external users

Microsoft 365 Sharepoint

To share a Sharepoint folder with an external user, first select the folder and then click Share. Select the type of sharing by clicking the People in... link and then change it to Specific People. Select Specific People. Optionally, check the box ...

Add user to Azure AD Application

Microsoft 365 Azure/Entra

Azure applications are used for Single Sign On, among other things. To use SSO, the user has to have access to the application. First, login to the Microsoft Admin Portal then go to Azure Active Directory (or skip this step and go directly to Azure Active D...

APP
Azure-Entra

Show Mailbox Rules for a Mailbox

Microsoft 365 Powershell

Prerequisites: Connect to Exchange Powershell Get the rules for a mailbox Get-InboxRule -Mailbox "name@example.com"

SERVICE
Microsoft365
CMDLET
ExchangePowershell
APP
365Powershell

Connect to Exchange Powershell

Microsoft 365 Powershell

Prerequisites: Install Exchange Powershell To connect to Exchange Powershell with Multi-Factor Authentication, in a Microsoft Powershell windo, run the following command.  Connect-ExchangeOnline This will open a new login window. After login, the window wil...

CMDLET
ExchangePowershell
SERVICE
Microsoft365
APP
365Powershell

Grant Purview Export Permission

Microsoft 365 Powershell

When exporting the results of a Microsoft Purview Content Search, the user must have the permission. This permission cannot be granted by the same user to which it is being granted. First, Connect to the Security and Compliance Powershell Add eDiscovery Ma...

SERVICE
Microsoft365
CMDLET
ExchangePowershell
APP
365Powershell

Connect to Security and Compliance Powershell

Microsoft 365 Powershell

To connect to the Microsoft 365 Security and Compliance Powershell: Open a Powershell Window Type the following command, where <UPN> is the admin username Connect-IPPSSession -UserPrincipalName <UPN>

SERVICE
Microsoft365
CMDLET
ExchangePowershell
APP
365Powershell

Email Authentication and Security

Internet Infrastructure Email Authentication

There are 3 authentication methods to verify email coming from a specific domain is authentic; SPF, DMARC and DKIM. This reduces or eliminates spammers and phishers from using a domain to falsely appear authentic. How does SPF work? Sender Policy Framework...

SPF Record Construction

Internet Infrastructure Email Authentication

At the beginning of the record, v=spf1 identifies this as an SPF record. At the end of the record, -all defines the policy. Dash -  for hard-fail, tilde ~ for soft-fail. In between the identity and policy, each include: defines the server domain names that are...

DMARC Record Construction

Internet Infrastructure Email Authentication

At the beginning of the record, v=DMARC1 identifies this as a DMARC record. The following components define the policy and action if failed. Create a TXT record with _dmarc as the host. Example v=DMARC1; p=quarantine; rua=mailto:<DMARC Report Address>; ruf...

DKIM Record Construction

Internet Infrastructure Email Authentication

DKIM requires setup on the sending server. In the case of Microsoft 365, this is configured in 365 Defender. To enable DKIM in Microsoft 365, the DNS record has to exist. The actual DKIM record is simple, but the server is queried for the key. Below are the ac...

Install Microsoft Office

Workstations Microsoft Windows

Create a deployment package. If the files are publicly available, you can download from a web URL. Download the setup files according to the deployment config. ./setup-file.exe /download config-file.xml Install the applications according to the deploym...

APP
WindowsPowershell

Download Files from a Web URL

Workstations Microsoft Windows

Download a file from the internet to your harddrive using Powershell. Invoke-WebRequest -Uri https://<path-to-internet-file> -OutFile <path-to-local-file>

APP
WindowsPowershell

Exchange Mailbox Statistics

Microsoft 365 Powershell

Get size, date or FolderId for folders in an Exchange Mailbox. Get-MailboxFolderStatistics -Identity <mailbox-identity> To see folders outside of the IPM Subtree, add the -FolderScope flag. -FolderScope NonIPMRoot   Export Results to a CSV Get-MailboxF...

SERVICE
Microsoft365
CMDLET
ExchangePowershell
APP
365Powershell

Enabling HTTPS for the BookStack web interface

BookStack

The default BookStack installation script for Ubuntu 20.04/18.04/16.04 only configures the Apache2 server to use HTTP, not HTTPS. With plain HTTP becoming more and more obsolete each day, you'll likely want to use HTTPS instead in combination with a Let's Encr...

Install Rosetta on Mac OS

Workstations Mac OS

Rosetta is required for compatibility with some applications. To install Rosetta on a Mac, open the terminal and run the following command. softwareupdate --install-rosetta --agree-to-license  

Add Printer in Powershell

Workstations Microsoft Windows

List Printers Get-Printer Remove Printer Remove-Printer -Name "HP Deskjet 1510 series"   Add Printer Add-Printer -Name "HP Deskjet 1510 series" -DriverName "HP Deskjet 1510 series" -PortName "USB003"   Add a printer po...

Create User in Terminal

Workstations Mac OS

Set the username and password dscl . -passwd /Users/<username> <password> Set the user's default shell dscl . -create /Users/<username> UserShell /bin/bash Set the user's display name dscl . -create /Users/<username> RealName "Real Name" ...