Office 365 Administration - PowerShell - system

Is there a way to export a list of all 365 users displaying if they are hidden from the GAL or not? I looked online and wasn't able to find anything.
Thanks!

Related

Microsoft Office store app approved but not visible

I can see that my Outlook add-in is approved in the developer dashboard, and I also received an email 14 days ago from Microsoft saying that it was approved. But I can't find the add-in in the Office store. The release date was set to a date 30 days ago.
Is there something more that I need to do for the add-in to become available in the store?
It might be due to language restrictions.
For example, if you specify that your add-in is available in French but your Office365 is in English, then the french add-in is not displayed in the store.
Try to switch your Office 365 in the same language as your add-in.

Office 365 - How to create OutlookServiceClient?

I need to integrate Office 365 Calendar in my application. I've already installed the Extensions and Office Tools. And have the Library references
using Microsoft.Office365.OutlookServices;
using Microsoft.Office365.Discovery;
And try to create OutlookServiceClient in Web Forms application.
But it fails, Please suggest me what to do ?
Thanks in Advance.
Try to read http://msdn.microsoft.com/en-us/office/office365/howto/common-calendar-tasks-client-library
It's described pretty clear how to get OutlookServiceClient

Lync API for VBA in excel

I need to send instant messages automatically from excel. I know how to do it, but I have a problem with Lync API. I have Office 2010 and Lync 2013 and I cannot find in references in VBA editor anything related to Lync or Communicator. I went through all pages and I find almost impossible to solve this and find correct API to use. I downloaded from MSDN portal communicatorAPI.dll, but it is not working. Do you know how to solve this? Thank you a lot.

Lync Server administrative interface

The task I am looking at is to automate the process of creating new users on a Lync 2010 server. Looking at the Lync Server SDK, this only allows creating new phone calls and sending IM. I'm looking for an interface to automate administrative task.
What I don't want to do in first place is to parse the web interface. Does anyone know of anything that might help?
There is a certain number of PowerShell cmdlets I wasnt aware of. The complete list can be found in the Documentation.
I don't find the good step-by-step guide I once came across, but there are several others out there that descript how you connect your PowerShell to the Lync Server (like this).
I haven't tested any of these scripts, but Microsoft also provides a list of useful scripts to administrate Lync (link).
The problem I was initially looking for was: How do I hide disabled user accounts in the Lync Contact list. This can be done by ticking the checkbox "Hide user from global address list" in Exchange (Note: when this is done via e.g. VBScript it takes some time before the GAL is updated, in my case the account first vanished from GAL and the next morning it also disappeared from the Lync Contact List).

Getting a list of site users in Sharepoint 2010

I'm developing an application on top of Sharepoint Foundation 2010. I'm wondering if it's possible to get all defined users of a certain Sharepoint site? By this I mean getting their IDs (or GUIDs, however they're represented) as well as their human friendly names. So I need any special rights to do this?
The topic was discussed on this thread:
SharePoint - Get a list of current users
SharePoint - Get a list of current users