Office Customization Tool for Click-To-Run

October 20th, 2018

Microsoft 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, 2018

Disable-PnpDevice “ACPI\NTN0530\0” -Confirm:$false

Winmail.dat – exchange 2010 MailContact

May 17th, 2018

Set-MailContact -UseMapiRichTextFormat:Never

Install Office 365 ProPlus on an Remote Desktop Services Server

May 12th, 2018

Instructions

  1. Log into your Remote Desktop Server
  2. Open your preferred Internet Browser
  3. Download the Deployment Tool:
    2013 Edition : http://go.microsoft.com/fwlink/p/?LinkID=282642
    2016 Edition : http://go.microsoft.com/fwlink/p/?LinkID=626065
  4. 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

 

How to set up PfSense High Availability (hardware redundancy)

January 5th, 2018

https://vorkbaard.nl/how-to-set-up-pfsense-high-availability-hardware-redundancy/

Reset Terminal license on Windows 2008, 2008 R2, 2012 and 2016

October 7th, 2017

While Windows installed with Terminal Server role it does work without License for 120 Days on trail license, where within 120 days if the License server is not Connected the server will stop accepting connection with below error and event ID

The solution was to delete the REG_BINARY in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod
Only leaving the default.

 

 

 

Loop 3 times times – Powershell

April 19th, 2017
for ($i=1; $i -le "3"; $i++)
{
"Loop"
}

 

Letsencrypt IIS

April 17th, 2017

@%SystemRoot%\System32\inetsrv\appcmd set config -section:staticContent -+”[fileExtension=’.’, mimeType=’text/plain’]”

Upgrading High Availability Deployments

March 3rd, 2017

Generally the recommended path for upgrading a High Availability cluster is to first upgrade the secondary node. After it comes back up, disable CARP on the primary node under Status > CARP, and run on the secondary for a period of time. If the secondary node is running comfortably as desired, upgrade the primary node and it will switch back to MASTER status after rebooting for the upgrade.

Link