Year: 2018
New-MailboxExportRequest -ContentFilter “”(Received -lt ’01/01/2019′) -and (Received -gt ’01/01/2018′)”” -Mailbox “1234@1234.com” -FilePath “\\server\Pst$\1234@1234.com.pst” -AcceptLargeDataLoss:$true -BadItemLimit “9999”
Year: 2018
New-MailboxExportRequest -ContentFilter “”(Received -lt ’01/01/2019′) -and (Received -gt ’01/01/2018′)”” -Mailbox “1234@1234.com” -FilePath “\\server\Pst$\1234@1234.com.pst” -AcceptLargeDataLoss:$true -BadItemLimit “9999”
Exclude initial check to Office 365 Autodiscover URL
Set-ItemProperty -Path “HKCU:\Software\Microsoft\Office\16.0\Outlook\AutoDiscover” -Name ‘ExcludeExplicitO365Endpoint’ -Value 1 -Type DWORD –Force
On your Windows Vista, 7 or 8 client machine change or add the following registry item:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent
New DWORD (32-bit) Value:
AssumeUDPEncapsulationContextOnSendRule
Set the value to 2
This allows the client or server to be behind a NAT firewall.
Reboot after making the change, and retry the connection.
After upgrading to Windows 10, I have had some issues with a couple of RDP connections that wouldn’t store the username and password (credentials). Despite ticking the box to save the credentials, it would always prompt me to enter the password.
Here’s how to fix the issue with RDP not saving the login information, which should work not just on Windows 10, but also other versions of Windows if you have the same problem:
https://tommynation.com/fix-rdp-saving-password-credentials-windows-remote-desktop-connection/
configure
set firewall name WAN_IN rule 100 action accept
set firewall name WAN_IN rule 100 protocol tcp
set firewall name WAN_IN rule 100 destination port 3389
set firewall name WAN_IN rule 100 description “RDP”
set firewall name WAN_IN rule 100 source address 188.XXX.XXX.XXX
set service nat rule 100 type destination
set service nat rule 100 description “RDP”
set service nat rule 100 inside-address address 10.XX.XX.XX
set service nat rule 100 inside-address port 3389
set service nat rule 100 inbound-interface eth0
set service nat rule 100 protocol tcp
set service nat rule 100 log disable
commit
save
The background is stored in the registry. There are a few different ways to set it. But there several ways to set a registry value via the command line.
To set the background to a specific color you need to unset any wallpaers, and set the color.
HKEY_CURRENT_USER\Control Panel\Colors\Background = ‘r g b’
HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper = ‘
configure set interfaces ethernet eth0 mac a0:b1:c2:d3:e4:f5 commit save exit