SammyKrosoft
See my about.me bio ... https://about.me/samdrey - A Microsoft Engineer who wish to be the sparkle that will enable you to be an IT Hero !
Microsoft CanadaCanada
Pinned Repositories
Check-or-Enable-TLS-1.2-with-PowerShell
Pasting Docs Microsoft article extract for future reference
Clean-Exchange-Log-Files
PowerShell script to purge Exchange Log files
Exchange-Get-Mailboxes-GUI
GUI to search mailboxes in an Exchange 2010, 2013, 2016 or Exchange Online (O365) environments
Export-Import-Full-Access-SendAs-SendOnBehalfTo
Partner scripts to export, and/or import Full Access, Send As, Send On Behalf of permissions on an Exchange environment (tested on Exchange 2010, 2013, 2016)
Get-EventsFromEventLogs
Get-Mailbox-GUI
PowerShell Graphical Interface for Get-Mailbox to get Mailbox information
PowerBI-Exchange-Tracking-Logs
This is a PowerBI template to visualize message statistics from Exchange servers, from our great Bernard Chouinard, former Microsoft Engineer, and the best Messaging Architect I have ever known, who designed environments for up to 155,000 mailboxes !
PowerShell
Scripting tips and scripts templates samples (for example, I like to always use a "StopWatch" in all my scripts to write how much it took to execute ... also will include progress bars, etc...)
PowerShell-eDiscovery-GUI
This is my PowerShell eDiscovery GUI that you can find on my Technet Blog https://blogs.technet.microsoft.com/samdrey/2017/09/21/exchange-20132016o365-exchange-online-ediscovery-independant-graphical-interface/
Some-Logparser-Queries-and-scripts
Some Logparser Queries to help my peers
SammyKrosoft's Repositories
SammyKrosoft/Windows-Backup-and-Exchange-with-Powershell
Writing a guide on using Windows Server Backup to backup Exchange server databases, all with PowerShell
SammyKrosoft/Code-Snippet-WPF-and-PowerShell
SammyKrosoft/Collect-LMMailboxStats
Script to collect Mailbox Statistics. Authors: Lewis Martin and Colin Pastuch, Senior IT Architects for the Government Of Canada (Shared Services Canada)
SammyKrosoft/Copy-Files-From-Multiple-Servers-To-Central-Location
Just a sample script about how we can achieve copying files from multiple sources to one central source
SammyKrosoft/Export-Import-ExchangeConnectors
SammyKrosoft/Export-Permon-Counters-Help
A couple of scripts to export Windows Performance Monitor Counters with their Category and Counter Help strings
SammyKrosoft/How-To-Divide-An-Array-In-Smaller-Arrays
SammyKrosoft/How-To-Test-If-PowerShell-Is-Running-With-Elevated-Priviledges
Function to test if user running PoSH with Admin rights
SammyKrosoft/MSDoc-Set-Kerberos-Exchange2016
SammyKrosoft/OfficeDocs-Exchange
Contains documentation for Exchange Server and Exchange Online
SammyKrosoft/Outlook-Troubleshooting-Mode-Cheat-Sheet
Outlook Troubleshooting mode cheat sheet
SammyKrosoft/Report-Mailbox-Size-And-DB-Quota-Status
This script is to create a CSV report of Mailbox Size, and dump mailbox quota, mailbox size, and if mailbox is using Database quotas, and compare their sizes with mailbox quota if it's not using Database quotas, and with database quota if mailbox is using database Quota. We're leveraging [PSCustomObject] here to gather information from different cmdlets (Get-Mailbox, Get-MAilboxStatistics, Get-MailboxDatabase), which requires PowerShell v3 minimum
SammyKrosoft/Scan-LocalOpenedPorts
SammyKrosoft/CountApplicationPoolItems
SammyKrosoft/EWS-PowerShell-Samples
My attempts using EWS and PowerShell
SammyKrosoft/Fix-Windows-10-1903-PowerShell
This is a duplicate of script available at https://support.microsoft.com/en-ca/help/4520146/fix-problems-in-windows-search for Windows 10 build 1903 and later
SammyKrosoft/Get-CounterStatsPlus
Gather counter values using PowerShell, and view these using the provided PowerBI template...
SammyKrosoft/MiscTutorials
SammyKrosoft/Monitor-MailboxMoves
PowerShell script sample to monitor Mailbox Moves %, status,...
SammyKrosoft/Muegge-LogParser-Fork
Thsi is a fork from the great Muegge's LogParser module - for personal user only. Please go to Muegger's Github for updated and original scripts and modules
SammyKrosoft/Performance-Snapshots-Module
SammyKrosoft/pnp-modern-search
Home of PnP Modern Search solutions, helping you move from classic to modern SharePoint and beyond
SammyKrosoft/PowerShell-Exchange-Jobs-Samples
Samples for learning to use Jobs for PowerShell examples
SammyKrosoft/PowerShell-Script-Windows-Shortcut
PowerShell Script Windows Shortcut
SammyKrosoft/PowerShell-Windows-Time-Zones
Experimenting with Windows Time Zones in PowerShell
SammyKrosoft/Process-Killing-Probe
I define this as a "probe", but in reality this is a PowerShell infinite loop that queries and kills a process of your choice if it exists. The query is looped every 10 seconds by default, but you can specify the probe frequency with a script parameter.
SammyKrosoft/Search-AD-Using-Plain-PowerShell
Searching objects in AD using Powerhsell without having to load any modules - in this example, searching Exchange servers in AD directly with Powershell and ADSI / ADSISearcher type accelerators
SammyKrosoft/TCPKeepAlive
PowerShell scripts to check, set TCP KeepAlive times on servers (Initially for Exchange deployment and configuration)
SammyKrosoft/Wade-Get-FolderStatistics-From-CSV-File
Get folder stats from a list of users on a CSV file (CSV must have a "NAME" column)
SammyKrosoft/Wade-Set-Default-PF-for-mailboxes
Quick script to set default PF for all mailboxes, parsing database per database...