You can quickly check which mailbox has e-mail forwarding settings enabled through the EMS:
Get-Mailbox -Filter {ForwardingAddress -ne $null} | FT Name,ForwardingAddress,DeliverToMailboxAndForward -Autosize
You can use the cmdlet above and process its output or export it to a CSV (using Export-CSV).
Control + Shift + Eject* | Locks your Mac so you will have to unlock it with your password. Note that this will also sleep the display but the Mac will continue to run. |
Command + Option + Eject* | Puts the entire Mac asleep. This is the same as clicking on the Apple-icon at the left-top and choose "Sleep". |
* Newer Macs: Eject = Power
To properly "lock" your Mac when using either of the shortcuts, you will have to enable Require password after sleep or screen saver begins (System Preferences → Security & Privacy). When not set to immediately, the configured delay will be used when using the shortcuts.
You can use Terminal in combination with AppleScript to set/change the wallpaper on your Mac. While not immediately obvious when you would need this, it might come in handy for automation purposes.
Open a Terminal and run the following command:
osascript -e 'tell application "Finder" to set desktop wallpaper to POSIX file "/path/to/file.jpg"'
Replace /path/to/file.jpg with the full path of the file you want to use. All common formats (JPG, PNG, etc.) are supported.
To look up MAC addresses on a Juniper switch (running JunOS), log on to the CLI, then type:
show ethernet-switching table brief
You can narrow down the search as well:
show ethernet-switching table brief | match 00:11:22:33:44:55
If you are not interested in Windows 10, but are plagued with the icon and prompts to upgrade to Windows 10, you can get rid of this. The Windows 10 Upgrade comes with Windows Update in KB3035583. You can uninstall this update in order to remove the Windows 10 Upgrade.
Note that after removal, you will have to hide the update from Windows Update to prevent it from being installed again.
When upgrading Dell Force10 switches, keep in mind that starting from FTOS version 9.10, MTU per port can no longer be set to 12000. It is now limited to a maximum of 9216, making it the same maximum as the DNOS (Dell Networking) firmware. After the firmware update, the MTU of each port will automatically be adjusted.
For jumbo frames, this doesn't really change anything. An MTU 9216 on the switch still results in a datagram MTU of 9000, sufficient for e.g. Equallogic storage.
You may encounter the problem with Windows Update to take an extreme amount of time to search for updates. Additionally, the Windows Update process (part of svchost.exe) runs at 100% CPU time and uses a large amount of memory.
You can resolve this by installing the optional KB3102810.
If you are installing a fresh copy of Windows 7 / 2008R2, it is also highly recommended to install KB3112343 before searching for other updates. This considerably speeds up the search for updates.
A bit hard to find through the search on Microsoft website, so here's the direct link:
https://www.microsoft.com/en-us/download/details.aspx?id=46697
Windows checks its access to the internet by performing an HTTP GET to the following URL:
http://www.msftncsi.com/ncsi.txt
If the request succeeds, Windows determines that the connection to the internet is up. The mechanism uses whatever has been set up as an internet connection and will also use any configured proxy.
In-place online archive, this means having your online archive readily available in Outlook, is only available if you have Office ProPlus or a standalone version of Outlook. Outlook from Office Standard (including Office365 Business Premium) does not provide access to the online archive, and as such, it can only be opened from OWA.