InfoPath File Attachment Size Error

When you try to add attachments to the InfoPath Browser Enabled form, you may get the following error. If the attachment file size is beyond the configured maximum user session data.

“The Selected file is too large and is causing the form to exceed the amount of allowable resources. Select another file.”

Resolution:

[…]

Site Collection Backup using PowerShell

PowerShell always gives the administrator the feel of programming, Basically I am a developer not really much into using the options or menus to do the tasks like backup (I never used the backup option in Central AdministrationJ)

Let’s talk about Backup of Site Collection using PowerShell with examples.

Syntax:

Backup-SPSite <<Site […]