Quantcast
Channel: Exchange Server 2013 - Outlook, OWA, POP, and IMAP Clients Forum
Viewing all 1169 articles
Browse latest View live

GPO to auto create outlook 2003

$
0
0

I'm trying to use a GPO to fire off this vb script and have the vb script use a .prf file that I've created.  I've tried copy both files to a local machine and then pointing the vb script to the .prf file in the root.  And it works perfectly.  But when I use the GPO to run the script at logon it runs, but it's not running the .prf file and I can't figure out why.  Here is the vb script.  It runs but displays the message at the bottom "Crucial file in script could not be found."  I've placed the .prf in the user\logon\scripts with the vb script and I've also tried this path sysvol\domainname\scripts and for some reason it's starting the .prf file.  I've got the  adm file to do this for 2007/2010 and it works great just trying to do the same for 2003.

Any suggestions would be great.

'This script determines if a specified mail profile already exists.
'If it doesn't, it will set the path to the prf-file containing
'the mail profile configuration settings.

'Script created by: Robert Sparnaaij
'For more information about this file see;
'http://www.howto-outlook.com/howto/deployprf.htm


'=====BEGIN EDITING=====

'Name of mail profile as in the prf-file
ProfileName = "Outlook"

'Path to the prf-file
ProfilePath = unc path to prf file

'Increase the ProfileVersion whenever you want to reapply the prf-file
ProfileVersion = 1

'======STOP EDITING UNLESS YOU KNOW WHAT YOU ARE DOING=====

const HKEY_CURRENT_USER = &H80000001
const HKEY_LOCAL_MACHINE = &H80000002

strComputer = "."
Set objRegistry = GetObject("winmgmts:\\" & _
    strComputer & "\root\default:StdRegProv")
 
strKeyProfilePath = _
 "Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\" _
 & ProfileName & "\9375CFF0413111d3B88A00104B2A6676"
strLastChangeVer = "LastChangeVer"
objRegistry.GetBinaryValue _
 HKEY_CURRENT_USER,strKeyProfilePath,strLastChangeVer,strValueLastChangeVer

If ProfileVersion > 1 Then
    strKeyProfileVersionPath = "SOFTWARE\HowTo-Outlook\DeployPRF"
    strProfileVersionName = ProfileName
    objRegistry.GetDWORDValue _
     HKEY_CURRENT_USER,strKeyProfileVersionPath,strProfileVersionName,strValueProfileVersion

    If IsNull(strValueProfileVersion) OR ProfileVersion > strValueProfileVersion Then
 ReapplyPrf = True
    End If
End If

If IsNull(strValueLastChangeVer) OR ReapplyPrf Then
    'The mail profile doesn't exist yet so we'll set the the ImportPRF key and remove the FirstRun keys

    'Determine path to outlook.exe
    strKeyOutlookAppPath = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\OUTLOOK.EXE"
    strOutlookPath = "Path"
    objRegistry.GetStringValue _
     HKEY_LOCAL_MACHINE,strKeyOutlookAppPath,strOutlookPath,strOutlookPathValue

    'Verify that the outlook.exe and the configured prf-file exist
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    If objFSO.FileExists(strOutlookPathValue & "outlook.exe") AND objFSO.FileExists(ProfilePath) Then

 'Determine version of Outlook
 strOutlookVersionNumber = objFSO.GetFileVersion(strOutlookPathValue & "outlook.exe")
 strOutlookVersion = Left(strOutlookVersionNumber, inStr(strOutlookVersionNumber, ".0") + 1)

 'Create the Setup key, set the ImportPRF value and delete the First-Run values.
 strKeyOutlookSetupPath = "SOFTWARE\Microsoft\Office\" & strOutlookVersion & "\Outlook\Setup"

 strImportPRFValueName = "ImportPRF"
 strImportPRFValue = ProfilePath
 objRegistry.CreateKey HKEY_CURRENT_USER,strKeyOutlookSetupPath
 objRegistry.SetStringValue HKEY_CURRENT_USER,_
      strKeyOutlookSetupPath,strImportPRFValueName,strImportPRFValue

 strFirstRunValueName = "FirstRun"
 objRegistry.DeleteValue HKEY_CURRENT_USER,_
      strKeyOutlookSetupPath,strFirstRunValueName

 strFirstRun2ValueName = "First-Run"
 objRegistry.DeleteValue HKEY_CURRENT_USER,_
      strKeyOutlookSetupPath,strFirstRun2ValueName

 'Save the applied ProfileVersion if larger than 1.
 If ProfileVersion > 1 Then
     objRegistry.CreateKey HKEY_CURRENT_USER,strKeyProfileVersionPath
     objRegistry.SetDWORDValue HKEY_CURRENT_USER,_
  strKeyProfileVersionPath,strProfileVersionName,ProfileVersion
 End If

    Else
        Wscript.Echo "Crucial file in script could not be found." &vbNewLine & _
        "Please contact your system administrator."
    End If

