Wednesday, July 12, 2017

Import Updates to WSUS from Microsoft Update Catalog

I want to show the ability to add updates to the WSUS in the example on KB4012598.
Open the WSUS console.
Select Import Updates

 

Імпорт поновлень до WSUS з Microsoft Update

Хочу показати можливість додавання поновлень до WSUS на прикладі KB4012598.

Відкриваємо консоль WSUS.
Виберіть Import Updates
 
 

Sunday, July 2, 2017

Install VMware Tools On Windows Server 2012 R2 / 2016 Core

 
Open the Virtual Machine Console -> VM -> Guest -> Install/Upgrade VMware Tools
 
 
Example 1.
In Command prompt type PowerShell
 
Check where the Vmware Tools are mounted on
 
[PS] Get-Psdrive
 
Go to the Drive with Vmware Tools
 
[PS] D:
 
[PS] .\setup64.exe
 
 
 
Follow the steps and restart when completed.
 
When install VMTools done - restart the server:
[PS] Restart-Computer
 
Example 2.
Enter the following command:     

D:\>setup64.exe /S /v "/qn REBOOT=Y"
 
 
Command prompt will return to D:\>. For a minute or two the installation is done than server will reboot.
 
 
 
 

Wednesday, June 21, 2017

Enable Exchange Online for modern authentication

By default, modern authentication isn't enabled in Exchange Online, but you can enable it.
 
Enable modern authentication in Exchange Online
 
1. Connect to Exchange Online PowerShell.
2. Run the following command in Exchange Online PowerShell:
 
 Set-OrganizationConfig -OAuth2ClientProfileEnabled $true
 
3. To verify that the change was successful, run the following command in Exchange Online PowerShell:
 
Get-OrganizationConfig | Format-Table -Auto Name,OAuth*

Enable Modern Authentication for Microsoft Office 2013

For enable modern authentication for Microsoft Office 2013, you need to set specific registry keys.
 
Note: Modern authentication is already enabled for Office 2016