Office 365 Office Graph Explorer

Office 365 Office Graph Explorer

Seit kurzem kann in Office 365 Tenants der sog. “Office Graph” aktiviert werden. Dieser ist derzeit als Preview in den Plänen Enterprise (Academic, Governmental) E1 bis E4 enthalten. Martina hat im TechNet Blog Delve und der Office Graph über die Aktivierung und die Details geschrieben. Hier ein kurzer Überblick, was der Office Graph ist: (https://www.youtube.com/embed/FV1Sc6UW8-o). About Delve and Office Graph Für Developer ist natürlich interessant, wie man den Office Graph selbst anzapfen und verwenden kann. Apropos, der Begriff “Delve” (das Webportal in Office 365) steht für “vertiefen”, die Bezeichnung “Office Graph” (das Service, das Informationen sammelt, verknüpft und bereitstellt) hat Microsoft wahrscheinlich in Anlehnung an andere Systeme gewählt. Facebook App-Developer kennen etwa die “Facebook Graph-API”, die nach erfolgter Authentifizierung einer bekannten App genauso Informationen über Mitglieder liefert. ...

October 3, 2014 · 4 min · Toni Pohl
Introduction to Office 365 Development

Introduction to Office 365 Development

Für schnell entschlossene Entwickler, die gerade nicht im Urlaub weilen, gibt es heute, am 8. August, in der MVA (Microsoft Virtual Academy) ein sehr interessantes Live-Event mit dem Titel Introduction to Office 365 Development. Die Online-Kurse liefern einen Überblick über Development für Office 365, von Apps für Office und SharePoint bis zu Full Trust Apps und Einblicke in die neue Office 365 API (siehe auch hier). Das Event startet bei uns am Freitag, den 8. August, um 18 Uhr und dauert bis Mitternacht. ...

August 8, 2014 · 1 min · Toni Pohl

Freies eBook Building Cloud Apps with Microsoft Azure

Ganz frisch gibt es ein neues kostenfreies eBook für Developer im Microsoft Press Blog downzuladen: Building Cloud Apps with Microsoft Azure von Scott Guthrie, Mark Simms, Tom Dykstra, Rick Anderson und Mike Wasson. Das eBook behandelt die Themen Apps mit Azure, Best practices for DevOps, data storage, high availability und vieles mehr. Dabei werden auch wichtige Bereiche von Azure wie Automation, Web Development, Continuous integration and delivery, Source Control, Caching, Queues, Monitoring und weitere Features behandelt. ...

July 27, 2014 · 1 min · Toni Pohl
Windows Intune und Azure MFA

Windows Intune und Azure MFA

Cloud Services gibt es viele. Die meisten davon kann man auch kombinieren. In Einzelfällen kann es aber zu seltsamen Phänomenen führen. Heute habe ich das bei einem Kunden so gesehen. Um das Problem simpel zu erklären: Es gibt eine Windows Intune Trial Installation inkl. SCCM Anbindung und allem drumherum. Die Company Portal App für iOS und Android Devices ist bereits deployed, aber bei den Windows Phones happerts und will es nicht so recht klappten (man erkennt die Ironie…) ...

July 11, 2014 · 3 min · Christoph Wilfing
Determine which version of .NET Framework is installed

Determine which version of .NET Framework is installed

Sometimes it´s good to check if the desired version of the Microsoft .NET Framework is installed on the target machine where you want to run your code, ah, app. Fortunately, this is easy to figure out. See MSDN article How to: Determine Which .NET Framework Versions Are Installed for .NET versions and How to determine which versions and service pack levels of the Microsoft .NET Framework are installed. To check the version open a command prompt, and start ...

July 9, 2014 · 2 min · Toni Pohl
How to install an Exchange App as IT-Admin

How to install an Exchange App as IT-Admin

Since we put our App “Like for Outlook” in the Microsoft Office Store recently here´s some information how to install Apps for Outlook as an IT-administrator. What is deployed As an App for Office consists of an App manifest XML file and a webpage (which can be Provider-Hosted or SharePoint-Hosted) the Exchange admin needs to “install” (only) the App manifest file in the Exchange system for his company. In the manifest there´s specified where the App is hosted (the URL) as well as the permissions the app needs from the Host system (Outlook). See the relevant parts here: ...

July 7, 2014 · 3 min · Toni Pohl
Like for Outlook App

Like for Outlook App

We´re happy to announce our first App for Outlook called “Like for Outlook”! Have you ever wanted to send a “Like”-message in Microsoft Outlook like in social media networks? Now you can! With that little App for Outlook you can send a “Like” to the sender or the recipients of an email with one click! Click here and install the App from the Office Store. It´s free! Install the app Open the link Like for Outlook and you will be redirected to the Like for Outlook App in the Microsoft Office Store immediately. ...

July 6, 2014 · 3 min · Toni Pohl
Access Yammer from an AppPart 2

Access Yammer from an AppPart 2

In part 1 we created a Yammer App and organized all the necessary App data for the authentication. Now let´s develop a .NET sample app for accessing data from the Yammer network. Communication with Yammer services Once the authentication is done we can use the Yammer API REST-Services to get data. The URLs all start with https://www.yammer.com/api/v1/... followed by the service methods like https://www.yammer.com/api/v1/messages.json , users.json , groups.json and so on. ...

June 25, 2014 · 4 min · Toni Pohl
Access Yammer from an AppPart 1

Access Yammer from an AppPart 1

At SharePointkonferenz.at (#spkonfat) we from atwork - Martina and me - had a session about Yammer with the title “Who needs Yammer when we have SharePoint?” (see program). Martina gave an overview of Enterprise Social, differences between SharePoint Social and Yammer, experiences, projects and studies. When using social tools remember: “Social Enterprise is implemented 80% through organization culture and 20% through technology.” by Gartner, September 2012. It´s our recommendation to have key users in each company to promote and help employees to understand what it means to work like a network. ...

June 23, 2014 · 5 min · Toni Pohl
Einblick in die neue Office 365 API

Einblick in die neue Office 365 API

Die Office 365 API ist relativ neu und seit Mitte Mai in einer neuen Preview-Version verfügbar. Mit der Office 365 APIs können Apps auf Daten aus Office 365 wie E-Mail, Calendar, Contacts, Files und Profilinformation eines Users zugreifen. Die Office 365 API stellt REST APIs und Standard OAuth Authentifizierung bereit und kann somit sowohl von native Apps unter Windows 8, iOS, Android und anderen Plattformen benutzt werden. Microsoft plant in Zukunft die REST APIs weiter aufzupeppen und es werden weitere APIs hinzukommen, etwa für SharePoint, Exchange und Yammer. ...

June 11, 2014 · 4 min · Toni Pohl