Else
    'The mail profile already exists so there is no need to launch Outlook with the profile switch.
    'Of course you are free to do something else here with the knowledge that the mail profile exists.
End If

'Cleaup
Set objRegistry = Nothing
Set objFSO = Nothing


Hotfix Claims Wrong Version

$
0
0
After upgrading to microsoft exchange 365 for our email I attempted to apply hotfix kb2687351 to office 2010 (and the corresponding one to office 2007). This worked on most PCs however there where 2 out of about 35 which gave me the error message: The expected version of the product was not found on the system. These 2 systems do have older products installed (things like project) but they also do have office 2010 installed. Is there a way to get this hotfix installed on these machines?

Outlook doesn't connect to server

$
0
0

After having installed Windows 8 Outlook 2013 preview, Outlook 2010 and Mail don't connect to Exchange server.  Same problem trying to use Webmail with Internet explorer.  The hang up with Oulouk occurs, when I open it and log on with password, it does not accept the password.  Am using Windows Live logon password. 

Any suggestions? Thanks

Lutz

I just shared a calendar that I organized for a conference and the category colors I used are not visible to those I have shared the calendar with. Is there a fix for this?

$
0
0

Running MS Outlook 2010 on a Windows 7- x64 machine.
After sharing a calander, some poeple are able to see the color coded schedule and other cannot.

Tried recreating calendar & re-permissioning, but still unable to view color.

Any ideas or tips?

-israel

Outlook 2010 Autocomplete Not Working - Have Tried Everything!

$
0
0
We rolled out about 70 Windows machines to all employees this past summer, they all have Windows 7 with Outlook 2010 on them, all are 32bit machines and are running through Exchange.  There are a hand full of employees that keep losing their auto-complete no matter what I have tried to fix it, some fixes will work for a day others it may be a week before the auto-complete names disappear again.  I have tried the following:
-Repaired the PST file with SCANPST
-Imported the users .NK2 file from their old 2007 Outlook using outlook.exe/importnk2
-Emptied the Autocomplete Cache to start fresh
-Renamed the RoamCache so it would create a new one on next startup of Outlook
-Pulled over a known good Stream_Autocomplete .dat file from a working machine and replaced it with the same name as the one on their machine
All have not seemed to work.  I have been looking at multiple sources online saying to use NK2Edit which I did install on a users machine but the fact that when they create a new contact they have to manually go back to NK2Edit and save a fresh copy of the .NK2 file so they can have it as a backup it case they lose the auto-complete again is not going to work in this environment.  There is no way these employees are 1)going to do this and 2)going to remember to do this.
One of the same users brought their machine to me yesterday again because they lost their autocomplete list so this was when I started looking into the NK2Edit program, now when I first opened it, it pulled up all the contacts that the user has been using since the last time I emptied the Autocomplete Cache on their Outlook.  So it is still seeming them at the correct Stream_Autocomplete .dat location but on Outlooks side when I go to type any of these users in the names do not pull up at all.  So why would I see them in the NK2Edit program but not when trying to pull them up in Outlook?  I clicked the save button in NK2Edit to see what it would do and it asked me "Do you want to overwrite the current NK2 file?" and it pointed to the correct location C:\Users\(username)\AppData\Local\Microsoft\Outlook\RoamCache\Stream_Autocomplete_0_XXXXXXXXXXXXXXXXXXXXXXX.dat so that is what I am confused at how can it pull up the contacts fine there but not in Outlook itself.
If anyone can shine some light on this it would be great or if anyone has any other solutions that they know work I would love to hear them.

