Exchange 2007 - Schedule to Send/Receive
Hi to all
How Do I make some users to use exchange server 2007 to send / receive for specific hours during the day.
These users have Microsoft Outlook for Desktop and Iphone to access their emails.
I was thinking on blocking access from Active Directory to Outlook, but They still have the iphone, that's why I have to done this on Exchange Server.
Best Regards and thanks for your time and clues
July 26th, 2012 1:39pm
I appreciate your response.
Do you know where I can find an example of this, so I can change it with our information.
Once again thanks
Free Windows Admin Tool Kit Click here and download it now
July 26th, 2012 1:49pm
Great !!! Thanks I will try this up.
Have a nice one.
July 27th, 2012 9:54am
Hi Janestechman
Well I followed your instructions and I got the following message
C:\>powershell.exe c:\scripts\disableexchange.ps1
The term 'Set-CASMailbox' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path
was included, verify that the path is correct and try again.
At C:\scripts\disableexchange.ps1:1 char:65
+ import-csv c:\scripts\users.csv | foreach-object {Set-CASMailbox <<<< $_.ali
as -ActivesyncEnabled:$false -owaenabled:$false -mapienabled:$false}
+ CategoryInfo : ObjectNotFound: (Set-CASMailbox:String) [], Comm
andNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
C:\>
Any idea about this .. =) thanks
Regards
Free Windows Admin Tool Kit Click here and download it now
July 27th, 2012 10:31am
My bad you need to use exchange powershell example below just update it to match yours.
powershell.exe -command ". 'C:\Program Files\Microsoft\Exchange Server\V14\bin\RemoteExchange.ps1'; Connect-ExchangeServer -auto; c:\Scripts\MoveMailboxes.ps1"James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com
July 27th, 2012 10:43am
Ok.
It did change features from Enable to Disable, but people from list, still can send and receive emails .. =\ How could this be possible ..?
Free Windows Admin Tool Kit Click here and download it now
July 27th, 2012 12:56pm
DS cache, it could take some time to take affect.James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com
July 27th, 2012 1:28pm
Ok I got ya ..so let's say that I could just schedule the tasks with two hours difference.
Free Windows Admin Tool Kit Click here and download it now
July 27th, 2012 3:17pm
Hi Jamestechman ..
Guess what !! I have done everything and still can get and send email .. =\ I have reduced the age time to 20 minutes and still. only on iphone get the message Cannot Get Mail ..which is ok because all the features are disabled, but under Microsoft Outlook
2007/2010 did not.
Am I missing something here ..? thanks anyway I really appreciate your time and help.
July 31st, 2012 11:23am
Does it eventually take affect by 2hrs? I have read that the cache age limit doesn't not work for certain access.
James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
July 31st, 2012 1:09pm