Sharepoint

 This is a Powershell script to change the title bar on a SharePoint 2013 webpage (the upper left side).

$url = "http://websiteURL"
$text = "Text Goes here!"

$wa = Get-SPWebApplication $url
$wa.SuiteBarBrandingElementHtml = "
$text
" $wa.Update()

Windows network password manager

If you have a computer connected to a domain and you would like to store alternate credentials to servers, you would normally go into your control panel, and edit your account. This isn’t available to you when you’re on a domain. This command will give you access to the “Windows Store Credentials”. This will let you store server passwords on your computer if you want to access servers in other domains, and don’t want to get prompted for credentials every time.

rundll32.exe keymgr.dll, KRShowKeyMgr