Thanks!

Outlook 2007 missing sent item, however shows up when attaching mailbox to another outlook

$
0
0

Hello,

 In my organization we use Outlook 2007 w/ Exchange 2007 in a terminal server environment on Win2k3. I have an individual who is having an issue with certain mailbox items (specifically sent items) where the sent message is not showing up in his sent items folder. I can attach his mailbox to my Outlook and the message is visible to me in his sent items folder.

I checked to make sure no filters were on, set all views to default, even went as far as re-creating his Outlook and Windows profiles with no luck. I have also started outlook in safe mode and the message is still not visible to this user.

As this is on a thin client via RDP, i do not have the option to turn off cached mode, so that is not it either.

I am really stuck here and cannot figure out why this message is not showing in his sent items, however i can see it by attaching his mailbox.

Any help would be greatly appreciated.
Thanks,
Jeff

Exchange Issue

$
0
0
Is anyone familiar with this issue and know the resolution? client sends email from outlook, owa, iphone, ipad to anybody, he gets email in his inbox like the emails were sent to him. No rules are were/are set.   I'm assuming they are using exchange 2010.

Calender invites from External Domain not showing Details

$
0
0

Hi,

I manage two Networks (Company B and Company E) both use Exchange 2010 with Outlook 2010

A Director from Company B resides in Company E's office and uses email using Outlook Anywhere on a local PC.

SOME TIMES (1 in 10) When the director receives a Calender invite from anyone in "E" it comes through as below:

From: *** **@E.com

Sent: 31 October 2012 17:34

To: "Director" ***@B.com "Another User" **@B.com

Subject: Meeting

Additional attendees to be invited nearer the time as required.

--

This message has been scanned for viruses and dangerous content by www.b.com , and is believed to be clean.

it is very intermittent, and is only happening to this one person.

other users in "B" who work in their own office have not had this problem.

Can anyone assist with this?




Outlook 207 Cache mode can read email even if select cancel at password prompt (probably pertains to Exch 2013 as well)

$
0
0
Hi All,

I am using outlook 2007 with exchange 2007. I have laptops with outlook 2007 configured in cache mode. If a user launches outlook and they press cancel at the password prompt, they cannot GET new email but they can READ old email. How do I configure system(s) so if no password is entered or if wrong password is entered, the user cannot view old cached email. Any ideas?

Thanks 

Outlook doesn't load Safe Sender List

$
0
0

Hi All

Outlook 2010, Exchange 2010. Mix of Windows 7 and XP clients.

I created a GPO to automatically import a safe sender list.

When I open Outlook, I don't see any entries in my safe sender list.

If I navigate to HKEY_CURRENT_USER\Software\Policies\Microsoft\office\14.0\outlook\options\mail I see a JunkMailSafeSendersFile and the data points to the network path that contains the file. There is also JunkMailImportLists that is set to 1. I can manually import the file in Outlook so I don't think it has

anything to do with the file content or permissions.

The wonder stuff is, in other site, the configuration works perfectly.

Thanks to all who post.


Dan Pinheiro RJ - Brasil

Win 8 Explorer 10 and Web Mail Exchanger 2003 HELP!!!

$
0
0
Just bought nice new Computer running Windows 8 - 64Bit, Internet Explorer 10. Tried to get my email from work as I have done on dozens of computers using "mail.mycompanyname.com". Work uses exchange 2003. So I can log on and the basic viewing pane opens but the email never loads. Is there a workaround for this issue. No, I can't ask work to upgrade to a newer version of exchange. HELP!

Email Duplicated as Attachment?

$
0
0
Hello,

I am facing a problem with Outlook 2007, where a user sends an email but the receiver gets that email with two attachments of the same email that he just received. Also the sender can see this email (which he sent) with two attachments of the same email in his sent folder.

