Really all the credit has to go to u/Pandapokeman on reddit. All I did was add a single line that added the file name to the bottom of the picture. https://www.reddit.com/user/Pandapokeman/ Here is his script (be sure to use the full file path in the command) Function Add-OSCPicture { <# .SYNOPSIS Add-OSCPicture is an advanced […]
SA Password Reset
There are a bunch of blogs out there that show how to do it, but I always seem to have problems. Anyway, here is my last attempt, and what I did to fix it (It is also case sensative)(DO NOT copy paste, type these out manually); Below is older way, newer way is here, […]
O365 Network Connection Error
Solution 2 – May be faster, but I have had success with this only rarely, but it does sometimes work. Just run the following commands. They MAY need admin rights; netsh winsock reset netsh int ip reset ipconfig /release ipconfig /renew arp -d * nbtstat -R | find /i “failed” 1>&2 nbtstat -RR | find […]
Control Panel Command Line CMD.exe
A quick look at commands to get things done faster; Network Adapters ncpa.cpl Firewall firewall.cpl Updates wuaucpl.cpl System Info msinfo.exe Computer Manager Compmgmt.msc Startup and control tabs msconfig My references https://www.maketecheasier.com/20-run-commands-windows/ https://www.lifewire.com/command-line-commands-for-control-panel-applets-2626060 Control Panel Command Line Commands in Windows CMD Commands for Control Panel Applets Applet Command OS Version Accessibility Options control access.cpl XP […]
Determine\Identify\Find USB Devices that are Unrecognized
I got this info from another blog, I have been searching for something like this for years off and on. Its awesome to have the info now! Sometimes, a computer may report that a connected USB device is unknown if the required device drivers are not installed for the USB device. To identify the USB […]
Visio 2016 Enlarge/Change Text Box
You would think this would be easy, but nope. So first select the ‘Text‘ selecting tool and select your shape; Now hit escape, an you should now see the 4 dots to resize your text box;
Remote update GPO
I have learned another good trick. Updating GPO’s remotely, no extra tools. I am not sure which version brought this feature, but you can now do it in GPO Management console. Enjoy the graphic;
Windows PDC Time
I cannot begin to tell you how this has hounded me through my career, but I am happy to make this post, that I think has 99% of the answers. #1 thing that has caused me issues, not my trouble shooting order or the GPO settings. The GPO on the PDC MUST be removed, all […]
Deny a GPO to Users or Groups
I have looked for this for a LONG time, and I was happy to run across this great post. I will not steal, so you can find it below, where he does an excellent job describing it. But in case something happens to it, the jist is to use delegation to set a ‘deny GPO’ […]
Add Windows Media Stuff to N Version Windows 10
I love the N version, nice and clean and smooth. but sometimes you need to add some of the parts back. With this patch, you can; KB3133719 I got the following table from here, that tells you what is in it; The media-related features that are not provided in N editions of Windows 10 include, […]