Author Archives: Zeljko Lav Pispek (lpispek)

Migracija s PostgreSQL 9.1 na PostgreSQL 9.2

Migracija navedene baze se izvrsavala na operativnom sustavu CentOS 6.3 (Final). Prvo je potrebno napraviti nadogradnju PostgreSQL 9.2 baze na zadnju reviziju putem naredbe: yum update postgresql91.x86_64 Nakon uspjesne nadogradnje potrebno je odraditi instalaciju PostgreSQL 9.2 repozitorija i baze: cd /tmp/ wget http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/pgdg-centos92-9.2-6.noarch.rpm rpm -i pgdg-centos92-9.2-6.noarch.rpm   Nakon uspajesne instalacije PostgreSQL 9.2 baze potrebno je […]

Windows Server 2012 R2 Preview – boot from VHDX

In one of my latest posts I wrote how to install Hyper-V role inside virtual machine. Very often I need that scenario for demos. Disadvantage of that scenario is what can’t run virtual machine inside virtual machine. So, now I can’t avoid that and need “server on metal”! I decided to install Windows Server 2012 […]

Deploy Office Web Apps Server

To prepare a server that runs Windows Server 2008 R2 Install the following software: Windows Server 2008 R2 Service Pack 1 .NET Framework 4.5 Windows PowerShell 3.0 KB2670838 Next, open the Windows PowerShell prompt as an administrator and run the following command examples to install the required roles and services. For Windows Server 2008 R2 […]

Office Web Apps Server Integration

Outlook Web App in Microsoft Exchange Server 2013 provides rich attachment preview functionality. All attachments in an email message are displayed in a filmstrip that includes a thumbnail of each attachment. Users are able to preview attachments online in full fidelity. For Office attachments, this means users can use a rich user interface to preview […]

Site Mailboxes in SharePoint & Exchange 2013 – Part1

In this multi-part post, I will be exploring and configuring a new and very promising feature that comes with the Wave15 release of the 2013 suite of collaboration products which are Site Mailboxes. Site Mailboxes bring together email and SharePoint document libraries / team sites to enhance collaboration of documents and communications in the enterprise. Traditionally, users in the enterprise collaborate […]

PowerShell restore delete site command Restore-SPDeletedSite

Applies to:  SharePoint Foundation 2013 | SharePoint Server 2013 Enterprise  Restores a deleted site collection. Restore-SPDeletedSite [-Identity] <SPDeletedSitePipeBind> [-AssignmentCollection <SPAssignmentCollection>] [-Confirm [<SwitchParameter>]] [-ContentDatabase <SPContentDatabasePipeBind>] [-WebApplication <SPWebApplicationPipeBind>] [-WhatIf [<SwitchParameter>]] Parameters Parameter Required Type Description Identity Required Microsoft.SharePoint.PowerShell.SPDeletedSitePipeBind Specifies the identity of the deleted site collection to be restored. The identity can be either a valid server-relative URL in […]

Released: Exchange Server 2013 RTM Cumulative Update 1

We know a lot of you have been waiting for this, and so it is with great excitement that we announce that Exchange Server 2013 RTM Cumulative Update 1 (CU1) has been released to the web and is available for immediate download! This is the first release using the new servicing model for Exchange Server […]

High Availability Changes in Exchange Server 2013 Cumulative Update 1

Exchange Server 2013 Cumulative Update 1 (CU1) has been released and is now available for download!  CU1 is the first release to use the servicing model introduced with Exchange 2013.  CU1 includes new features, new functionality and bug fixes, including in the area of high availability.  The announcement post on the Exchange Team Blog already […]

Description of the standard terminology that is used to describe Microsoft software updates

Microsoft is adopting the following standard terminology to describe software updates: Connector Definition: A connector is a software component that is designed to support connections between software. Critical-on-demand (COD) Definition: A Critical-on-Demand hotfix is requested by a customer who experiences significant loss or degradation of business services. Additional information: These hotfixes can be requested by […]

Office Web Apps running on Server 2012: Can’t upload PowerPoint from Lync client

If you plan to deploy Office Web Apps in support of Lync Server 2013 and decide to run in it on Windows Server 2012, you will run into problems if you do not install .NET 3.5 Technet does not call this specific requirement out http://technet.microsoft.com/en-us/library/jj219455.aspx however if you do not install .NET 3.5 you will […]