Get-rid of the format we get using Get-ADuser in a CSV. Send CSV data in an email in table format

Hi,
I am using get-ADuser in order to extract a few AD attributes of some users. I export the users and their respective attributes to a CSV. However, the output in CSV i get has the following format in each cell for its AD attribute. 
@{description=<Value>} or @ { info=<Value>}
I have tried to use Expandproperty switch in order to get rid of it but it does not accept null values and hence if a user has no value for a said attribute, the previous value is copied for that user too. However, without expand property it gives me the
above format in the output.
$Desc = Get-ADUser $Username -Properties description | select description
I would like the cells to contain only values and not this format along.
Also, once I have the CSV with values I would also like to copy the values from CSV in an email in the form of a TABLE. I have been able to copy the content in an email using the following however, this in not in a table format. 
$mail = Import-Csv $newlogonfile | Out-String
Please HELP!

Yes I am already using Export-Csv but still getting the same kind of format in output :-
$Username = $Event.Properties[5].Value
            $Title_var = get-aduser $Username -properties Title | select Title
       $Ofc_phone = get-aduser $Username -Properties OfficePhone | select OfficePhone
       $Info_var = get-aduser $Username -properties info | select info
       $Display_Name = get-aduser $Username -properties DisplayName | select DisplayName
            $Mail = Get-ADUser $Username -Properties Mail | select Mail
       $Desc = Get-ADUser $Username -Properties description | select description
        $Props = @{ 
                User = $Event.Properties[5].Value;
                TimeCreated = $Event.TimeCreated;
                LogonType = $Event.Properties[8].Value;
                DCName = $Event.MachineName;
Workstation_address = $Event.Properties[18].Value;
Title = $Title_var;
OfficePhone = $Ofc_phone;
Info = $Info_var;
DisplayName = $Display_Name;
        Description = $Desc;
       EMail = $Mail
            $LogonRecord = New-Object -TypeName psobject -Property $Props
            $Result += $LogonRecord
$Result | Export-Csv -Path $logFile -append -UseCulture -NoTypeInformation # Log it to CSV
OUTPUT has values in this format in the CSV :-
@{info=} @{description=abc} @{DisplayName=} @{Officephone=}
@{Mail=[email protected]}

Similar Messages

  • Get rid of the initial asterisk when using PasswordField masking in console

    Hi!
    How can I get rid of the initial astrerisk when using the PasswordField script from Sun?
    I've tried to check whether the BufferedReader is empty or not, but with no succes.
    Here comes the code:
    PasswordField.java
    import java.io.*;
    public class PasswordField {
        *@param prompt The prompt to display to the user
        *@return The password as entered by the user
       public static String readPassword (String prompt) {
          EraserThread et = new EraserThread(prompt);
          Thread mask = new Thread(et);
          mask.start();
          BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
          String password = "";
          try {
             password = in.readLine();
          } catch (IOException ioe) {
            ioe.printStackTrace();
          // stop masking
          et.stopMasking();
          // return the password entered by the user
          return password;
    }EraserThread
    import java.io.*;
    class EraserThread implements Runnable {
       private boolean stop;
        *@param The prompt displayed to the user
       public EraserThread(String prompt) {
           System.out.print(prompt);
        * Begin masking...display asterisks (*)
       public void run () {
          stop = true;
          while (stop) {
             System.out.print("\010*");
          try {
             Thread.currentThread().sleep(1);
             } catch(InterruptedException ie) {
                ie.printStackTrace();
        * Instruct the thread to stop masking
       public void stopMasking() {
          this.stop = false;
    }

    Hello Yajai,
    The example program will use the default value for timeout, 10 seconds. To change this, you will have to set the Stream.Timeout value. I inserted this function into the example and set it equal to -1, and the program will wait indefinitely for the trigger signal without timing out. Please see the attached image to how this was implemented.
    I hope this help. Let me know if you have any further questions.
    Regards,
    Sean C.
    Attachments:
    SetTimeout.bmp ‏2305 KB

  • Turned on Mac mini and cannot get rid of the word definition page and get to home page. What's wrong?

    Turned on Mac mini and cannot get rid of the word definition page and get to my home page. What is the problem?

    Is this a screensaver?
    Whatever
    Push the power button and hold it until the mini shuts down, then start it again.

  • How to get rid of the "time out" when using DAQ AI in the example program

    I try an example file called "AcqVoltageSamples_IntClkDigRef" (Visual C++ .NET). It works great. However, if the program has not recieved the data, it sent out a timeout message. How to get rid of the "time out"? I cannot find anywhere in the code. Is this a property I have to reset somewhere else?
    Thank you,
    Yajai.

    Hello Yajai,
    The example program will use the default value for timeout, 10 seconds. To change this, you will have to set the Stream.Timeout value. I inserted this function into the example and set it equal to -1, and the program will wait indefinitely for the trigger signal without timing out. Please see the attached image to how this was implemented.
    I hope this help. Let me know if you have any further questions.
    Regards,
    Sean C.
    Attachments:
    SetTimeout.bmp ‏2305 KB

  • Notes - how do I get rid of the yellow pad look and get back to a plain white background?

    Someone thought this was a good idea to create a yellow pad look and handwritten note feel.  Someone who doesn't actually have to read back their text when they work.
    I changed the font to Helvetica, but I can't get rid of the lines.  With my eyesight, it makes it harder to read and find things in the note.  I really want a blank white screen as a background. 
    If you feel like you need to go all paper-cutesy, how about a white linen look and feel?  At least that wouldn't have lines running through the text and making me have to work a little harder to decipher the text.

    Hi Cody05,
    Welcome to the Support Communities!
    The articles below may be able to help you with this issue.
    Click on the links to see more details and screenshots. 
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694#error2001
    Error 2000-2009 (2001, 2002, 2005, 2006, 2009, and so on)
    If you experience this issue on a Mac, disconnect third-party devices, hubs, spare cables, displays, reset the SMC, and then try to restore. If you're using a Windows computer, remove all USB devices and spare cables other than your keyboard, mouse, and the device, restart the computer, and try to restore. If that doesn't resolve the issue, try the USB issue-resolution steps listed for Error 1604 above. If the issue persists, it may be related to conflicting security software. If the errors persist on another computer and known-good USB cable, the device may need service.
    iOS: Unable to update or restore
    http://support.apple.com/kb/ht1808
    Cheers,
    - Judy

  • HT201401 how do I get rid of the 1 over ssttings. I've re-booted, phone up to date, nothing in setting catagory that need to be updated?

    How do get rid of the "1" on the upper right corner of Settings ICON. I've re-booted, iphone is up to date sofeware wise, there is no "1" on any catagory when I go into settings?

    Thank you for your reply. Yes I am aware of the Notifications Control Panel and its total lack of any option to turn off the massive day and date so perhaps I should alter my question to WHY is there no option to get rid of the enormous waste of space Day and Date box.
    Probably the same reason why there is no option to say this answer did not solve my problem or help me.
    I wish I could go back to Snow Leopard - but even just the CBeebies website for my daughter no longer works on it and we are forced to upgrade and turn more and more into a grumpy old man.

  • I cannot get rid of the permissions box when using flash player in firefox

    Hi
    I have explored on the web about this problem.  When attempting to use flash player in firefox, I cannot click on the allow button to allow my video camera and microphone to be used on sites.  I CAN go to Global settings and allow the sites by putting their URL, but this makes no difference, the little permissions box keeps appearing and won't go away.
    Anyone know what else to try if changing global setting permissions doesn't work?
    Barry

    This sounds like a bug.  The direction that we're heading is to have the browsers present these permission dialogs, and to eliminate them from Flash completely.  It is unlikely these native dialogs will support an "always allow" or "remember" option.
    If you're not able to click the button in the dialog when it's displayed, that's problematic.  We have a couple things in the pipeline to make the dialog bigger.  Usually those problems are resolution specific, although if there's moving video behind the dialog, that can trip our security controls.  We do a bunch of checks to ensure that the dialog you're clicking isn't obscured by something else, so that we're sure you know that you're clicking and approve button.
    There is an improvement in the pipeline to make these dialogs bigger.  They were originally designed for 640x480 screens (they've been around *that* long), and they're way too small on modern high-density displays.
    Anyway, you're welcome to file a bug at http://bugbase.adobe.com/.  Please be sure to include a link to the problem content, and the configuration you're using (OS and browser version, and screen resolution would be particularly useful -- these are often resolution-dependent issues). 

  • How do I get rid of the annoying zap sound I get each time I open a tab or navigate within a web page.

    Every time I open a new tab or navigate to a different part of a website I get this annoying zap sound. It only started after my last upgrade. Please tell me how to get rid as its driving me mad. It has nothing to do with add-ons as I've disabled them all.

    Troubleshooting Information
    Application Basics
    Name Firefox
    Version 33.1
    Update History
    User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
    Profile Folder
    Enabled Plugins about:plugins
    Build Configuration about:buildconfig
    Memory Use about:memory
    Multiprocess Windows 0/1
    Crash Reports for the Last 3 Days
    Report ID Submitted
    All Crash Reports
    Extensions
    Name Version Enabled ID
    Adblock Plus 2.6.6 true {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
    Autofill 3.6 true [email protected]
    Blur (Formerly DoNotTrackMe) 4.5.1334 true [email protected]
    eBay Sidebar for Firefox 3.1.5 true {62760FD6-B943-48C9-AB09-F99C6FE96088}
    Yahoo! Mail Notifier 1.0.7.4 true {89f8dde0-010a-11da-8cd6-0800200c9a66}
    Hotspot Shield Extension 3.19 false [email protected]
    Graphics
    Adapter Description Intel(R) HD Graphics
    Adapter Drivers igdumd64 igd10umd64 igd10umd64 igdumd32 igd10umd32 igd10umd32
    Adapter RAM Unknown
    Device ID 0x0102
    Direct2D Enabled true
    DirectWrite Enabled true (6.2.9200.16571)
    Driver Date 3-20-2014
    Driver Version 9.17.10.3517
    GPU #2 Active false
    GPU Accelerated Windows 1/1 Direct3D 11 (OMTC)
    Vendor ID 0x8086
    WebGL Renderer Google Inc. -- ANGLE (Intel(R) HD Graphics Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote true
    AzureCanvasBackend direct2d
    AzureContentBackend direct2d
    AzureFallbackCanvasBackend cairo
    AzureSkiaAccelerated 0
    Important Modified Preferences
    Name Value accessibility.typeaheadfind true
    accessibility.typeaheadfind.flashBar 0
    browser.cache.disk.capacity 358400
    browser.cache.disk.smart_size_cached_value 358400
    browser.cache.disk.smart_size.first_run false
    browser.cache.disk.smart_size.use_old_max false
    browser.cache.frecency_experiment 4
    browser.cache.memory.capacity 65536
    browser.cache.use_new_backend 1
    browser.places.smartBookmarksVersion 7
    browser.search.useDBForOrder true
    browser.sessionstore.enabled true
    browser.sessionstore.upgradeBackup.latestBuildID 20141106120505
    browser.startup.homepage https://uk-mg42.mail.yahoo.com/neo/launch?retry_ssl=1#8125716199|http://www.ebay.co.uk/myb/WatchList?_trksid=p2060778.m2
    browser.startup.homepage_override.buildID 20141106120505
    browser.startup.homepage_override.mstone 33.1
    browser.tabs.drawInTitlebar false
    dom.mozApps.used true
    extensions.lastAppVersion 33.1
    font.internaluseonly.changed false
    font.name.serif.x-western Comic Sans MS
    general.autoScroll false
    gfx.direct3d.last_used_feature_level_idx 0
    keyword.URL http://uk.search.yahoo.com/search?fr=greentree_ff1&ei=utf-8&ilc=12&type=937811&p=
    media.gmp-gmpopenh264.lastUpdate 1413444549
    media.gmp-gmpopenh264.version 1.1
    media.gmp-manager.lastCheck 1417972302
    network.cookie.prefsMigrated true
    network.http.max-connections 48
    network.http.max-connections-per-server 16
    network.http.max-persistent-connections-per-proxy 16
    network.http.max-persistent-connections-per-server 8
    network.http.pipelining.maxrequests 8
    network.http.request.max-start-delay 0
    places.database.lastMaintenance 1418031242
    places.history.enabled false
    places.history.expiration.transient_current_max_pages 104858
    plugin.disable_full_page_plugin_for_types application/pdf
    plugin.expose_full_path true
    plugin.importedState true
    plugin.state.npaclmplugin 0
    plugin.state.npctrl 0
    plugin.state.npdeployjava 0
    plugin.state.npidfplugin 0
    plugin.state.nppitplugin 0
    plugin.state.npproductdetectplugin 0
    plugin.state.npsitesafety 0
    plugin.state.npvlc 0
    plugin.state.npystate 0
    print.printer_hp_deskjet_5550_series_(HPA).print_bgcolor false
    print.printer_hp_deskjet_5550_series_(HPA).print_bgimages false
    print.printer_hp_deskjet_5550_series_(HPA).print_colorspace
    print.printer_hp_deskjet_5550_series_(HPA).print_command
    print.printer_hp_deskjet_5550_series_(HPA).print_downloadfonts false
    print.printer_hp_deskjet_5550_series_(HPA).print_duplex 3211314
    print.printer_hp_deskjet_5550_series_(HPA).print_edge_bottom 0
    print.printer_hp_deskjet_5550_series_(HPA).print_edge_left 0
    print.printer_hp_deskjet_5550_series_(HPA).print_edge_right 0
    print.printer_hp_deskjet_5550_series_(HPA).print_edge_top 0
    print.printer_hp_deskjet_5550_series_(HPA).print_evenpages true
    print.printer_hp_deskjet_5550_series_(HPA).print_footercenter
    print.printer_hp_deskjet_5550_series_(HPA).print_footerleft &PT
    print.printer_hp_deskjet_5550_series_(HPA).print_footerright &D
    print.printer_hp_deskjet_5550_series_(HPA).print_headercenter
    print.printer_hp_deskjet_5550_series_(HPA).print_headerleft &T
    print.printer_hp_deskjet_5550_series_(HPA).print_headerright &U
    print.printer_hp_deskjet_5550_series_(HPA).print_in_color true
    print.printer_hp_deskjet_5550_series_(HPA).print_margin_bottom 0.5
    print.printer_hp_deskjet_5550_series_(HPA).print_margin_left 0.5
    print.printer_hp_deskjet_5550_series_(HPA).print_margin_right 0.5
    print.printer_hp_deskjet_5550_series_(HPA).print_margin_top 0.5
    print.printer_hp_deskjet_5550_series_(HPA).print_oddpages true
    print.printer_hp_deskjet_5550_series_(HPA).print_orientation 1
    print.printer_hp_deskjet_5550_series_(HPA).print_page_delay 50
    print.printer_hp_deskjet_5550_series_(HPA).print_paper_data 9
    print.printer_hp_deskjet_5550_series_(HPA).print_paper_height 297.00
    print.printer_hp_deskjet_5550_series_(HPA).print_paper_name
    print.printer_hp_deskjet_5550_series_(HPA).print_paper_size_type 0
    print.printer_hp_deskjet_5550_series_(HPA).print_paper_size_unit 1
    print.printer_hp_deskjet_5550_series_(HPA).print_paper_width 210.00
    print.printer_hp_deskjet_5550_series_(HPA).print_plex_name
    print.printer_hp_deskjet_5550_series_(HPA).print_resolution 3473458
    print.printer_hp_deskjet_5550_series_(HPA).print_resolution_name
    print.printer_hp_deskjet_5550_series_(HPA).print_reversed false
    print.printer_hp_deskjet_5550_series_(HPA).print_scaling 1.00
    print.printer_hp_deskjet_5550_series_(HPA).print_shrink_to_fit true
    print.printer_hp_deskjet_5550_series_(HPA).print_to_file false
    print.printer_hp_deskjet_5550_series_(HPA).print_unwriteable_margin_bottom 0
    print.printer_hp_deskjet_5550_series_(HPA).print_unwriteable_margin_left 0
    print.printer_hp_deskjet_5550_series_(HPA).print_unwriteable_margin_right 0
    print.printer_hp_deskjet_5550_series_(HPA).print_unwriteable_margin_top 0
    print.printer_Samsung_Universal_Print_Driver_2.print_bgcolor false
    print.printer_Samsung_Universal_Print_Driver_2.print_bgimages false
    print.printer_Samsung_Universal_Print_Driver_2.print_colorspace
    print.printer_Samsung_Universal_Print_Driver_2.print_command
    print.printer_Samsung_Universal_Print_Driver_2.print_downloadfonts false
    print.printer_Samsung_Universal_Print_Driver_2.print_duplex 3211314
    print.printer_Samsung_Universal_Print_Driver_2.print_edge_bottom 0
    print.printer_Samsung_Universal_Print_Driver_2.print_edge_left 0
    print.printer_Samsung_Universal_Print_Driver_2.print_edge_right 0
    print.printer_Samsung_Universal_Print_Driver_2.print_edge_top 0
    print.printer_Samsung_Universal_Print_Driver_2.print_evenpages true
    print.printer_Samsung_Universal_Print_Driver_2.print_footercenter
    print.printer_Samsung_Universal_Print_Driver_2.print_footerleft &PT
    print.printer_Samsung_Universal_Print_Driver_2.print_footerright &D
    print.printer_Samsung_Universal_Print_Driver_2.print_headercenter
    print.printer_Samsung_Universal_Print_Driver_2.print_headerleft &T
    print.printer_Samsung_Universal_Print_Driver_2.print_headerright &U
    print.printer_Samsung_Universal_Print_Driver_2.print_in_color true
    print.printer_Samsung_Universal_Print_Driver_2.print_margin_bottom 0.5
    print.printer_Samsung_Universal_Print_Driver_2.print_margin_left 0.5
    print.printer_Samsung_Universal_Print_Driver_2.print_margin_right 0.5
    print.printer_Samsung_Universal_Print_Driver_2.print_margin_top 0.5
    print.printer_Samsung_Universal_Print_Driver_2.print_oddpages true
    print.printer_Samsung_Universal_Print_Driver_2.print_orientation 1
    print.printer_Samsung_Universal_Print_Driver_2.print_page_delay 50
    print.printer_Samsung_Universal_Print_Driver_2.print_paper_data 9
    print.printer_Samsung_Universal_Print_Driver_2.print_paper_height 297.00
    print.printer_Samsung_Universal_Print_Driver_2.print_paper_name
    print.printer_Samsung_Universal_Print_Driver_2.print_paper_size_type 0
    print.printer_Samsung_Universal_Print_Driver_2.print_paper_size_unit 1
    print.printer_Samsung_Universal_Print_Driver_2.print_paper_width 210.00
    print.printer_Samsung_Universal_Print_Driver_2.print_plex_name
    print.printer_Samsung_Universal_Print_Driver_2.print_resolution 3473458
    print.printer_Samsung_Universal_Print_Driver_2.print_resolution_name
    print.printer_Samsung_Universal_Print_Driver_2.print_reversed false
    print.printer_Samsung_Universal_Print_Driver_2.print_scaling 1.00
    print.printer_Samsung_Universal_Print_Driver_2.print_shrink_to_fit true
    print.printer_Samsung_Universal_Print_Driver_2.print_to_file false
    print.printer_Samsung_Universal_Print_Driver_2.print_unwriteable_margin_bottom 0
    print.printer_Samsung_Universal_Print_Driver_2.print_unwriteable_margin_left 0
    print.printer_Samsung_Universal_Print_Driver_2.print_unwriteable_margin_right 0
    print.printer_Samsung_Universal_Print_Driver_2.print_unwriteable_margin_top 0
    privacy.donottrackheader.enabled true
    privacy.popups.showBrowserMessage false
    privacy.sanitize.migrateFx3Prefs true
    privacy.sanitize.timeSpan 0
    storage.vacuum.last.index 1
    storage.vacuum.last.places.sqlite 1415446242
    Important Locked Preferences
    Name Value
    JavaScript
    Incremental GC true
    Accessibility
    Activated true
    Prevent Accessibility 0
    Library Versions
    Expected minimum version Version in use
    NSPR 4.10.7 4.10.7
    NSS 3.17.2 Basic ECC 3.17.2 Basic ECC
    NSSSMIME 3.17.2 Basic ECC 3.17.2 Basic ECC
    NSSSSL 3.17.2 Basic ECC 3.17.2 Basic ECC
    NSSUTIL 3.17.2 3.17.2
    Experimental Features
    Name ID Description Active End Date Homepage

  • I have a question,I have a few music videos on my iphone. I want to keep the song but get rid of the video because it uses to much memory. Is there a way to fix this.

    I have a question,I have a few music videos on my iphone,I want to keep the song but delete the video. Is this possible?

    If it that big of an issue buy the songs

  • My search box in the upper right side of the screen changed from Google to Ebay without intentional action on my part and I have been unable to find a way to get rid of the ebay search tool and get google back.

    When I first went to do a search using the search box on the right side of the toolbar I noticed it had a different icon. It was so so small I did not recognize it as Ebay until I hit search and it was then I realized my search tool had somehow been changed. The only use my wife had made of the computer since the prior evening was to view an email from the president of a local charity sending an updated roster of officers. I did look at the user profile file and saw that it showed the profile changed as of 7:46 am which was when my wife looked at the email. I tried deleting the file but firefox would not run without it so I restored the file. Our internet security program is Avast.

    Here's a simple explanation of how to fix the problem:
    https://support.mozilla.com/en-US/kb/Search%20bar
    Worked for me today!! (Even when opening a new browser window.)
    Cheers!
    Shaunalei

  • How do I get rid of the version I have and get an earlier one.

    Firefox keeps freezing on me. I have been on the forums and done all the things that are suggested there but it still happens. It has only happened since I installed the latest version but I can't find out how to install a previous version.
    Please can you help?
    Thank you Jan Long

    freezing at regular intervals:
    : http://blog.bonardo.net/2011/09/30/is-your-firefor-freezing-at-regular-intervals
    : https://addons.mozilla.org/firefox/addon/places-maintenance/

  • I have a Australian iTunes account and want to switch to using the u.s store as I now live there, I cannot do this because I have $1.41 still in the oz account an image to have a zero balance to change stores, how can I get rid of the $1.41?

    I want to switch to the u.s store as I now live in the us, I cannot switch stores because my balance is $1.41 in the oz store and needs to be zero, how can I get rid of the $1.41 when everything costs more or less than that? I do not have a credit card on the oz iTunes account an I cannot use my us one to top it up.
    HELP

    Click here and request assistance.
    (60992)

  • I am running OS10.6.8 and have a mail box duplication. I use gmail and when I open my mail I have both the Apple Mail and another set of boxes for Gmail. Both get all mail and when I delete from one, it deletes from the other. How can I get rid of the dup

    I am running OS10.6.8 and have a mail box duplication. I use gmail and when I open my mail I have both the Apple Mail and another set of boxes for Gmail. Both get all mail and when I delete from one, it deletes from the other. How can I get rid of the dup

    Hi,
    According to your descriptioin, I don't think this is system problem, it should be Intel driver problem. It would be contact Intel to confirm this issue whether this is their driver problem.
    Roger Lu
    TechNet Community Support

  • I have an iPhone 6 with IOS 8.1.3 and when I use the landscape view in Safari, the bookmark page appears and takes up one half of the screen. How can I get rid of the bookmark page so I can have the whole screen to what I am browsing?

    I have an iPhone 6 with IOS 8.1.3. When I go to the landscape view in Safari, the bookmark page appears and takes up one half of the screen. How can I get rid of the bookmark page so I can use the whole screen to what I am browsing?

    OOPS! Too quick on the trigger to ask that question without trying anything. Sorry. Solved it by touching the bookmark icon.

  • I have a new iPad. I am using Comcast as my email provider but when I send a message, it pulls up the facebook email addresses for my  contacts  instead of the addresses stored in my comcast account.  How can I get rid of the Facebook email addresses? The

    I have a new iPad. I am using Comcast as my email provider but when I send a message, it pulls up the facebook email addresses for my  contacts  instead of the addresses stored in my comcast account.  How can I get rid of the Facebook email addresses? The comcast addresses are stored in the comcast (xfinity) app.  I do not use the "mail" or "contacts" apps ....I go straight to comcast (xfinity).  I wish I could start over!!!  thanks.
    iPad

    I could be wrong, but it sounds like Facebook imported to your contacts.  I have the Xfinity app on my new ipad, too, but none of my stored contacts from the online version are showing, only what I manually entered into the iPads contacts are there.  When I did add the FB app, I did not grant it permission to push and pull from my ipad (not a fan of FB knowing every detail about me), so that may be where our difference lies.  You could try to open the app and change your privacy settings, or delete it and then reinstall without granting permissions to integrate.
    I'm sure someone here with a lot more knowledge then me can probably diagnose your issue better, though.  Good luck!

Maybe you are looking for

  • Multiple instances of same portlet on same page

    Dead horse, I know, but I am afraid I still don't get it: I use ONE JSP to extract data as XML, parse the data using XSL, render it. A portlet has some variables that may vary between instances of the same portlet on the same page. I am familiar with

  • Error in reading form data

    Hi, I have a workflow task to insert records into a table. On execution, i get the following error message "Erro in reading form data" Could anyone tell me why this is so? Thanks, Prasy

  • Photoshop CS3 crashes all the time - Please help!

    Hello I didn't find any answer in the forum. I work with Photoshop CS3 Version 10.0.1. on Mac Powerbook 10.4.11. Photoshop quits all the time, no work possible anymore. It quits when I want to open a file or when I want to safe an new file (message P

  • How do I get my artwork to show up when I move library to second computer?

    Like many, I've spent a lot of time getting my music and artwork correct and the way I want it. I want to move it to a second computer but no matter how I try, much of the artwork doesn't follow the music. iTune's "Get Album Artwork" will not find ma

  • Can't access iTunes shopping cart.  Who can help?

    For some reason I can not access my iTunes shopping cart. It shows me how much money I have to spend, but I can't see any of the songs that I have added to the shopping cart. Has anyone ever had this problem? Please advise ASAP. I'd like to buy some