Remove all pictures from Lync

Hello, we're running Lync server 2013, with some 2013 clients and some 2010 clients. management has recently reversed approval for and has directed that profile pictures be taken down. Pics are removed from AD and no longer appear in Outlook, but Lync
continues to show them. How can these be removed from Lync? This is not turn off show pictures on local clients, but remove them completely from a server standpoint so they are not there to show. Thanks.

Your photo's are probably still present in the Lync Address book directory (ABFiles) in your Lync File Store, where they are cached.
You could delete the contents of this directory and force addressbook generation. When the client updates it's address book pictures should be gone. 
Another solution already given by BenDonaldson, you could disable contact pictures in Lync completely by changing the clientpolicy applied to your users. (
Set-CsClientPolicy -Identity "Global" -DisplayPhoto NoPhoto)

Similar Messages

  • How do you remove a picture from a theme?

    Hi all gurus.
    This must be the most silly question so far in the forum but I have to ask again: How do you remove a picture from a theme?
    I uploaded a background picture for the Masthead Function Area but now I want to remove it. Since the correspodning field is blank when you go into the editor you can't erase the picture's URL
    What you can do is to browse to, and choose, a new picture and then erase the URL in the field. The mentioned area is then actually emptied and the color set in the field "Background Color of Masthead Function" is shown.
    But, and here is the problem, when you save the theme the picture is back again! Isn't there the possibility to show the background color, for which there is a field, instead of a picture? Do I really have to upload a picture just containing the color I want to have??? If so, that must be one of the most stupid functionaliteis I have seen in the portal so far, indeed...
    I'm most grateful for every suggestion of how to solve this in a decent way and not the idiotic "replace picture with another picture" way.
    Best regards
    Benny

    Hi Raghu.
    Unfortunately it didn't help. Their solution with writing "none" in the field is only applicable for those objects where you have a field determening ways of showing the object. There you have the different behaviours like "repeat", "non-repeat" and "none" and there you can write it directly in the field.
    The field of which I am talking doesn't have these options and hence not "none". I still tried it though but it didn't work, the picture was back after saving the theme.
    Best regards
    Benny

  • Ipod 5 wasn't updating new playlists.  Removed all music from iPod and ended up with 34 GB of OTHER.  How do I remove this without doing a full restore?

    iPod 5 was not adding new playlists when synching (plenty of space remained in memory for it).  This happened around the time of the new update.  I removed all music from the iPod and when I went to resync the selected playlists, my OTHER portion of memory jumped up to 34GB and now there is not enough space on the iPod to put all my music back on.
    I've checked the usage of all the apps and photos, etc, it is pretty clear this is because of the music portion only.
    Is there anyway of removing this information?  Without doing a restore?  It is not jailbroken either.

    An "other" larger than about 1 1/2 GB indicates corrupted files.
    What is the Other on my iPhone and How to Remove It
    What is "Other" and What Can I Do About It?
    Next, usually restoring from backup eliminated the corrupted files. However, sometimes restoring to factory settings/new iPod is required.
    To restore from backup see:
    iOS: How to back up
    To restore to factory settings/new iPod see:
    iTunes: Restoring iOS software

  • How to make button to format a HardDrive or USB, How to remove all files from folder, and How to delete a process in listbox with a textbox?

    Hello!
    Here's the question with explaniation: How can i format the USB or Drive by clicking a button what's meant for it?
    and the second question what's also in vb.net: How can i remove all files from folder ? 
     Here's the Look of program: *
    Using the PC button, it will delete the free space of the PC, do you guys/girls know where it's location?

    Example Code:
    Imports System.Runtime.InteropServices
    Imports System.IO
    Public Class Form1
    Dim CBoxDrives As New ComboBox
    WithEvents FButton As New Button
    <DllImport("shell32.dll")> _
    Private Shared Function SHFormatDrive(ByVal hwnd As IntPtr, ByVal drive As UInteger, _
    ByVal fmtID As UInteger, ByVal options As UInteger) As ULong
    End Function
    Private Enum SHFormatFlags As Integer
    SHFMT_ID_DEFAULT = &HFFFF
    SHFMT_OPT_FULL = &H1
    SHFMT_OPT_SYSONLY = &H2
    SHFMT_ERROR = &HFFFFFFFF
    SHFMT_CANCEL = &HFFFFFFFE
    SHFMT_NOFORMAT = &HFFFFFFD
    SHFD_FORMAT_FULL = 0 ' full format
    SHFD_FORMAT_QUICK = 1 ' quick format
    End Enum
    Private Sub FButton_Click_1(sender As System.Object, e As System.EventArgs) Handles FButton.Click
    If CBoxDrives.Text = "" Then
    MsgBox("No Drive Selected")
    Exit Sub
    End If
    Dim Iresult As ULong = SHFormatDrive(CType(Me.Handle.ToInt32, IntPtr), CUInt(Asc(CBoxDrives.Text.Substring(0, 1)) - Asc("A")), CUInt(SHFormatFlags.SHFMT_ID_DEFAULT), 1)
    End Sub
    Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
    Me.Size = New Size(200, 100)
    With FButton
    .Size = New Size(50, 25)
    .Location = New Point(5, 5)
    .Text = "Format"
    End With
    Me.Controls.Add(FButton)
    With CBoxDrives
    .Size = New Size(50, 25)
    .Location = New Point(75, 5)
    .DropDownStyle = ComboBoxStyle.DropDown
    End With
    Me.Controls.Add(CBoxDrives)
    Dim DrivesFound As Integer = 0
    Dim allDrives() As DriveInfo = DriveInfo.GetDrives()
    Dim d As DriveInfo
    For Each d In allDrives
    If ((d.DriveType = DriveType.Fixed) Or (d.DriveType = DriveType.Removable)) AndAlso Environment.GetEnvironmentVariable("SYSTEMROOT").StartsWith(d.Name) = False Then
    CBoxDrives.Items.Add(d.Name)
    DrivesFound += 1
    End If
    Next
    CBoxDrives.SelectedIndex = DrivesFound - 1
    End Sub
    End Class

  • How can I remove all photos from my iphone?

    How can I remove all photos from my iphone?

    Hi pjdemeo,
    I understand you want to delete all of the photos from your iPhone.  As a precaution, I would suggest importing the photos and videos from your iPhone into your computer.  This will give you a backup for the images, and after import you will be asked if you want to delete the photos.
    Import photos and videos from your iPhone, iPad, or iPod touch to your Mac or Windows PC - Apple Support
    https://support.apple.com/en-us/HT201302
    The iPhone User Guide has instructions for deleting photos directly from the device:
    Organize photos and videos - iPhone
    http://help.apple.com/iphone/8/#/iphf14943e
    Delete a photo or video from Photos. Tap the Photos tab, tap the photo or video, tap , then tap Delete Photo or Delete Video. Deleted photos and videos are kept in the Recently Deleted album on iPhone, with a badge showing the remaining days until the item is permanently removed from iPhone. To delete the photo or video permanently before the days expire, tap the item, tap Delete, then tap Delete Photo or Delete Video. If you use iCloud Photo Library beta, deleted photos and videos are permanently removed from all iOS 8.1 devices that use iCloud Photo Library beta with the same Apple ID.
    Cheers,
    - Judy

  • How do I remove all apps from my iPhone?

    How do I bulk remove all apps from my iPhone? There has to be a better way than removing each one manually. Thanks.

    It's easiest to plug it into the computer if you have a lot, and click on the Music tab of the iPhone. Then, either Control-A (Windows) or Command-A (Mac) to select all of the songs then press delete on your keyboard. If you have a few, it is easiest to swipe over the individual songs and press delete.

  • [svn:bz-trunk] 21260: Update the qa-frameworks. zip to remove all comments from the base xml when merging config files.

    Revision: 21260
    Revision: 21260
    Author:   [email protected]
    Date:     2011-05-16 07:46:54 -0700 (Mon, 16 May 2011)
    Log Message:
    Update the qa-frameworks.zip to remove all comments from the base xml when merging config files.
    Modified Paths:
        blazeds/trunk/qa/resources/frameworks/qa-frameworks.zip

    Try options=('!makeflags') in PKGBUILD.

  • How do I remove a picture from Photoshop Elements 9 editor?

    I can't remove a picture from the Photoshop Elements 9 editor.  I am using an imac with the Lion operating system.  I have tried to close the picture, but everytime I open the editor from iphoto to do more advanced editing than is possible in iphoto the picture is still there.  Can anyone help with this BIG PROBLEM?  Please response directly to my e-mail.  Thank you.
    [email protected]
    March 16, 2012

    This is a quirk with the Elements editor and lion's feature for reopening saved windows. If you go to system prefs>general and turn off Restore Windows when quitting and reopening apps it will stop happening. See this thread for more:
    http://forums.adobe.com/thread/975625?tstart=0

  • What is the best way to remove all info from a MacBook Pro before passing it along to someone else?          passing it on to someone?

    What is the best way to remove all info from a MacBook Pro before passing it on to someone else?

    Read this: http://www.tuaw.com/2010/09/24/mac-101-preparing-your-old-mac-for-sale-or-recycl ing/

  • If I remove all photos from my iPad, does it remove them from the photo stream also?

    If I remove all photos from my iPad, does it remove them from the photo stream also?

    I don't think so, I think it stores them on the cloud. I just did a test on my own iPad and although I deleted the source image in the Photos app the image remains in the Photo Stream

  • How do I remove all photos from my ipad

    How do I remove all photos from my iPad. I'm going to Europe and have them backed up on my computer, and I need the space for new European photos.

    The links below have instructions for deleting photos.
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPad Tip: How to Delete Photos from Your iPad in the Photos App
    http://ipadacademy.com/2011/08/ipad-tip-how-to-delete-photos-from-your-ipad-in-t he-photos-app
    Another Way to Quickly Delete Photos from Your iPad (Mac Only)
    http://ipadacademy.com/2011/09/another-way-to-quickly-delete-photos-from-your-ip ad-mac-only
    How to Delete Photos from iPad
    http://www.wondershare.com/apple-idevice/how-to-delete-photos-from-ipad.html
    How to: Batch Delete Photos on the iPad
    http://www.lifeisaprayer.com/blog/2010/how-batch-delete-photos-ipad
    (With iOS 5.1, use 2 fingers)
    How to Delete Photos from iCloud’s Photo Stream
    http://www.cultofmac.com/124235/how-to-delete-photos-from-iclouds-photo-stream/
     Cheers, Tom

  • Remove ALL Images from PDF Export?

    I'd like to remove ALL images from a PDF export (Indesign CS6), with the intention of having the smallest file size possible for review. All the images are Photoshop PSDs.
    I have created a PDF Preset (PDF 1.7) that omits EPS, PDF and Bitmap.
    That covers any PSDs that contain opaque backgrounds, i.e. are considered to be non-transparent. However, any PSDs that do NOT contain such backgrounds still appear in the exported PDF. I assume they are NOT considered to be Bitmaps?!?
    I've gone for maximal compression of images (in the Preset) also just to see how small I can get the file, but it's still over a meg, and I'd really like even smaller. I live in a rural part of England where net access is painfully slow, and even a few meg of data takes far too long to upload, not to mention the constant drop-outs. Consider further that my document is likely to grow by several orders of magnitude and hopefully you can see why I'd like to sort this issue out as soon as possible.
    I've not done any scripting but assume it would be trivial to hide images with a script. However, I'm not sure how such a script might know how to make visible only the images that were previously hidden by the script. Obviously I would not wish to unhide images that must stay hidden. Maybe some form of image/object tagging, if that's even possible in this product, i.e. tag them "temp hide" on first pass of the script, and so forth.
    Any suggestions much appreciated.
    Regards,
    James

    @James – to mark the container frames of the nonprinting images by a fill color, you could add the following lines of code in the for loop:
    allGraphicsArray[n].nonprinting = true;
    //The parent of the graphic is the container that holds it.
    //We could use it to fill it with a tint of e.g. 20% of black:
    allGraphicsArray[n].parent.fillColor = "Black";
    allGraphicsArray[n].parent.fillTint = 20;
    But this approach will add a new problem for images, that only use a portion of the holding graphic frame. Or are only partly visible due to a clipping path or a clipping mask or totally transparent areas due to transparent pixels.
    Already colored backgrounds will be recolored…
    @Sandee – I see the advantage of the PostScript to Distiller way in this situation, but there are two disadvantages:
    1. Live transparency will be flattened (could be no issue in this use case, but you never know).
    2. The gray area with the big X will be applied also to parts of the images where no pixels are present (transparent pixels in PhotoShop or TIFF files).
    To work around all these issues we need a more complex script that is building a  path object around the transparent parts of an image or using an applied clipping path for that purpose and fill that with a gray tint (and maybe with an X).
    Here some screen shots to illustrate the problems (with or without using PostScript/Distiller):
    1. Original set up:
    One placed PhotoShop file with transparency stacked upon the text frame.
    The image inside its holding frame is selected.
    The visibility of one of its layers depicting a second chair on the left side is switched off.
    2. The same setup in a different view:
    3. After running the script with the two additional lines of code:
    Using the PostScript method would do nearly the same plus adding a cross using the  area of the selected image.
    Uwe

  • Removed all members from SysAdmin on SQL 2000

    Aloha
    I had a faulty script that unfortunately removed all members from the SysAdmin role. Unfortunately, I cannot reinstall the instance and I only have short windows of opportunity for downtime.
    I understand if I can get the database into single user mode and log in I can add a new local account to the database with the sysadmin role, however I can't seem to get logged into the single user mode. It keeps saying "Login failed for user '<MYUSERACCOUNT>'.
    Reason: Server is in single user mode. Only one administrator can connect at this time.
    I have the SQL agent shut down, I am not running enterprise manager and, as far as I can tell, there are no other admins connecting to the system. I know with newer SQL versions one can limit the single user mode to only accept SQLCMD. Of course, 2000 doesn't
    have SQLCMD but has OSQL. Any thoughts on how I can limit the access during this maintenance? I've even tried to remove both named pipes and TCP/IP from the accepted connection types but that didn't seem to make a difference.
    Thoughts? Please?

    I'm a little rusty on SQL Server 2000. Sorry if this advise is useless.
    What account are you using to start the Database Engine. If not networkservice, then connect as that account. Try change the account to a local computer account, and then use that account. The general principal here, is that the account running the database
    engine service, can connect.
    Rick Byham, Microsoft, SQL Server Books Online, Implies no warranty

  • I want to remove all music from my iPhone, but can't. On the music sync page I uncheck sync music, but songs remain on my phone. why?

    I want to remove all music from my iPhone, but can't. On the music sync page I uncheck sync music, but songs remain on my phone. why?

    Deleting song from iPhone and iTunes - https://discussions.apple.com/thread/3765496

  • How do I remove all music from my I phone 6 ?

    How do I remove all music from my I phone 6  ?

    If you use iTunes, connect the device to the computer, select the iPhone, go to the Music tab, remove the checkmark from that and sync. You will see a warning about removing music and then click OK. I know that works very well, I just did it on my phone and then synced my music back, I was having a little problem with album artwork. One minute everything was gone, and a few minutes later, I synced everything back.

Maybe you are looking for

  • Do I need to take my Apple TV for service?

    I have the 3rd Gen Apple TV and have had it since the launch date. Probably 1/3 of the time when I turn the device on, I get the green screen, which is really frustrating. Normally after unplugging the device and plugging in again, it works fine -- b

  • Web Service in Document Template Designer not showing

    Hi, I'm trying to create a new document template but the dropdown list is not showing any results even though we have web services that are active and productive. If I enter the name manually I am getting a "Please enter a valid Service definition na

  • Problem in Adobe Interactive forms

    Hi ,             I have created interface and context for my form using Form Builder. When i am designing Layout and when i click on SAVE, It was giving an error that 'Error while transforming object data'. ADS and java stack are installed in the sys

  • Javascript with checkboxes

    Hi, I am trying to use to javascript to control checkboxes so that when checkbox1 is selected, checkbox2 is deselected and vice versa. Only one checkbox can be selected at a time. I know this is fairly simple but I am a novice so I would appreciate s

  • Filters (Liquify) in Photoshop CS

    I'm a teacher and my students have Photoshop CS, older version than mine. For some reason my filters are available. I need for my students to be able to access liquify, and its not there. Help!