Posts

SharePoint 2010 Service Packs 1

English A few days ago, Microsoft has released Service Packs 1 for SharePoint 2010. As usual, the installation must follow general rules of installation order: 1. SharePoint Foundation 2. SharePoint Foundation Language Packs 3. SharePoint Server 2010 4. SharePoint Server 2010 Language Packs And if you have SharePoint Server 2010, you can run SharePoint Configuration Wizard after completing installation of all service packs. You can skip SharePoint Configuration Wizard on installation order 1-3.

PowerShell : Compress files with Windows an improved version

English When I am looking for a way to compress file(s) into Zip, I find a blog from David Aiken here (Compress Files with Windows PowerShell then package a Windows Vista Sidebar Gadget) . I will just focus on Add-Zip function and nothing more. Here is the original code: function Add-Zip { param(\[string\]$zipfilename) if(-not (test-path($zipfilename))) { set-content $zipfilename ("PK" + \[char\]5 + \[char\]6 + ("$(\[char\]0)" \* 18)) (dir $zipfilename).IsReadOnly = $false } $shellApplication = new-object -com shell.

SharePoint Designer: Visual Touch Using Using Conditional Formatting

Inmake - Jun 2, 2011 Интересно)

SharePoint Designer: Visual Touch Using Using Conditional Formatting

English: Conditional formatting now becomes easier using SharePoint Designer 2010. We can create intelligent view which able to highlight some important pointer in the display. There are 3 types of conditional formatting: 1. Show content , show content based on the pre-specified conditions 2. Hide content , hide content based on the pre-specified conditions 3. Apply formatting , apply formatting based on the pre-specified conditions. Visual Touch for Easy Reading

SharePoint 2010: Largest Number in SharePoint Numeric Column

English: So what is the largest number in SharePoint numeric column? Before we can answer this question, let take a look how SharePoint store the data in SQL table. By design, SharePoint will map specific column type in SharePoint into SQL data type; they are nvarchar, ntext, sqlvariant, int, float and bit. For example, true/false column will be mapped to bit and numeric column will be mapped to float. There are two types of float data type in SQL, 7 digits or 15 digits precisions (http://msdn.

PowerShell : How to overcome double-hop problem in PowerShell remoting

PowerShell : Remote StsAdm using PowerShell | Ideas For Free - Aug 3, 2011 […] Remember my previous post about how to avoid double hop problem? (http://blog.libinuko.com/2011/04/29/powershell-how-to-overcome-double-hop-problem-in-powershell-remo...) . Now we will create new function that uses Invoke-RemoteCommand. Basically, we will construct […] Mike C - Jun 5, 2012 I am getting the error shown below: Invoke-RemoteCommand : A parameter cannot be found that matches parameter name ‘cmd’. PS C:\Users\myname> invoke-command -script { Invoke-RemoteCommand -cmd “powershell -noprofile -command ‘dir \\server1\d$‘” -username “domain\myname” -password “########” } At line:1 char:51 + invoke-command -script { Invoke-RemoteCommand -cmd <<<< ”powershell -noprofile -command ‘dir \\server1\d$‘” -use rname “domain\myname” -password “#####3!

PowerShell : How to overcome double-hop problem in PowerShell remoting

English: I am interesting to the PowerShell remoting topic from PowerShell Cookbook Chapter 29 here (http://www.pavleck.net/powershell-cookbook/ch29.html). In order to solve double-hop problem, it uses schedule task. The sample create schedule task to Enable-PSRemoting in remote machine. But don’t you think we need something more generic to overcome double-hop problem? PowerShell offers Enable-WSManCredSSP or Kerberos so that the process can delegates the credential to execute next-hop process. However, CredSSP is only available on Windows 7 and above.

SharePoint : Writing Custom Web Service for SharePoint, is it supported?

SharePoint: Writing Custom Web Service for SharePoint in Supported Mode (part-1) | Ideas For Free - Aug 6, 2011 […] you have read my comments on the Writing Custom Web Service for SharePont, Is it supported here (http://blog.libinuko.com/2011/02/16/sharepoint-writing-custom-web-service-for-sharepoint-is-it-suppo...) ; you may have already created standard ASPNET web services. It is working, but with some […] SharePoint : Writing Custom Web Service for SharePoint, is it … | Mastering Sharepoint - Aug 1, 2011

SharePoint : Writing Custom Web Service for SharePoint, is it supported?

English You may already read this following article “Writing Custom Web Service for SharePoint Products and Technologies” (http://msdn.microsoft.com/en-us/library/dd583131(v=office.11).aspx.aspx”)) or “Walkthrough: Creating a Custom ASP.NET Web Service” (http://msdn.microsoft.com/en-us/library/ms464040.aspx). The steps can be summarized as follows: Create normal ASPNET web service In this step you will create ASPNET Web Services using Visual Studio as you always do. From this step, you will have .asmx, where is your web service asmx file.

SharePoint 2010: How to create Cascading Lookup Field using Client Object Model

SharePoint 2010: How to create Cascading Lookup Field | Ideas For Free - Jan 0, 2011 […] Commentscakriwut on SharePoint 2010: How to create filtered lookup fieldSharePoint 2010: How to create Cascading Lookup Field using Client Object Model | Ideas For Free on SharePoint 2010: How to create Cascading Lookup FieldDhiraj on SharePoint 2010: How to create […] Tweets that mention SharePoint 2010: How to create Cascading Lookup Field using Client Object Model | Ideas For Free – Topsy.