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
Port Forwarding & Whitelisted IP access – EdgeMAX Router
April 17th, 2019Change Windows Desktop Background – Windows 10
February 2nd, 2019The 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 = ‘
Force Windows indexing to run faster
January 26th, 2019Edge Router Mac address
January 18th, 2019configure set interfaces ethernet eth0 mac a0:b1:c2:d3:e4:f5 commit save exit
Office Customization Tool for Click-To-Run
October 20th, 2018Microsoft has recently released a new tool aimed to simplify the configuration files required to make a custom deployment of Office in an organization. The tool, called Office Customization Tool for Click-To-Run, is currently in preview and provided as a cloud service available here.
Nuvoton SIO CIR Device Driver
June 23rd, 2018Disable-PnpDevice “ACPI\NTN0530\0” -Confirm:$false
Winmail.dat – exchange 2010 MailContact
May 17th, 2018Set-MailContact -UseMapiRichTextFormat:Never
Install Office 365 ProPlus on an Remote Desktop Services Server
May 12th, 2018Instructions
- Log into your Remote Desktop Server
- Open your preferred Internet Browser
- Download the Deployment Tool:
2013 Edition : http://go.microsoft.com/fwlink/p/?LinkID=282642
2016 Edition : http://go.microsoft.com/fwlink/p/?LinkID=626065 - Edit the configuration.xml and use:
<Configuration> <Display Level=“Full” AcceptEULA=“True” />
<Property Name=“SharedComputerLicensing” Value=“1” />
<Add SourcePath=“C:\Office2016Install” OfficeClientEdition=“64” >
<Product ID=“O365ProPlusRetail”> <Language ID=“en-us” />
</Product> <Product ID=“VisioProRetail”> <Language ID=“en-us” />
</Product>
</Add>
</Configuration>
5. From a command prompt (with admin rights), run:
cd \Office2016Install setup.exe /download configuration.xml
6. Now run:
setup.exe /configure configuration.xml
The setup will now install.
CredSSP updates for CVE-2018-0886
May 11th, 2018$Server = remoteHostName Invoke-Command -ComputerName $Server -ScriptBlock {(Get-WmiObject -class Win32_TSGeneralSetting -Namespace root\cimv2\terminalservices -Filter "TerminalName='RDP-tcp'").SetUserAuthenticationRequired(0)} #-Credential (Get-Credential)
https://support.microsoft.com/da-dk/help/4093492/credssp-updates-for-cve-2018-0886-march-13-2018″>https://support.microsoft.com/da-dk/help/4093492/credssp-updates-for-cve-2018-0886-march-13-2018