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

272 total results found

Change Swap Size

Linux - Cheatsheet Ubuntu/Debian

Turn off all running swap processes: swapoff -a Resize swap fallocate -l 1G /swapfile (change 1G to the gigabyte size you want it to be) CHMOD swap: chmod 600 /swapfile Make file usable as swap mkswap /swapfile Active the swap file swapon /swapfile To...

Linux
Change Swap
Linux
Ubuntu

Team Missing From Teams Admin Center

Microsoft 365 - Walkthroughs Teams

Cause: An attribute on the underlying modern group isn't correctly populated. Replace {​groupid}​ in the Query for the actual GroupId in question, which you can get via the Exchange Online powershell, with the "Get-UnifiedGroup" cmdlet, as the "ExternalDirec...

Defender for Office 365 Plan 2 vs Mimecast

Research - Application Comparisons

Defender for Office 365 Plan 2 Pros and Cons Pros Cons End to end XDR and traces including giving a holistic view of payloads clicked from an email. Can utilize this to then remove messages from user inboxes. Steep learning curve. Will need train...

Technical Skillset

Ryan's Career - Personal Information Skillset

Skill Level Legend Skill Level Explanation Beginner Just started learning about this topic and have barely used it. I don't have the knowledge to setup from scratch or manage on a daily basis without significant additional research/assist...

Fortinet - NSE 1 Network Security Associate

Ryan's Career - Personal Information Certificates

Fortinet - NSE 2 Network Security Associate

Ryan's Career - Personal Information Certificates

Fortinet - Certified Fundamentals in Cybersecurity

Ryan's Career - Personal Information Certificates

ISC2 - Certified In Cybersecurity

Ryan's Career - Personal Information Certificates

Mimecast - Email Security, Cloud Gateway Fundamentals

Ryan's Career - Personal Information Certificates

Current Server Rack

MutschlerHome - Infrastructure Overview

Active Directory Details

Active Directory - Cheatsheet

Active Directory components in Windows Server 2008 The range of Active Directory (AD) has expanded in Windows Server 2008 and has become an essential part of many information technology (IT) environments. Active Directory has become an umbrella for a multit...

Create Recovery Partition

Windows - Walkthroughs Windows Server and Client

#1. Create Recovery Partition Manually First, verify there is no recovery partition. Open Disk Manager by right clicking the start menu, and choosing Disk Manager. Verify you don't already have a recovery partition created. They will typically be under 1G...

Delete Recovery Partition

Windows - Walkthroughs Windows Server and Client

Open an admin command prompt and enter. diskpart List the disks within diskpart by typing the following command.  list disk Select the disk that contains the recovery partition using the following command (replace the number with the correct disk...

Restore Config From usbflash0

Cisco - Walkthroughs Troubleshooting

R2#dir usbflash0: Directory of usbflash0:/ 1 ---- 0 Feb 4 2015 07:21:52 +00:00 System Volume Information 2 -rw- 36326184 Feb 4 2015 08:07:24 +00:00 c1841-adventerprisek9-mz.124-15.T17.bin 1000062976 byte...

Powershell to List Users That Are NOT Members of Listed Distribution Lists

M365 - Scripts Distribution Lists

# Define the list of distribution lists $distributionLists = @("Managers", "Senior Managers") # Function to get members of a distribution list function Get-DistributionListMembers { param ( [string]$distributionListName ) $member...

Powershell to Get All Unique Properties in AD

Active Directory - One Liners

get-aduser -filter * -property title | Select-Object title | sort-object title -unique

Create Directories From List

Windows - Scripts File System - Windows

  Script set list=\\192.168.1.41\Emulation\OrganizedRoms\directories.txt set location=\\192.168.1.41\Emulation\OrganizedRoms for /f "delims== tokens=1,2" %%G in (%list%) do ( md "%location%\%%G" if errorlevel 1 (echo Error creating folder : %...

DFS Cheatsheet

DFS - Cheatsheet

  Manually Refresh DFS Cache Requires dfsutil installed on client/server which is installed via RSAT tools located here (RSAT Tools) dfsutil cache referral flush