To explain more: for example: Mohammad Sends an email with the subject "Hello" to James. Mohammad will see the email "Hello" in his sent items with two attachments of the email "Hello". The receiver, James also receives one email called "Hello" with two attachments of the same email which he received.

Please help me out, Thank You So much.

Outlook 2010 and Outlook 2007 change the default addressbook from Global Address List to All Contacts

$
0
0
The issue occurs to all outlook 2007 and 2010 on our environment, the default Global Address List would change to the All Contacts, and after downloading the Full Address book, it would change back to the default Global addresslist

Problems connecting OL 2013 to Exchange 2013

$
0
0

I am trying to connect OL2013 to Exchange 2013.  however I am having problems to connect. When I try to

If I set up the profile manually I get the following error when opening outlook :

· "cannot start microsoft outlook. cannot open the outlook window. the set of folders cannot be opened. you must connect to microsoft exchange with the current profile before you can synchronise your folders with outlook data file (.ost)"

If I allow it to set it up by specifying the email (not selecting to setup the profile manually) I get

· "cannot start microsoft outlook. cannot open the outlook window. the set of folders cannot be opened. microsoft exchange is not available. either there are network problems or the exchange server is down for maintenance."

I have not managed to find any helpful info on how to solve this. Does anybody have any idea how to fix it?

Outlook shared folder tasks

$
0
0

Hi,

as an administrator and if i have shared a task folder with another user, can i prevent that user from deleting the shared folder.

 

i have shared task folders, but am worried my users may accidently delete the folders.


How do I remove these green squares from the calendar?

$
0
0

Hello all,

A user on our network is currently seeing blank green boxes on a shared calendar that can not be deleted or modified. This user is the only one affected by this issue on the network. The calendar is being shared using an Exchange server account and it is on a private domain. The boxes only appear when the calendar is in the month view.

Any assistance would be greatly appreciated.

Many thanks in advance,

Andrew

Setting an OOF using Outlook 2010 for a Shared Mailbox

$
0
0

Hello

We are using Exchange 2007 SP3 and Windows 7 with Outlook 2010.

Myself and my colleague from time to time need to set and out of office message for an exec or someone who is on extended leave.

We can achieve this using Outlook 2003 without a problem, but for Outlook 2010, when we click on Automatic Replies, we receive the error 

"Your automatic reply settings cannot be displayed because the server is currently unavailable. Try Again later"

From what I can tell, its that because I am logged in using my System Admin account (which has no mailbox), accessing another users mailbox, that Outlook cannot connect or authenticate to EWS to set the OOF.

We have no issues with users setting their own OOF messages.

Thanks.


Exchange 2007 Can't connect to mailbox

$
0
0
I can't connect to my exchange mailbox through Outlook or OWA.  I'm the exchange admin and have checked all setting I know of and can't find anything wrong.  

I have granted rights to other to connect from other workstation via OWA and they keep gettilng  "You do not have permission to open this mailbox. For access or for more information, contact technical support for your organization."

When I attempt to connect via Outlook 2010 I get "Cannot open your default e-mial folders.  You must connect to Microsoft Exchange with the current profile before you can synchronize your folder with your Outlook data file."  

I can ping the Exchange servers and I'm logged in to the exchange via remote desktop so I can get to the exchange system.  

I have tried to disconnect my mailbox from my current log in account and set up a second account.  Reconnect my mailbox to that account and still no luck.

Login to outlook.com --> Redirect to microsoftonline (Error no account)

$
0
0

When i want to login to outlook.com, i become the following error: This account does not have an Outlook Web App mailbox.

I have only a outlook.com (former hotmail) Account and no Outlook Web App (outlookonline.com).

Please help.

Exchange 2010 - Problem Printing Calendar in OWA

$
0
0

If a user doesn't have Full Permissions on a Exchange 2010 mailbox, the user can't print the OWA calendar.

When I select the printer object, the error on the IE page is "The item you tried to access no longer exists.  The item wasn't found.  You or a  delegate might have moved or deleted it using another computer or mobile phone."

Loading...  just keeps running.

Any suggestions?

Thanks

Ron

Viewing all 1169 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>