![]() |
#1 |
Участник
|
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, напишите личное сообщение администратору. |
|
|
|