﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Exchange | IT Traveler</title>
	<atom:link href="https://ittraveler.org/tag/exchange/feed/" rel="self" type="application/rss+xml" />
	<link>https://ittraveler.org</link>
	<description>Заметки одного системного администратора о Powershell, Exchange, Windows, Linux, и многом другом...</description>
	<lastBuildDate>Sun, 16 Dec 2018 08:32:21 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>
	<item>
		<title>Назначение служб для сертификатов Exchange через Powershell.</title>
		<link>https://ittraveler.org/naznachenie-sluzhb-dlya-sertifikatov-exchange-cherez-powershell/</link>
					<comments>https://ittraveler.org/naznachenie-sluzhb-dlya-sertifikatov-exchange-cherez-powershell/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Thu, 12 Mar 2015 12:51:06 +0000</pubDate>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Powershell]]></category>
		<guid isPermaLink="false">http://ittraveler.org/?p=323</guid>

					<description><![CDATA[<p>В данной статье я расскажу как назначить службы сертификату Exchange через Powershell.Первое что мы сделаем, это выведем список текущих сертификатов Get-ExchangeCertificate В данном списке найдите сертификат которому вы будете назначать службу, и скопируйте его значение Thumbprint. Теперь назначим службу выбранному сертификату Enable-ExchangeCertificate -Server 'ExchangeServer' -Services 'SMTP' -Thumbprint 'EDF57B5F9D81F1EC329BFB77ADD4465B426A40FB' Так же можно назначить сертификат на все</p>
The post <a href="https://ittraveler.org/naznachenie-sluzhb-dlya-sertifikatov-exchange-cherez-powershell/">Назначение служб для сертификатов Exchange через Powershell.</a> first appeared on <a href="https://ittraveler.org">IT Traveler</a>.]]></description>
		
					<wfw:commentRss>https://ittraveler.org/naznachenie-sluzhb-dlya-sertifikatov-exchange-cherez-powershell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Поиск старых почтовых ящиков в Exchange 2010</title>
		<link>https://ittraveler.org/poisk-staryx-pochtovyx-yashhikov-v-exchange-2010/</link>
					<comments>https://ittraveler.org/poisk-staryx-pochtovyx-yashhikov-v-exchange-2010/#comments</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Wed, 31 Dec 2014 10:42:49 +0000</pubDate>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Powershell]]></category>
		<guid isPermaLink="false">http://ittraveler.org/?p=185</guid>

					<description><![CDATA[<p>В данной статье я расскажу как с помощью Powershell найти старые почтовые ящики Exchange и отправить уведомление на Email. Для решения этой задачи мы напишем скрипт, который будет делать следующее: 1) Импортирует модуль Exchange 2) импортирует модуль Active Directory 3) Найдет пользователей которые не заходили в систему 120 дней 4) Проверит у кого из них</p>
The post <a href="https://ittraveler.org/poisk-staryx-pochtovyx-yashhikov-v-exchange-2010/">Поиск старых почтовых ящиков в Exchange 2010</a> first appeared on <a href="https://ittraveler.org">IT Traveler</a>.]]></description>
		
					<wfw:commentRss>https://ittraveler.org/poisk-staryx-pochtovyx-yashhikov-v-exchange-2010/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Экспорт почтовых ящиков Exchange 2010 через Powershell и PST</title>
		<link>https://ittraveler.org/eksport-pochtovyx-yashhikov-exchange-2010-cherez-powershell-i-pst/</link>
					<comments>https://ittraveler.org/eksport-pochtovyx-yashhikov-exchange-2010-cherez-powershell-i-pst/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Wed, 31 Dec 2014 08:26:37 +0000</pubDate>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Powershell]]></category>
		<guid isPermaLink="false">http://ittraveler.org/?p=180</guid>

					<description><![CDATA[<p>В данной статье я расскажу как с помощью скрипта экспортировать несколько почтовых ящиков в PST. Для выполнения этой задачи нам понадобится заполненный CSV файл и Powershell скрипт. Шапка CSV файла будет такой: id; Далее мы будем использовать вот такой скрипт: $exchange&#38;nbsp;=&#38;nbsp;New-PSSession&#38;nbsp;-ConfigurationName&#38;nbsp;Microsoft.Exchange&#38;nbsp;-ConnectionUri&#38;nbsp;http://YOUR-EXCHANGE-SERVER/powershell&#38;nbsp;-Authentication&#38;nbsp;Kerberos Import-PSSession&#38;nbsp;$exchange&#38;nbsp; Get-PSSession #Список открытых сессий Get-MailboxExportRequest &#124; Remove-MailboxExportRequest -Confirm:$false $CSVpath = "C:\users.csv" Import-Csv $CSVpath</p>
The post <a href="https://ittraveler.org/eksport-pochtovyx-yashhikov-exchange-2010-cherez-powershell-i-pst/">Экспорт почтовых ящиков Exchange 2010 через Powershell и PST</a> first appeared on <a href="https://ittraveler.org">IT Traveler</a>.]]></description>
		
					<wfw:commentRss>https://ittraveler.org/eksport-pochtovyx-yashhikov-exchange-2010-cherez-powershell-i-pst/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
