Thursday, December 28, 2017

Корпоративний Google Chrome або як керувати закладками

Під час роботи у компанії чи у замовника може виникнути потреба додати корпоративні web ресурси в закладки Google Chrome користувачам компанії.

 

Wednesday, December 27, 2017

Як дізнатись дату та час, коли Windows був встановлений на вашому комп'ютері або на сервері?

Іноді вам може знадобитись знати коли встановлена ОС Windows.

Є кілька способів перевірити дату та час встановлення Windows.
 

How to find out the date and time when Windows was Installed in your computer or server?

Sometimes you may want to know when Windows OS was installed?
There are some ways to check Windows installation date and time.
 
Method 1: Using SystemInfo command in Command Prompt
1. Open Command Prompt
2. Run following command:

systeminfo | find /i "date"
 
 
 
Method 2: Using WMIC command in Command Prompt
1. Open Command Prompt
2. Run following command:

WMIC OS GET installdate
 
 
 
Method 3: Using Registry Editor
1. Open regedit
2. Go to following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
 
3. Look for InstallDate DWORD value
 
 
4. This DWORD contains total number of seconds since 1st January 1970.
 

Method 4: Using SystemInfo Command in PowerShell

[PS] systeminfo | Select-String "Install Date:"

 
 
 

Tuesday, December 26, 2017

Update Windows Certification Authority to SHA256


certutil -setreg ca\csp\CNGHashAlgorithm SHA256
net stop certsvc
net start certsvc
 
 

Thursday, December 21, 2017

Exchange: Hide Mailbox from Address List


In organization you might need to hide a mailbox from the GAL for some reason.
For this procedure you may use Exchange Admin Center or the Exchange Management Shell.

Hide mailbox using the Exchange Admin Center:
Select Recipients - Mailboxes
Click edit on the mailbox where you want to hide from the GAL.
 
On the properties page for the user, ensure you are on the General tab/page
Select option "Hide from address lists" then click Save button.
 
 
 

Hide mailbox using the Exchange Management Shell:
 
Set-Mailbox -Identity <UserName> -HiddenFromAddressListsEnabled $true
 
 

To show mailbox using the Exchange Management Shell:
 
Set-Mailbox -Identity <UserName> -HiddenFromAddressListsEnabled $false
 
 
 
 


Thursday, December 7, 2017

System Center Endpoint Protection. Your system administrator has restricted access to this app.

When I click on System Center Endpoint Protection
I get following error: "Your system administrator has restricted access to this app."