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
=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
- Right click Picture → Format Picture → Properties → Move and size with Cell
RDP / MSTSC
Smart Sizing
Add the following line to your default.rdp config file.
smart sizing:i:1
- Your MSTSC window will now always show full screen no matter what size the MSTSC window is. i.e. it will dynamically resize.
- How to find your RDP config file?
- Open MSTSC –> Show Options → “Save As”
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
- Check TCP connectivity / FW rules using the command
utils network connectivity <host> <port>
Webex
Adding audio from powerpoint to your webex
- Download this and install: https://www.vb-audio.com/Cable/index.htm
- On Windows click on the speaker icon and change audio device to be 'CABLE INPUT…'
- Open WebEX meeting
- Click three dots and check audio connection is set to PC
- Click three dots and select Speaker, Microphone and Camera
- Change Microphone to be 'CABLE OUTPUT…'
- Open the Powerpoint PPT
- Go to webex and click on Share/ Share Content and select Powerpoint
- Lock Video (for everyone) on eGain EMEA
- Click play in Powerpoint
Gmail Shortcuts
- Strike through - Alt+Shift+5
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.
- #31# - To DISABLE your number from been presented
- *31# - To ENABLE your number (even if configured to block)
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