SharePoint Performance – Blob Cache and Image Renditions could be the bad guy

SharePoint Performance – Blob Cache and Image Renditions could be the bad guy The Problem We’re running quite a big SharePoint Environment and using SharePoint 2013 also for Web Content Management. In order to monitor the performance of the system, we have build a couple of web tests with Microsoft Visual Studio and are running ...

Disable an Active Directory Account – Check Attribute userAccountControl

Disable an Active Directory Account – Check Attribute userAccountControl You can Disable an Microsoft Directory Account with the following Power Shell Command: Disable-ADAccount [-Identity] <ADAccount> [-AuthType {<Negotiate> | <Basic>}] [-Credential <PSCredential>] [-Partition <string>] [-PassThru <switch>] [-Server <string>] [-Confirm] [-WhatIf] [<CommonParameters>] More Information on the following Technet page. https://technet.microsoft.com/en-us/library/ee617197.aspx How to check if it worked? The ...

Microsoft OneNote: Drucken eines ganzen Abschnitts 1

Microsoft OneNote: Drucken eines ganzen Abschnitts
Microsoft OneNote: Drucken eines ganzen Abschnitts Als totaler Microsoft OneNote Fan war ich heute mit der Frage konfrontiert, ob es möglich ist ein gesamtes Notizbuch oder einen gesamten Abschnitt zu Drucken. Die Grundreaktion darauf ist natürlich: Wieso drucken? Aber lassen wir diese Fragestellung mal bei Seite. OneNote selbst hat diese Intelligenz leider nicht im Paket ...

Artikel: SharePoint 2016 The future is hybrid

Interessanter Artikel zu SharePoint 2016 und die kommenden hybrid Szenarien: http://www.infoworld.com/article/2973114/collaboration-software/sharepoint-2016-the-future-is-hybrid.html

Visual Studio 2015 zeigt keine Icons an 3

Visual Studio 2015 zeigt keine Icons an
Nach der Installation von Visual Studio 2015 werden komischerweise keine Icons der Action Buttons angezeigt, und zwar an diversen Stellen in Visual Studio. Ein paar Beispiele: Woran liegt das? Als erstes habe ich mal kurz Visual Studio im Logging Modus gestartet mit dem Parameter, wie in dem folgenden Artikel beschrieben: https://msdn.microsoft.com/en-us/library/ms241272.aspx Devenv /log Path\NameOfLogFile Im ...

Start a Visual Studio LoadTest automatically via Command Prompt

This does the trick: „C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\MSTest.exe“ /testcontainer:“C:\PATH_TO_YOUR_LOADTESTFILE\LoadTest.loadtest“ /testsettings:“C:\PATH_TO_YOUR_TESTSETTINGS\TestSettings1.testsettings“ You can even overwrite Values in the LoadTest by using path variables, example here: http://msdn.microsoft.com/en-us/library/ff426021.aspx

SharePoint 2013 Out of the Box WebParts

SharePoint 2013 Out of the Box WebParts Nice overview of the SharePoint 2013 OOB WebParts. There’s always a short explanation and an example image of the Web Parts available. http://www.wonderlaura.com/Lists/Posts/Post.aspx?ID=214

Good old ASP Classic

Good old ASP Classic Eine doch schon in die Jahre gekommene ASP Applikation musste, in einer ersten Phase, 1:1 migriert werden. Grund => Das Ding läuft noch auf einem relativ alten Betriebssystem. Dabei ist noch zu sagen, dass die ASP Applikation ihre Daten in MS-Access persistiert, what else. Für den Datenzugriff wird Microsoft.Jet.OLEDB.4.0 verwendet, also ...

SharePoint 2013 Access Services, some Links

SharePoint 2013 Access Services, some Links
SharePoint 2013 Access Services, some Links Just some usefull links about the Microsoft SharePoint 2013 Access Services Access Services: https://www.nothingbutsharepoint.com/sites/eusp/Pages/SharePoint-2013-Whats-in-Access-Services-for-Me.aspx Migration: http://www.youtube.com/watch?v=7Gctir-jtFU

SharePoint 2013 Best Practices

SharePoint 2013 Best Practices Fantastic Listings of SharePoint 2013 Best Practices by Microsoft. https://social.technet.microsoft.com/wiki/contents/articles/12438.sharepoint-2013-best-practices.aspx  

Lync 2013: Inter-Trunk Routing

Lync 2013: Inter-Trunk Routing
Lync 2013: Inter-Trunk Routing The Inter-Trunk Routing seems to be an interesting feature in Lync 2013. Just startet reading through the Lync 2013 documentation. http://technet.microsoft.com/en-us/library/jj721940.aspx

SharePoint Corporate App Store: Office 2013 Configuration

SharePoint Corporate App Store: Office 2013 Configuration
SharePoint Corporate App Store: Office 2013 Configuration How do you configure your Office 2013 Products to connect to the corporate app store? Open Excel Go to File Go to Options Go to Trust Center Go to Trust Center Settings… Go to Trusted App Catalogs Here enter the Catalog Url and select Add catalog Make sure ...

SharePoint 2013: POST Requests to Search Service through App

SharePoint 2013: POST Requests to Search Service through App We recently experienced an issue when developing a SharePoint hosted App on SharePoint 2013. The App should query the SharePoint Server Search Service based on all sites a user is following and should display some data according to this criteria. The result of the “Following” site ...

Neue Möglichkeiten mit Visual Studio 2012 Update 2

Die wichtigsten neuen Funktionen in diesem Update sind1: Erweiterte Qualitätssicherung: Erstellen Sie Testfälle über das Webportal und wenden Sie Testfälle über die Cloud mithilfe der Testfallverwaltung im Web auf Ihren Code an. Flexible Planung: Verbesserungen an Work Item‘s und Kanban Board mit der Option für weitere Personalisierung, damit diese ganz genau auf Ihr Team abgestimmt werden können. ...

Windows Server 2012 at a glance : Part 1

Tumbling arround the net and trying to get an overview over Windows Server 2012, I decided to create a quick summary containing the top links and a short summary about Windows Server 2012. The ultimate goal (at least for myself) is mastering the MCP 70-410… Editions Windows Server 2012 comes in the following editions: Foundation ...