HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\RasMan\Parameters\
параметр "DisableIKENameEkuCheck" типа DWORD, значение = 1
как получить дату такого формата, если на входе у меня есть 01.01.2025
Get-Date -Format "yyyy-MM-dd"
Get-Date -Format "yyyy-MM-dd HH:mm:ss"
как получить дату такого формата, если на входе у меня есть 01.01.2025внутри Exchange дата в формате YYYY-MM-DD HH:MM:SS
<Duration>
<StartTime>2005-10-05T00:00:00</StartTime>
<EndTime>2005-10-25T00:00:00</EndTime>
</Duration>
Computer Configuration/Administrative Templates/Windows Components/Store
on-premise Microsoft Exchange 2007-2016 server or Office365
A 13801 error can also occur if the VPN server does not have a properly configured server certificate. Ensure the VPN server has a valid certificate issued by the organization’s internal PKI that includes both the Server Authentication (OID 1.3.6.1.5.5.7.3.1) and IP security IKE intermediate (OID 1.3.6.1.5.5.8.2.2) EKUs. The subject name must match the public fully qualified domain name (FQDN) used by VPN clients to connect to the VPN server (not the server’s NetBIOS name). Again, ensure the certificate is valid (not expired), trusted, not revoked, and all necessary root and intermediate CA certificates are installed in their respective certificate stores.
транспортная очередь падает?тогда у вас встала бы вся почта...
IPAddress[] ipaddress = Dns.GetHostAddresses(HostName).First().ToString()
searcher.Filter = "(&(objectClass=computer)(ipAddress>='" + startIP + "')(ipAddress<='" + endIP + "'))";IP-адрес не хранится в AD. Вам надо не LDAP-фильтр менять, а по имени компа запрашивать IP-адрес (DNS Lookup) и сравнивать с требуемым диапазоном.
Контроллер из другого города сегодня отключилиа зачем отключили? обратно включить никак? Версия ОС там какая? (возможно, удастся вытащить базу AD)
эти службы везде работают без ошибок (ну и прочие службы, причастные к WSUS)?