Показать сообщение отдельно
Старый 25.04.2018, 00:21   #1  
Blog bot is offline
Blog bot
Участник
 
25,475 / 846 (79) +++++++
Регистрация: 28.10.2006
lcs: Rotate the expired or nearly expired certificates on your downloadable VHD
Источник: https://blogs.msdn.microsoft.com/lcs...nloadable-vhd/
==============

To rotate certificates on machines created from the Dynamics 365 for Finance and Operations downloadable VHD, complete the following steps for each certificate. Sample PowerShell scripts are provided where applicable. 1. Identify which certificates will expire in the next two months. Get-ChildItem -path Cert:\LocalMachine\My | Where {$_.NotAfter -lt $(get-date).AddMonths(2)} | Sort NotAfter | Format-Table Subject,...

Источник: https://blogs.msdn.microsoft.com/lcs...nloadable-vhd/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.