Blog Archives
WSReset – What it is and How to Use it
- Posted by
- Posted on September 21, 2026
- IT Support,Microsoft Applications,Windows
- No Comments.
wsreset.exe is a built-in Windows command-line utility used to clear the Microsoft Store cache and troubleshoot problems with the Microsoft Store. The executable is located in: C:\Windows\System32\wsreset.exe WSReset can be useful when the Microsoft Store experiences problems such as: The Microsoft Store will not open. Apps will not download. App downloads or updates become stuck. […]
Powershell – Audit Active Directory Users Script
- Posted by
- Posted on September 21, 2026
- Computers,IT Support,Windows
- No Comments.
PowerShell can be used to quickly export a list of Active Directory users for auditing, documentation, or account reviews. The following command retrieves all Active Directory user accounts and exports several commonly reviewed properties to a CSV file: Get-ADUser -Filter * -Properties DisplayName,UserPrincipalName,Enabled,Department,Title | Select-Object Name,DisplayName,UserPrincipalName,Enabled,Department,Title | Export-Csv “C:\Temp\AD_Users.csv” -NoTypeInformation Requirements The Active Directory PowerShell […]
10 Different Ways to Start Task Manager
- Posted by
- Posted on September 21, 2026
- Computers,IT Support,Windows
- No Comments.
There are multiple ways to access Windows Task Manager. Below is a list of the different methods that can be used, in the event that one or more are not working for you. Press Ctrl + Shift + Esc to open Task Manager directly. Press Ctrl + Alt + Delete, then select Task Manager. Press […]
How to Check if 32-bit or 64-bit Microsoft 365 Apps Are Installed
- Posted by
- Posted on September 7, 2026
- Computers,IT Support,Microsoft Applications,Windows
- No Comments.
When troubleshooting Microsoft 365 Apps, you may need to determine whether the installed version of Office is 32-bit or 64-bit. This can be important when working with Office add-ins or other software that depends on specific installed Office versions. This method is especially useful when Microsoft 365 Apps are not activated, since the Office applications […]
So You Want to Be a Hacker, Eh?
- Posted by
- Posted on May 10, 2026
- Computers,Hacking,Lab,Linux,Mac OS,Microsoft Applications,Networking,Router,Servers,Switch,Video Conferencing,Virtualization,Website,Windows
- No Comments.
Let’s get one thing out of the way first. No, this is not about breaking into your school’s grading system, guessing your friend’s Instagram password, or “testing” your neighbor’s WiFi. This is about ethical hacking, also known as cybersecurity, where people are actually paid to find problems before the black hats (Malicious or Illegal hackers) […]
Convert an Exchange Online User Mailbox to a Shared Mailbox Using PowerShell
- Posted by
- Posted on January 12, 2026
- IT Support,Microsoft Applications,Servers,Windows
- No Comments.
Converting a user mailbox to a shared mailbox is a common offboarding and delegation workflow in Microsoft 365. It lets a team continue to access a mailbox (and optionally send as it) without requiring the mailbox to remain a licensed user, as long as you stay within shared mailbox limits. When this is the right […]
Powershell Script – Get the Most Recent User Login / Logoff Events
- Posted by
- Posted on January 6, 2021
- Computers,Servers
- No Comments.
This great little Powershell script will generate a .csv file, that you can open in excel, which will list each time a user logged in and logged out from the computer or server you run it on. I believe the only downside is that the list only goes as far back as the logs do […]
Recent Posts
- Windows 11 Setting Precedence: Group Policy, Registry, Intune, and Local Settings
- WSReset – What it is and How to Use it
- Powershell – Audit Active Directory Users Script
- 10 Different Ways to Start Task Manager
- How to Repair Microsoft Edge WebView2 Runtime in Windows 11
Archives
- September 2026
- May 2026
- February 2026
- January 2026
- December 2025
- October 2025
- September 2025
- August 2025
- July 2025
- June 2025
- February 2025
- January 2025
- July 2022
- February 2022
- January 2021
- July 2020
- May 2020
- February 2020
- December 2019
- August 2019
- January 2019
- July 2018
Categories
- Audio / Video
- Computers
- Hacking
- IT Support
- Lab
- Linux
- Mac OS
- Management
- Microsoft Applications
- Networking
- Printer
- Router
- Servers
- Switch
- Uncategorised
- Video Conferencing
- Virtualization
- Website
- Windows




