Lack of Potatoes
  • Home
  • Archive
  • Vultr Affiliate ($10 on Sign up)
Subscribe
Office365

Clear User photo

  • Simon

Simon

Jan 28, 2019

Connect to Office 365:

Remove-UserPhoto "<users full name>" -ClearMailboxPhotoRecord

Sign up for more like this.

Enter your email
Subscribe

SSH Keys stop user prompting for SUDO

You can add the user to the sudoers list to prevent the user from prompting for elevation (standard access or when using SSH keys). Run the command: sudo visudo At the VERY end of the file, enter the following (replacing user1 with your username): user1 ALL=NOPASSWD: ALL
May 11, 2022

Remove default APPX apps (Windows 10)

List of default apps that can/should be removed. 3D Environment: Get-appxpackage -allusers *Microsoft.3dbuilder* | Remove-AppxPackage Get-appxpackage -allusers *Microsoft3DViewer* | Remove-AppxPackage Microsoft Defaults: Get-appxpackage -allusers *king.com.CandyCrushSodaSaga* | Remove-AppxPackage Get-appxpackage -allusers *Microsoft.WindowsFeedbackHub* | Remove-AppxPackage Get-appxpackage -allusers *Microsoft.ZuneMusic* | Remove-AppxPackage Get-appxpackage -allusers *Microsoft.BingNews* | Re
Oct 27, 2021 — 1 min read

Hardening OS (Windows 10 non-domain)

Options to set: * Disabling WDigest credentials caching. More info here: https://www.stigviewer.com/stig/windows_10/2017-02-21/finding/V-71763" * Disable AutoLogin * Enable always install elevated * Check is WSUS is using HTTP over HTTPS * Stop Service: SSDP * Disable SMB version 1 * Enabled SMB version 3 * Enabled SMB signing * Blocking list
Oct 27, 2021 — 1 min read
Lack of Potatoes © 2022
Powered by Ghost