I need to delegate adding contacts to clerical staff

Exchange 2013 running on 2012 R2, Windows 8.1 desktops.
We have a Powershell script the domain admins use to add Exchange contacts. It simply asks for the name of the contact, formats the name, adds the user as a contact, and then adds the contact email address to a MessageLabs import file.
I want to hand this off to the same clerical person that sends the email saying, "add Joe Smith - [email protected]".
What permissions (or anything else) does this user need? The script is below. (And even though I have been dabbling in Powershell for years, I feel I still am a Powershell newbie, so any constructive criticism of the script is welcome, knowing I err
on the side of self-documentation over concise - formerly writing in COBOL is a factor here.)  :^)
Rob
# add exchange snap-in
Add-PSSnapin Microsoft.Exchange.Management.PowerShell.SnapIn
$today         = (get-date).Date
# create messagelabs import file when run on new day
$msglabs       = "C:\Users\administrator.MIAT\Desktop\messagelabs.csv"
$lastWriteTime = ((Get-Item $msglabs).LastWriteTime).date
if ($lastWriteTime -ne $today) {New-Item $msglabs -type file -force}
Write-Output "To keep going hit enter, else any key + enter to quit."
$keep_going    = ""
do
# get student info interactively
$contact_fname = Read-Host "First name"
$contact_fname = $contact_fname.Trim();
$contact_lname = Read-Host "Last  name"
$contact_lname = $contact_lname.Trim();
$contact_forwd = Read-Host "Forward to"
$contact_forwd = $contact_forwd.Trim();
# set up mail alias
$contact_fname = $contact_fname.Substring(0,1).ToUpper()+$contact_fname.Substring(1).ToLower()
$contact_lname = $contact_lname.Substring(0,1).ToUpper()+$contact_lname.Substring(1).ToLower()   
$contact_finit = $contact_fname.Substring(0,1)
$contact_cname = $contact_fname + " " + $contact_lname
$contact_alias = $contact_finit + $contact_lname
# create mail contact and messagelabs address record
New-MailContact -ExternalEmailAddress $contact_forwd -Name $contact_cname -Alias $contact_alias -FirstName $contact_fname -Initials '' -LastName $contact_lname
Set-MailContact $contact_forwd -HiddenFromAddressListsEnabled $True
Write-Output (Get-Mailcontact -Filter {DisplayName -eq $contact_cname}).emailaddresses | Select-String "domain.ext"
Add-Content $msglabs ($contact_alias + "@domain.ext")
$keep_going    = Read-Host “Keep going?"
while ($keep_going -eq "")
$upload_contacts = read-host "Upload new accounts to filtering service daily. Login to messagelabs, services, platform, upload, browse for messagelabs.csv...hit enter when ready"
# go to the messagelabs web site for uploading the new student email contacts
start "https://clients.messagelabs.com"

Martin,
Thank you for your reply - I needed three things to get it to work.
First of all, thank you for your -OrganizationalUnit parameter suggestion. That allowed me to direct the contact to the OU I desired.
I also stumbled across Don Jones' excellent post on implicit vs. explicit remoting:
http://blogs.technet.com/b/heyscriptingguy/archive/2012/01/23/learn-how-to-use-powershell-to-run-exchange-server-commands-remotely.aspx
Using implicit remoting, I was able to get the script to work from a client workstation, without loading any exchange tools on the client, but logged in as an administrator.
And, giving the user Organization Mangement privileges from the Exchange admin center allowed the script to run on the client logged in as the user.
I am very excited about being able to delegate this to the staff.
One question: when I add a user on the exchange server, it returns one line of output; when I do it on the client, I get two full scrolled pages of data. Why the expanded output?
Rob
Here is the new script:
# create implicit remote powershell session on exchange server
$cred = Get-Credential domain\administrator
$session = New-PSSession -ConfigurationName microsoft.exchange -connectionuri http://canexch1/powershell -Credential $cred
Import-PSSession $session
# create messagelabs import file when run on new day
$today = (get-date).Date
$msglabs = "M:\department\admissions\messagelabs.csv"
$lastWriteTime = ((Get-Item $msglabs).LastWriteTime).date
if ($lastWriteTime -ne $today) {New-Item $msglabs -type file -force}
Write-Output "To keep going hit enter, else any key + enter to quit."
$keep_going = ""
do
# get student info interactively
$contact_fname = Read-Host "First name"
$contact_fname = $contact_fname.Trim()
$contact_lname = Read-Host "Last name"
$contact_lname = $contact_lname.Trim()
$contact_forwd = Read-Host "Forward to"
$contact_forwd = $contact_forwd.Trim()
# set up mail alias
$contact_fname = $contact_fname.Substring(0,1).ToUpper()+$contact_fname.Substring(1).ToLower()
$contact_lname = $contact_lname.Substring(0,1).ToUpper()+$contact_lname.Substring(1).ToLower()
$contact_finit = $contact_fname.Substring(0,1)
$contact_cname = $contact_fname + " " + $contact_lname
$contact_alias = $contact_finit + $contact_lname
# create mail contact and messagelabs address record
New-MailContact -ExternalEmailAddress $contact_forwd -Name $contact_cname -Alias $contact_alias -FirstName $contact_fname -LastName $contact_lname -organizationalunit 'domain.local/Student Users and Computers/Forwards'
Set-MailContact $contact_forwd -HiddenFromAddressListsEnabled $True
Write-Output (Get-Mailcontact -Filter {DisplayName -eq $contact_cname}).emailaddresses | Select-String "domain.edu"
Add-Content $msglabs ($contact_alias + "@domain.edu")
$keep_going = Read-Host “Keep going?"
while ($keep_going -eq "")
$upload_contacts = read-host "Upload new accounts to filtering service daily. Login to messagelabs, services, platform, upload, browse for messagelabs.csv...hit enter when ready"
# go to the messagelabs web site for uploading the new student email contacts
start "https://clients.messagelabs.com"

