So We Do IT

Enterprise-grade tools, scripts & resources voor de moderne IT professional

50+ Scripts
24/7 Beschikbaar
100% Gratis

Toolbox

Autopilot Scripts

Windows Autopilot commando's voor device enrollment en configuratie

PowerShell

Execution Policy Bypass

Set-ExecutionPolicy Bypass -Scope Process -Force
PowerShell

Install Autopilot Script

Install-Script Get-WindowsAutopilotInfo
PowerShell

Export Autopilot Info

Get-WindowsAutoPilotInfo.ps1 -OutputFile "D:\autopilotinfo.csv"
Diagnose

Install Autopilot Diagnostics

Install-Script Get-AutopilotDiagnostics
Diagnose

Run Diagnostics

Get-AutopilotDiagnostics.ps1
PowerShell

Get Autopilot Profile

Get-AutopilotProfile | Format-List

Cisco AnyConnect

Download de officiële Cisco AnyConnect VPN client

Download

Cisco AnyConnect Secure Mobility Client

Versie: 4.10.07073
Grootte: 145 MB
Ondersteunt: Windows 10/11, VPN, NAM, ISE Posture
Download .MSI
Installatie

Stille installatie (bedrijven)

msiexec /i "anyconnect.msi" /quiet /norestart
Configuratie

VPN profiel locatie

C:\ProgramData\Cisco\Cisco AnyConnect Secure Mobility Client\Profile
CLI

VPN verbinden via command line

vpn connect vpn.domein.nl /user:gebruiker /pwd:wachtwoord
CLI

VPN status

vpn status
CLI

VPN verbreken

vpn disconnect

Audit Mailbox

PowerShell scripts voor Exchange Online mailbox auditing

PowerShell

Connect to Exchange Online

Connect-ExchangeOnline
Audit

Enable Mailbox Audit

Set-Mailbox -Identity "[email protected]" -AuditEnabled $true
Audit

Set Audit Log Age Limit

Set-Mailbox -Identity "[email protected]" -AuditLogAgeLimit 180
Audit

View Audit Logs (Admin)

Search-MailboxAuditLog -Identity "[email protected]" -LogonTypes Admin -StartDate (Get-Date).AddDays(-30)
Audit

View Audit Logs (Delegate)

Search-MailboxAuditLog -Identity "[email protected]" -LogonTypes Delegate -StartDate (Get-Date).AddDays(-30)
Script

Complete Audit Script met Export

Uitgebreid PowerShell script voor mailbox auditing met export naar CSV

Download Script

Toolbox

Handige externe tools voor ICT professionals

Windhawk

Windows aanpassingen

Bezoek

WinDirStat

Disk analyse van windows

Bezoek

PowerToys

Microsoft PowerToys utilities

Download

Hiren's BootCD

Bootable recovery tools

Bezoek

Personal Joke

Easter eggs en humor voor IT-ers (gebruik op eigen risico!)

⚠️ WAARSCHUWING

Classic Fork Bomb (CMD)

cmd /k "echo %0|%0"

Dit commando kan je systeem laten vastlopen! Alleen voor educatieve doeleinden.

Windows Tools

Windows optimalisatie en activering

Activering

Windows activatie verval

slmgr /xpr
Activering

Office activering status

cscript "C:\Program Files\Microsoft Office\Office16\OSPP.VBS" /dstatus
Powershell

Install chocolatey

Irm bit.ly/choco-gui | iex
Systeem

Delete Any File

rd /s "\\?\C:\path"

Gratis Windows/Office activatie?

Neem contact op

Stuur bericht

Outlook Tools

Outlook commands, tricks en downloads

Download

Outlook in elke taal

Officiële Microsoft Outlook installatiebestanden

Download Outlook
Opstartopties

Reset navigatiepaneel

outlook.exe /resetnavpane
Opstartopties

Reset alle mappen

outlook.exe /resetfolders
Opstartopties

Clean views

outlook.exe /cleanviews
Opstartopties

Clean rules

outlook.exe /cleanrules
Opstartopties

Clean reminders

outlook.exe /cleanreminders
PowerShell

Disable Autodiscover (volledig script)

$regPath = "HKCU:\Software\Microsoft\Office\16.0\Outlook\AutoDiscover"
New-Item -Path $regPath -Force | Out-Null
New-ItemProperty -Path $regPath -Name "ExcludeScpLookup" -Value 1 -PropertyType DWORD -Force
New-ItemProperty -Path $regPath -Name "ExcludeHttpsRootDomain" -Value 1 -PropertyType DWORD -Force
New-ItemProperty -Path $regPath -Name "ExcludeHttpsAutoDiscoverDomain" -Value 1 -PropertyType DWORD -Force
New-ItemProperty -Path $regPath -Name "ExcludeSrvRecord" -Value 1 -PropertyType DWORD -Force
New-ItemProperty -Path $regPath -Name "ExcludeExplicitO365Endpoint" -Value 0 -PropertyType DWORD -Force
Write-Output "Autodiscover registersleutels ingesteld. Herstart Outlook."

Exchange Commands

Exchange Online en on-premises PowerShell commands

Permissions

Disable AutoMapping

Add-MailboxPermission -Identity "SharedMailbox" -User "[email protected]" -AccessRights FullAccess -AutoMapping:$false
Permissions

Check Automapping

Get-MailboxPermission -Identity "SharedMailbox" | Where-Object { $_.User -like '*@*' }
Archive

Check archive size

Get-MailboxStatistics -Identity "mailbox" -Archive | Select DisplayName, TotalItemSize
Archive

Archive status

Get-Mailbox -Identity "Mailbox" | Select DisplayName, ArchiveStatus, ArchiveQuota, ArchiveWarningQuota
Archive

Auto-expanding archive

Get-Mailbox "Mailbox" | fl ArchiveStatus, AutoExpandingArchiveEnabled
Forwarding

Set email forwarding

Set-Mailbox -Identity "[email protected]" -ForwardingAddress "[email protected]" -DeliverToMailboxAndForward $true

Channel

Handige externe tools voor ICT professionals

Channel

Mi tools

Bezoek