|
|
|
date: Fri, 8 Feb 2008 14:47:00 -0800,
group: microsoft.public.exchange.development
back
Re: Exchange 2007 cmdlets adn AD replication
While Windows PowerShell does work with a lot of Windows components, and
Exchange Management Shell built on top of it "powershell-enables" Exchange,
Active Directory itself isn't really AD-enabled.
Any changed attributes get replicated using the normal AD replication
mechanism and schedules - intra-Site and inter-Site. Not something you
particularly worry about, and neither something (depending on nature of
change) you would want to trigger replication manually. If you want a
particular DC to get the info first, you can target most EMS commands
against a particular DC.
--
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------
"RD" wrote in message
news:396E6406-BD69-46EC-9B5B-07BBDFB87A13@microsoft.com...
>I was wondering if Exchange 2007 cmdlets like set-mailbox,
> set-mailboxdatabse, etc, which writes to AD, initiates any AD repliction
> within or outside the local site? If not, how one would know which AD is
> being updated?
> One of the properties that get displayed with Get-ExchangeServer cmdlet is
> the "CurrentConfigDomainController". I was wondering if this the DC that
> get
> used whenever we run cmdlets. Is this a singleton value or array.
>
> Any cmdlets to initiate AD replication?
>
> Thanks.
date: Fri, 8 Feb 2008 19:04:19 -0800
author: Bharat Suneja [MVP]
Re: Exchange 2007 cmdlets adn AD replication
>>Active Directory itself isn't really AD-enabled.
That doesn't make any sense... this should be "AD itself isn't really
PS-enabled".
--
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------
"Bharat Suneja [MVP]" wrote in message
news:ubSdGisaIHA.6024@TK2MSFTNGP06.phx.gbl...
> While Windows PowerShell does work with a lot of Windows components, and
> Exchange Management Shell built on top of it "powershell-enables"
> Exchange, Active Directory itself isn't really AD-enabled.
>
> Any changed attributes get replicated using the normal AD replication
> mechanism and schedules - intra-Site and inter-Site. Not something you
> particularly worry about, and neither something (depending on nature of
> change) you would want to trigger replication manually. If you want a
> particular DC to get the info first, you can target most EMS commands
> against a particular DC.
>
> --
> Bharat Suneja
> MVP - Exchange
> www.zenprise.com
> NEW blog location:
> exchangepedia.com/blog
> ----------------------------
>
>
>
> "RD" wrote in message
> news:396E6406-BD69-46EC-9B5B-07BBDFB87A13@microsoft.com...
>>I was wondering if Exchange 2007 cmdlets like set-mailbox,
>> set-mailboxdatabse, etc, which writes to AD, initiates any AD repliction
>> within or outside the local site? If not, how one would know which AD is
>> being updated?
>> One of the properties that get displayed with Get-ExchangeServer cmdlet
>> is
>> the "CurrentConfigDomainController". I was wondering if this the DC that
>> get
>> used whenever we run cmdlets. Is this a singleton value or array.
>>
>> Any cmdlets to initiate AD replication?
>>
>> Thanks.
>
date: Sat, 9 Feb 2008 01:28:37 -0800
author: Bharat Suneja [MVP]
|
|