Advanced Search
Search Results
272 total results found
Change Swap Size
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...
Team Missing From Teams Admin Center
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
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
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
Fortinet - NSE 2 Network Security Associate
Fortinet - Certified Fundamentals in Cybersecurity
ISC2 - Certified In Cybersecurity
Mimecast - Email Security, Cloud Gateway Fundamentals
Current Server Rack
Active Directory Details
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
#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
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
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
# 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
get-aduser -filter * -property title | Select-Object title | sort-object title -unique
Create Directories From List
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
Manually Refresh DFS Cache Requires dfsutil installed on client/server which is installed via RSAT tools located here (RSAT Tools) dfsutil cache referral flush