Table of Contents

TIPS of the Day

Windows

Windows Command line

Shows you the cached passwords on your Windows machine

rundll32.exe keymgr.dll,KRShowKeyMgr

Startup

shell:startup
shell:common startup

https://www.tachytelic.net/2017/10/find-startup-folder-windows-server-2012-windows-server-2016/

EXCEL

Sort IP address

Reference

=TEXT(MID(A1,1,FIND(".",A1)),"000")&"."&TEXT(MID(A1,FIND(".",A1)+1,FIND(".",A1,FIND(".",A1)+1)-1-FIND(".",A1)),"000")&"."&TEXT(MID(A1,FIND(".",A1,FIND(".",A1)+1)+1,FIND(".",A1,FIND(".",A1,FIND(".",A1)+1)+1)-1-FIND(".",A1,FIND(".",A1)+1)),"000")&"."&TEXT(MID(A1,FIND(".",A1,FIND(".",A1,FIND(".",A1)+1)+1)+1,LEN(A1)),"000")

Insert a picture into an excel cell

RDP / MSTSC

Smart Sizing

Add the following line to your default.rdp config file.

smart sizing:i:1

Tail in Windows

Use Powershell and the below get-content command

get-content <filename> -tail 5 -wait

Tail example with a 'grep like' filter using “select-string”

get-content CCBU.2020-01-07T15-51-53.187.startup.log -tail 5 -wait | select-string "REST"

Cisco

Cisco VOS

Webex

Adding audio from powerpoint to your webex

Google

Gmail Shortcuts

Wireshark / Win pcap

PCAP Filter - Portrange

udp port 5060 or (udp and portrange 1024-32767)

DSA.MSC

Command Line Command to install dsa.msc this on Windows 10.

DISM.exe /Online /add-capability /CapabilityName:Rsat.ActiveDirectory.DS-LDS.Tools~~~~0.0.1.0

Disable / Enable CLI on a Call by Call basis

This works in Ireland.
Tested on eir mobile - need to test on other networks.

Retrieve account password which run as a windows service

Below didn't work for me??

When does your domain password expire?

https://www.comparitech.com/net-admin/find-password-expiration-for-ad-users/

net user <username> /domain