Similar Messages

  • A mass request ( Things need to be added, improved...

    Things need to be added, improved, modifying or even be developed in any update or upcoming version of Windows Phone - in my opinion - are as follows :
    System Improvements :
    1- Windows Phone must include a System , folder & files Management app as embedded app rather than an external or independent limited functions app . Also files Explorer or Files Management app should handle all files ( whatever it was ) that are being transfered through Bluetooth and shows save location on the mobile .
    2- Install applications from external memory ( SD Card ) without needing to Internet connection , as well as doing search in the phone using Bing search button without need for an Internet connection .
    3- Allow phone book contacts linking to any of Social or communication , dialing or calling apps , such as Line , Telegram , KakaoTalk & WhatsApp as an example and not being limited to Skype, Facebook or Linkedin only .
    4-  Windows Phone must support running Adobe flash files ( swf & flv ) , Animated GIFs & Java files to be run & play on all WP8 devices .
    5- Fix consuming huge amounts of data on memory by installed apps , the matter that often not found on a PC! .
    6 - one of many defects / faults / shortcomings in WP 8.1 is that user can't add any apps by himself to run within apps for video calls that exist in phone settings , nor adding apps in notifications action center , or apps that its status can be appear on lock screen , unlike ( rather than ) predefined apps by system itself , as well as , there is no ( choice / function / option ) to add an application that can be used to run different function , such as selecting Adobe photoshop Express to be within apps that can run picture files captured .
    7- There is no data connection switching & data speed connection type ( 4,3,2 G ) switching function in WP 8.1 notifications + actions center as well as Alarms function .
    8- Support memory Card readers and flash USB through mobile's micro USB .
    9- improving Device hub function which display all connecting devices , but doesn't allow access to nor control or operate it .
    10- Support recognize handwriting that support Arabic language & applications that support Arabic handwriting  
    11 - there are duplicated features in its functions such as backup & sync my settings , Advertising id & IE privacy protection , NOKIA account & email + accounts , Network + & phone settings , about & extras + info , display & brightness function , rate us & feedback function .
    12- Enhancing Backup function for SMS Messaging .
    13- one of many defects / faults / shortcomings is that when someone want to add a contact phone number , WP 8.1 doesn't let you select your save place or method , whether it was on sim card , SD card , phone memory or your Microsoft account , unfortunately WP save it directly only on your MS account by default .
    Applications improvements :
    1- Much bigger support for major & significant applications in all areas and categories .
    2- Improving & Enhancing Office document working experience & make preloaded or saved html browsed files can be readable easily .
    Office Mobile that's run on WP is extremely primitive , unlike Android office suite Kingsoft Office that include most of desktop office suite features & WP 8.1 Office app still run with a primitive edition that was running on Symbian powered NOKIA mobiles in the early second millennium !
    3- Must support & providing with Google apps & services , such as : Gmail , Google Drive , Translate , Maps , Earth , Youtube , Books , Google Chrome , Cloud Print , Voice , Wallet , Sites , Scholar , Panoramio .
    4-  Develop & improve group video calls apps that can send and share various file types plus adding simultaneous group sharing or common group action / work for the same file in the same moment feature. that means you can open a video file for watching while all participants can watch it playing in the same time . Also we can open an app like papyrus and all what we do writing in is shown for all participants in the same time and also they can do writing in and save what they have done. Also, when playing audio file, all participants can listen to it at the same time ( this is completely different from upload and sharing feature and may looks like web conferencing ).
    5- Improving & Enhancing Remote Access apps & technologies for Devices & Systems Administration .
    Browser improvements :
    1- Adding  Save Page as feature for html webpages that have been saved through G.Chrome in Windows 7 or have been browsed through IE 11 on WP 8.1 . 
    2- an important functions in IE doesn't exist or discarded , such as home page button & Navigation buttons ( back & forward ) .
    Store Improvements :
    1- resolve problem of store restricted download for certain apps that are dedicated to particular region .
    2- Install applications from external memory ( SD Card ) without needing to Internet connection .
    Maps Improvements :
    Enhancing maps applications by adding ability to add places and landmarks to the map by the user , for example when I go for a trip or a picnic , I pass with someplace or landmark , such as a shopping mall , pharmacy or bookshop , ... etc where I like to add and save such this location data ( Name , info & details ) on map , then find it later through search function on this app like here maps or here drive .
    Wallet Improvements :
    WP 8.1 Wallet should be improved to support and accept shop , buy from and payment for various websites and online stores , such as ebay , Amazon & Ali express and not being limited to buy from and pay for Microsoft stores only .
                    Also , WP 8.1 Wallet became so primitive , because it is not ordered and categorized like previous WP version ( 8 ) , where you can name every card , set its details & infos and let ( allow ) you add various types of payment cards , such as : debit cads , offers : discounts coupons , subscriptions , memberships , prepaid cards , bank accounts ( your online mobile banking service data ) & E- payment accounts like Paypal rather than improve it to accept and support Mastercard paypass , electronic bill payment ( gas, electricity , water , telephone , any purchases ) like a POS machine , however it isn't like this in recent version of WP ( 8.1 ) . All the matter that Wallet takes or sync your raw , primary and so basic data as it is from your account on Microsoft ! and don't let you make any additions , modification or any specific customization .
    Display & lock screen Improvements :
    1- Make alerts & notifications on lock screen are interactive .
    2- there is no news reader function / feature on lock screen like rss feeds .
    3- Support wireless screen content sharing : Clone View , Miracast , WiDi ( WiFi Display ) , screen mirroring on large displays for all WP8.1 devices .
    Print & printing improvements :
    Support Wireless & Network printing for Office , Pdf , html & picture files or from any readable applications ( such as : news apps , health & fitness apps , some business apps , Education & books + reference apps ) .
    Networks & Connection Improvements:
    1- Expand WiFi , Bluetooth profiles & other wireless connecting technologies uses and functionality to include other technologies unlike ( rather than being limited to ) Bluetooth & WiFi , such as : WiFi direct , WiDi , Miracast , …etc .
    2- Adding Wi-Fi direct feature for all WP devices to send any files through a Wi-Fi Connection directly.
    3- Support wireless connecting to various devices , networking with & access to such as PCs & Printers for files sharing or exchanging , management.
    Hardware improvements :
    1- Support recognize handwriting that support Arabic language & applications that support Arabic handwriting.
    2- Support memory Card readers and flash USB through mobile's micro USB .
    Security & Protection Improvements :
     improve device security and protection against stealing , like making an app for detect the person who enter invalid lock key to open the device .
    ==================================================​======

    System Improvements :
    1- Windows Phone must include a System , folder & files Management app as embedded app rather than an external or independent limited functions app . Also files Explorer or Files Management app should handle all files ( whatever it was ) that are being transfered through Bluetooth and shows save location on the mobile .
    Why? To what end?
    You have no business in the main OS file system and due to the way the OS works this is simply not possible.
    2- Install applications from external memory ( SD Card ) without needing to Internet connection , as well as doing search in the phone using Bing search button without need for an Internet connection .
    Is possible now, download the XAP from the store and copy to SDcard. Internet connection will always be needed to verify regional restrictions and ownership amongst other things.
    3- Allow phone book contacts linking to any of Social or communication , dialing or calling apps , such as Line ,
    Telegram , KakaoTalk & WhatsApp as an example and not being limited to Skype, Facebook or Linkedin only .
    Talk to the respective developers, the OS provided the hooks, they need to implement this.
    4- Windows Phone must support running Adobe flash files ( swf & flv ) , Animated GIFs & Java files to be run & play on all WP8 devices .
    No modern day mobile OS supports Flash, it was discontinued a long time ago
    Not sure why JAVA would be such a big deal.. I can see the huge security issues and would expect it to conflict with OS
    5- Fix consuming huge amounts of data on memory by installed apps , the matter that often not found on a PC! .
    Not sure what you are getting at here, on your PC you need about three times the application install size as well.
    6 - one of many defects / faults / shortcomings in WP 8.1 is that user can't add any apps by himself to run within apps for video calls that exist in phone settings , nor adding apps in notifications action center , or apps that its status can be appear on lock screen , unlike ( rather than ) predefined apps by system itself , as well as , there is no ( choice / function / option ) to add an application that can be used to run different function , such as selecting Adobe photoshop Express to be within apps that can run picture files captured .
    Any app can use the notification centre is the developer supports it, go talk to them. Otherwise this makes no sense to me at all. I have no idea what you are getting at..
    7- There is no data connection switching & data speed connection type ( 4,3,2 G ) switching function in WP 8.1 notifications + actions center as well as Alarms function .
    Coming in new OS update. Not sure what this has to do with Alarms function
    8- Support memory Card readers and flash USB through mobile's micro USB .
    Not going to happen due to security issues
    9- improving Device hub function which display all connecting devices , but doesn't allow access to nor control or operate it .
    If there are supporting apps for said device they will show up here. Again the functionality is there, it's up to developers to implement
    10- Support recognize handwriting that support Arabic language & applications that support Arabic handwriting
    Could not care less.
    11 - there are duplicated features in its functions such as backup & sync my settings , Advertising id & IE privacy protection , NOKIA account & email + accounts , Network + & phone settings , about & extras + info , display & brightness function , rate us & feedback function .
    12- Enhancing Backup function for SMS Messaging .
    Why/How? you need to save a txt.. copy/paste it to a note ..
    13- one of many defects / faults / shortcomings is that when someone want to add a contact phone number , WP 8.1 doesn't let you select your save place or method , whether it was on sim card , SD card , phone memory or your Microsoft account , unfortunately WP save it directly only on your MS account by default .
    Nope, when you have multiple accounts the OS will ask which account the contact needs to sync with.
    Applications improvements :
    1- Much bigger support for major & significant applications in all areas and categories .
    Talk to the developers of said apps
    2- Improving & Enhancing Office document working experience & make preloaded or saved html browsed files can be readable easily .
    Can't say I have any issues with Office
    3- Must support & providing with Google apps & services , such as : Gmail , Google Drive , Translate , Maps , Earth , Youtube , Books , Google Chrome , Cloud Print , Voice , Wallet , Sites , Scholar , Panoramio .
    Talk to Google, they choose to ignore Windows Phone for some reason
    4- Develop & improve group video calls apps that can send and share various file types plus adding simultaneous group sharing or common group action / work for the same file in the same moment feature. that means you can open a video file for watching while all participants can watch it playing in the same time . Also we can open an app like papyrus and all what we do writing in is shown for all participants in the same time and also they can do writing in and save what they have done. Also, when playing audio file, all participants can listen to it at the same time ( this is completely different from upload and sharing feature and may looks like web conferencing ).
    Again, talk to developers, ther groundwork is actually in the OS.. Take up developing apps and do it yourself. If you think it's a big deal you stand to make a lot of money.
    5- Improving & Enhancing Remote Access apps & technologies for Devices & Systems Administration .
    No problem accessing anything through SSH or through any of the apps I have to access my PC, my server, my media players or my Xbox..
    Browser improvements :
    1- Adding Save Page as feature for html webpages that have been saved through G.Chrome in Windows 7 or have been browsed through IE 11 on WP 8.1 .
    This is a phone, not a desktop computer.. Do a screenshot
    2- an important functions in IE doesn't exist or discarded , such as home page button & Navigation buttons ( back & forward ) .
    Never missed the home button, actually never use it on my PC as well.. as far as back/forward goes try the back button (forward makes little sense to me anyway
    Store Improvements :
    1- resolve problem of store restricted download for certain apps that are dedicated to particular region .
    Talk to the developers, they set these limits when publishingthe app(s)
    2- Install applications from external memory ( SD Card ) without needing to Internet connection .
    See the earlier mention of this one
    Maps Improvements :
    Enhancing maps applications by adding ability to add places and landmarks to the map by the user , for example when I go for a trip or a picnic , I pass with someplace or landmark , such as a shopping mall , pharmacy or bookshop , ... etc where I like to add and save such this location data ( Name , info & details ) on map , then find it later through search function on this app like here maps or here drive .
    Tap/hold then save as favourite. Been there like forever
    Wallet Improvements :
    WP 8.1 Wallet should be improved to support and accept shop , buy from and payment for various websites and
    online stores , such as ebay , Amazon & Ali express and not being limited to buy from and pay for Microsoft stores only .
    Also , WP 8.1 Wallet became so primitive , because it is not ordered and categorized like previous WP version ( 8 ) , where you can name every card , set its details & infos and let ( allow ) you add various types of payment cards , such as : debit cads , offers : discounts coupons , subscriptions , memberships , prepaid cards , bank accounts ( your online mobile banking service data ) & E- payment accounts like Paypal rather than improve it to accept and support Mastercard paypass , electronic bill payment ( gas, electricity , water , telephone , any purchases ) like a POS machine , however it isn't like this in recent version of WP ( 8.1 ) . All the matter that Wallet takes or sync your raw , primary and so basic data as it is from your account on Microsoft ! and don't let you make any additions , modification or any specific customization .
    Up to stores/developers/shops/banks to support. The option is there and built in.
    Display & lock screen Improvements :
    1- Make alerts & notifications on lock screen are interactive .
    It's a lockscreen for a reason
    2- there is no news reader function / feature on lock screen like rss feeds .
    See above
    3- Support wireless screen content sharing : Clone View , Miracast , WiDi ( WiFi Display ) , screen mirroring on large displays for all WP8.1 devices .
    Depends on hardware, available where supported.
    Print & printing improvements :
    Support Wireless & Network printing for Office , Pdf , html & picture files or from any readable applications ( such as : news apps , health & fitness apps , some business apps , Education & books + reference apps ) .
    several apps in store for this
    Networks & Connection Improvements:
    1- Expand WiFi , Bluetooth profiles & other wireless connecting technologies uses and functionality to include other technologies unlike ( rather than being limited to ) Bluetooth & WiFi , such as : WiFi direct , WiDi , Miracast , …etc .
    Not sure what you are getting at here. IMO technologies should be used for what they are intended, not whatever side effects/hacks ppl made up oever time or at at time when there were no real options. Actually Bluetooth internet sharing is coming in the next update.
    2- Adding Wi-Fi direct feature for all WP devices to send any files through a Wi-Fi Connection directly.
    For what purpose?
    3- Support wireless connecting to various devices , networking with & access to such as PCs & Printers for files sharing or exchanging , management.
    My files are on Onedrive and available anywhere anyway.. no need for this
    Hardware improvements :
    1- Support recognize handwriting that support Arabic language & applications that support Arabic handwriting.
    2- Support memory Card readers and flash USB through mobile's micro USB .
    mentioned earlier, if you say so
    Security & Protection Improvements :
    improve device security and protection against stealing , like making an app for detect the person who enter invalid lock key to open the device .
    Not sure how you see this.. once I take the SIM out and reset the link to you is gone
    ==================================================​======
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • Adding contacts to my new 8900 is not working.

    adding contacts from oultlook and /or outlook express to my new 8900 is not working. i tried everything from removing and re-installing the desktop manager to removing the battery of the device. nothing seems to be working.

    Ah, very helpful when we have the complete information.
    Desktop Manager 4.7 is not compatible with Outlook 2000, so that won't work. You will need to use DM version 4.2, Service Pack 2; or upgrade your Outlook to 2003 or better.
    For Express, it should work with Outlook Express 6. Check your advanced sync settings configuration and make sure you have it set to two-way sync and to notify you. 
    Desktop Manager 4.7:
    The following organizers are supported for use with Intellisync:
    IBM Lotus Notes 6, 6.5, 7, 8
    Microsoft Outlook 2002, 2003, 2007
    Microsoft Outlook Express 6, Microsoft Windows Contacts (Vista Address Book)
    Novell GroupWise 6.5, 7
    Yahoo!®
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How can i get newly added contacts for a Mailbox User in Exchange Server 2013

    Hi all,
    I need to synchronize contacts in Exchange Server and Sugar CRM Application, for that
    i need to get newly added contacts for a User in Exchange Server 2013 by using EWS Managed API.
    I know how get the list of all contacts for a particular user , but in the list how i can find
    new contacts ?

    Hi Dora,
    that's the fun thing:
    You add your own property (and it'll be invisible to outlook users, not to worry).
    Extended Properties allow you to define custom property on Exchange Items. And it has a
    method for setting those too.
    Here's a short post doing a very simple intro on using Extended Properties.
    Glen's Exchange Blog is a generally useful resource when working with EWS, I'm confident you'll be able to find lots of tips there as well.
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • Will newly added contacts and messages gets deleted after restoring old backup on iphone..??

    Hey everyone, i backup my iphone 4 a month ago after that , i defeated the final remaining enemy 'ryth' in infinity blade 2
    than after 3 months i bought my new 4th gen ipad 32gb with cellular i installed unfinity blade 2 on it an when launches it it started from begining, don't know why icloud saves didn't worked. But the problem is that now on my iphone it also sarted from begining. Some discussion said backup your phone for this problem but if i backup my phone from that one month old backup will it delete my new added contacts, new messages on phone and on whatsapp?
    and if anyone have solution for IB2 without restoring the hone that would be great....! Plz halp...!!

    This is what is backed up
    iTunes will back up the following information
    Contacts* and Contact Favorites (regularly sync contacts to a computer or cloud service such as iCloud to back them up).
    App Store Application data including in-app purchases (except the Application itself, its tmp and Caches folder).
    Application settings, preferences, and data, including documents.
    Autofill for webpages.
    CalDAV and subscribed calendar accounts.
    Calendar accounts.
    Calendar events.
    Call history.
    Camera Roll (Photos, screenshots, images saved, and videos taken. Videos greater than 2 GB are backed up with iOS 4.0 and later.)
    Note: For devices without a camera, Camera Roll is called Saved Photos.
    Game Center account.
    Home screen arrangement.
    In-app purchases.
    Keychain (this includes email account passwords, Wi-Fi passwords, and passwords you enter into websites and some other applications. If you encrypt the backup with iOS 4 and later, you can transfer the keychain information to the new device. With an unencrypted backup, you can restore the keychain only to the same iOS device. If you are restoring to a new device with an unencrypted backup, you will need to enter these passwords again.)
    List of External Sync Sources (MobileMe, Exchange ActiveSync).
    Location service preferences for apps and websites you have allowed to use your location.
    Mail accounts (mail messages are not backed up).
    Installed Profiles. When restoring a backup to a different device, installed configuration profiles are not restored (such as accounts, restrictions, or anything which can be specified through an installed profile.) Any accounts or settings that are not associated with an installed profile will still be restored.
    Map bookmarks, recent searches, and the current location displayed in Maps.
    Microsoft Exchange account configurations.
    Network settings (saved Wi-Fi hotspots, VPN settings, network preferences).
    Nike + iPod saved workouts and settings.
    Notes.
    Offline web application cache/database.
    Paired Bluetooth devices (which can only be used if restored to the same phone that did the backup).
    Safari bookmarks, cookies, history, offline data, and currently open pages.
    Saved suggestion corrections (these are saved automatically as you reject suggested corrections).
    Messages (iMessage and carrier SMS or MMS pictures and videos).
    Trusted hosts that have certificates that cannot be verified.
    Voice memos.
    Voicemail token. (This is not the voicemail password, but is used for validation when connecting. This is only restored to a phone with the same phone number on the SIM card).
    Wallpapers.
    Web clips.
    YouTube bookmarks and history.
    * Your contacts are part of the backup to preserve recent calls and favorites lists. Back up your contacts to a supported personal information manager (PIM), iCloud, or another cloud-based service to avoid any potential contact data loss.
    You will see that contacts are backed up

  • My iphone has failed and I need to access my contacts.

    My iPhone has failed (again) and I need to access my contacts.  I backup/sync to ITunes regularly, but I can't find any means to access the data that I have backed up.
      Any thoughts?
    B.

    The iphone is designed to be synced woth your computer regularly.  Your contacts should reside on your computer.  The iphone simply allows them to be portable.
    Your contacts will be in whatever program you have been syncing.
    The backup is only for restoring an iphone.  Contacts are backed up to keep the recents and favorites when you restore your iphone.

  • Creating a service ; What needs to be added to tnsnames.ora and JDBC url?

    DB version: 11.2.0.2
    OS platform : Solaris 10
    We have a 2 node RAC.
    DB name   = mbsprd
    Instance1  = mbsprd1
    Instance2  = mbsprd2I want Instance 1 (mbsprd1) to be used for our OLTP application and Instance 2 (mbsprd2) to be used for another application of DSS nature.
    Based on the syntax
    srvctl add service -d <dbname> -s <ServiceName> -r <Preferred Instance> -a <Available Instance>I am going to create 2 services
    -- Creating a service called OLTP
    srvctl add service -d mbsprd -s OLTP  -r mbsprd1 -a mbsprd2-- Creating a service called DSS
    srvctl add service -d mbsprd -s DSS  -r mbsprd2 -a mbsprd1-- Starting the services
    srvctl start service -d mbsprd -s OLTP
    srvctl start service -d mbsprd -s DSSI guess the above steps are enough to configure a service at the server side.
    I would like to know what needs to be done at the client side.
    Currently the tnsnames.ora file and JDBC url used by our clients are shown below. What needs to be added to tnsnames.ora file and jdbc URL to start using services configured above?
    -- SCAN based TNS entry
    mbsprd =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (COMMUNITY = tcp.world)
            (PROTOCOL = TCP)(Host = p148149-scan.tpam.net) (Port = 36964))
        (CONNECT_DATA =
          (SERVER       = DEDICATED)
          (SERVICE_NAME = mbsprd)
          (FAILOVER_MODE=(TYPE=SELECT)(METHOD=BASIC))
    -- TNS entry based on local listener
    -- Instance 1
    mbsprd1 =
    (DESCRIPTION =
       (ADDRESS_LIST =
       (ADDRESS =(PROTOCOL = TCP)(HOST = hsolarp148-vip)(PORT = 36973))
       (CONNECT_DATA =
             (SERVICE_NAME = mbsprd)
             (INSTANCE_NAME = mbsprd1)
    -- Instance 2
    -- TNS entry based on local listener
    mbsprd2 =
    (DESCRIPTION =
       (ADDRESS_LIST =
       (ADDRESS =(PROTOCOL = TCP)(HOST = hsolarp149-vip)(PORT = 36973))
       (CONNECT_DATA =
             (SERVICE_NAME = mbsprd)
             (INSTANCE_NAME = mbsprd2)
    )JDBC entry for RAC
    jdbc:oracle:thin:@p148149-scan.tpam.net:36964:mbsprd -- Alternative version used by some clients because the above had 'some issues'
    jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST=p148149-scan.tpam.net) (PORT=36964))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=mbsprd)(FAILOVER_MODE =(TYPE = SELECT)(METHOD = BASIC)(RETRIES = 180)(DELAY = 10))))

    OLTP =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = p148149-scan.tpam.net)(PORT = your_port_number))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = OLTP)
    DSS =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = p148149-scan.tpam.net)(PORT = your_port_number))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = DSS)
      )JDBC entry for RAC
    jdbc:oracle:thin:@p148149-scan.tpam.net:36964:service_name
    jdbc:oracle:thin:@new_tns_entry_description(if you would like to connect the database with particular service)
    try this and let us know any issues,

  • Hi, I have an e-mail account no longer valid, I need to move my contacts to a new e-mail account and delete the old one.  How, help?? Phone is a 3GS

    Hi, I have an e-mail account no longer valid, I need to move my contacts to a new e-mail account and delete the old one.  How, help?? Phone is a 3GS

    So the answer to my question is yes - from an old Exchange account that was provided by a previous employer.
    If so, you can't.
    You can't merge or transfer contacts that were synced over the air with an Exchange account with another account, and the same for syncing the contacts direct with a supported address book app on your computer. This is how most employers want it.

  • My computer crashed and I have to get my data from my old drive to another computer, to ensure I get all my data what do I need to get.  I have and ipad and an iphone.  I need to get apps, contacts, pictures, etc.  Is there a way to do this?

    My computer crashed and I have to get my data from my old drive to another computer, to ensure I get all my data what do I need to get.  I have and ipad and an iphone.  I need to get apps, contacts, pictures, etc.  Is there a way to do this? It was a vista pc and the new is win 7. I can grab the backup files, and music, but what about my apps? I do not want to sync on the new pc since the apps aren't there.  Were are the app files located in itunes? Can I just copy them to the new computer?

    You can transfer itunes purchases:  File>Devices>Transfer Purchases
    The iphone is not a storage/backup device.  The sync is one way - computer to iphone.  The exception is itunes purchases.
    It has always been very basic to always maintain a backup copy of your computer.  Use your backup copy to put everything back.

  • I just plugged in my Iphone after 4 weeks of downloading music and adding contacts around 400 to be excact and it whipped all my data out and I have no photos nothing reset to factory defult and I cannot even listen to music I purchased because it skips

    I just plugged in my Iphone after 4 weeks of downloading music and adding contacts around 400 to be excact. When I plugged it in my computer it started to sync with iTunes and it whipped all my data out. I have no photos contacts nothing, so I then in a rage reset to factory defult and I cannot even listen to music I purchased because it skips. I just want my phone back

    Was this the very first time you ever plugged the phone into that computer?
    Did you pay attention to the prompts you were given when you plugged it in?
    Did you have iCloud backups turned on before you did this?  I hope so... If you did, restore the phone from the last iCloud backup from before you wiped it. If not, then the photos, etc. are gone. Apps and music can be re-downloaded.

  • I need to get into contact with Adobe support on renewal of my CC subscription which does not work but I cannot find any PHONE number just the referral to this forum - help, what should I do?? Thanks!!

    I need to get into contact with Adobe support on renewal of my CC subscription which does not work but I cannot find any PHONE number just the referral to this forum - help, what should I do?? Thanks!!

    Use the web chat:
    Contact Customer Care
    Mylenium

  • Needs to be added one subscreen in MM01

    Hi All,
    I need to create one sub screen and needs to be added it into MM01 along with basic data1, basic data1 and so on. And also it should come in table view of MM01. Anybody can help me on this?
    KUMAR.

    Hi,
    Follow the following steps:
    Tcode SPRO: Configuring the Material Master -> Assign Secondary Screens
    and Configuring the Material Master -> Create Program for Customized SubScreens.
    Hope this Helps
    Anirban M.

  • Hi i need to transfer my contact numbers from iphone to my address book on my mac, does anyone know how to do it? Thanks

    Hi i need to transfer my contact numbers from iphone to my address book on my mac, does anyone know how to do it? ( I'm not mobile me member) Thanks

    See Here
    How to transfer or sync content to your computer
    From Here
    http://www.apple.com/support/iphone/syncing/

  • HT1349 please i need an email to contact the apple store because I need information about iphone

    Please i need an email to contact the apple because i need some information about iphone. Can you send to me an email? flavinha_bs<at>yahoo<dot>com<dot>br
    <Email Edited By Host>

    We are just users like you, not Apple. Go to http://www.apple.com/retail to get contact information for Apple stores.

  • Do ABAP WebDynpro objects need to be added to auth.object S_SERVICE in ECC6

    do ABAP WebDynpro objects need to be added to authorization objects in PFCG in ECC6.0?
    (Same as we add Java WebDynpro object names to S_SERVICE authorization object in PFCG)
    Thanks,
    Tiberiu

    I found authorization object S_ICF where I can add the ABAP WedDynpro applications.....unless someone else has a different opinion, I plan to close this thread....
    Tiberiu

Maybe you are looking for

  • Calling EJB from an applet in 9iAS Release 2?

    Hello! In 9iAS Release 1 it is not so easy to call an EJB from an applet. First the applet needs special privileges and then the applet starts only once. The cause of problem is the implementation of ormi. Will 9iAS Rel. 2 support Applets calling EJB

  • I can't add new contact list in my ipad 2 with os 5

    i cant add nor edit my contact list throught contacts Apps. only way for me to add or edit is from Textnow apps.

  • Process Chains in BPC

    Hello Gurus, While creating a process chain, I see that we have to use the BPC delivered Process Types.  One of these is "Modify Dynamically".  However, I noticed that in the variant for the "Modify Dynamically", we do not specify any parameters (bas

  • How do I open PageMaker files with InDesignCC?

    I don't need a discussion. I need a simple answer.

  • Encore crashes at verification of media

    I have 12 gig ram, I-7 processor, ASSus 58d motherboard, DVD Burner both Blue ray and dvd only. Raid 5. C; Drive is 2 TB and likewise with other drives.(approx 6tb in Raid).I have successfully burned 1 dvd since purchasing CS5 creative Suite.Due to w