Popular Posts

Recent Posts

PowerShell script to extract file from zip-archive

The PowerShell script below extracts one file from zip-archive which contains several files. I use code like this to get files with financial references from zip-archives and update SharePoint lists from them. So there’s a lot of things where this sctipt can be used. Read more»

Windows

How to open SharePoint site on Web front end (WFE) server

While creating a test SharePoint 2010 Farm I have installed all the software, solution, attached content database and wanted to see the result being on one of front-end servers, sp10wfe1. Test portal URL is http://sp10. So I entered URL in browser http://sp10 and wanted to see a site. Browser asked me about login and password, I entered them […] Read more»

SharePoint

Clean Debian from bad things

Last time my server bases on Debian was several times attacked by bad guys bia linnuux viruses on malware. To fight with them there’s an utility Linux Malware Detect (LMD). So I copypaste some info not to search it but just open the page. Read more»

Web server

Visual Studio shortcut keys

I found a great collection of Visual Studio shortcuts. While coding I often comment some lines of code.  Using shortcuts it’s even more easy. It’s not a common combination – select lines to comment and press Ctrl + K then Ctrl + C, to uncomment  – Ctrl + K then Ctrl + U. Read more»

.Net & C#

Script for calculating SharePoint SPWeb size

SharePoint portal in active company grows like an anthill. Setting limits of SharePoint sites can protect from problems with disk spaces, but it makes more users requests that not all the administrators like. So I think a good tone not to set limits on SharePoint sites. Read more»

SharePoint