<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5721586</id><updated>2012-02-13T12:24:32.744Z</updated><category term='WSS3'/><category term='Windows 2003'/><category term='Visual Studio'/><category term='IIS 7'/><category term='C#3'/><category term='SQL'/><category term='BCS'/><category term='Webdav'/><category term='Excel VBA'/><category term='Networking Issues'/><category term='BDC'/><category term='dotNet'/><category term='VSTO2005SE'/><category term='BES'/><category term='Infopath'/><category term='crm'/><category term='Security'/><category term='Office Addin'/><category term='SQL backups'/><category term='Office365'/><category term='Firebox'/><category term='Blackberry'/><category term='Windows 2008 security'/><category term='powershell'/><category term='ISA'/><category term='Managed Metadata'/><category term='Sharepoint 2010'/><category term='MOSS'/><category term='Infpath;MOSS Forms'/><category term='Anonymous types'/><category term='Windows 2008'/><category term='SSIS'/><category term='user count exceeded'/><category term='Windows 7'/><category term='Office 365'/><category term='Outlook2007'/><category term='User Profile Sync'/><category term='SQL2008'/><category term='vmware'/><category term='Web services'/><category term='Windows Media Center'/><category term='Kerberos'/><category term='LINQ XML'/><category term='Reporting Services'/><category term='VBA'/><category term='WCF'/><category term='Active Directory'/><category term='Sharepoint'/><category term='Exchange 2010'/><category term='Access Services'/><category term='IIS7'/><category term='VS2005'/><category term='AD'/><category term='Excel'/><title type='text'>Mark Iwaszko's technical blog</title><subtitle type='html'>Technical Reference and notes for my work with Microsoft SharePoint, SQL, BI, KM, Security and Windows Servers</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default?start-index=101&amp;max-results=100'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>210</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5721586.post-8896222426962970165</id><published>2012-02-13T12:24:00.001Z</published><updated>2012-02-13T12:24:32.755Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint 2010'/><title type='text'>Problems deleting a Sharepoint 2010 list</title><summary type='text'>You can use the Powershell command below to delete a list, however if you get an error  in the form of "This list cannot be deleted." then go to Step B and try Step A again.

Step A - try to delete a list


$w = Get-SPWeb "http://myweb"

$w.Lists.Delete([System.Guid]$w.Lists["My List Name"].ID)

 

Step B - toggle list cannot be deleted error

$w = Get-SPWeb "http://myweb"
$list = 
$w.Lists["My </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/8896222426962970165/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=8896222426962970165' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8896222426962970165'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8896222426962970165'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2012/02/problems-deleting-sharepoint-2010-list.html' title='Problems deleting a Sharepoint 2010 list'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-4162691373494473777</id><published>2012-02-06T12:37:00.001Z</published><updated>2012-02-06T12:37:12.845Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint 2010'/><title type='text'>Where is the "Local Drafts Folder"</title><summary type='text'>Checking out Sharepoint documents to work on offline prompts you to use the Local Drafts folder - but where is it?

Try "My Documents\SharePoint Drafts"</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/4162691373494473777/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=4162691373494473777' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4162691373494473777'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4162691373494473777'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2012/02/where-is-local-drafts-folder.html' title='Where is the &quot;Local Drafts Folder&quot;'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-2701964989643346726</id><published>2012-01-31T13:16:00.003Z</published><updated>2012-01-31T13:16:54.027Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint 2010'/><title type='text'>Opening a Sharepoint 2010 site using claims authentication and the object model</title><summary type='text'>ClientContext ctx = new ClientContext(someSiteUrl); 
ctx.AuthenticationMode = ClientAuthenticationMode.FormsAuthentication; 
ctx.FormsAuthenticationLoginInfo = new                     FormsAuthenticationLoginInfo(myUserName, myUserPwd); 

//get the web Web w = ctx.Web; 

//execute the query ctx.ExecuteQuery(); 

http://blogs.technet.com/b/speschka/archive/2010/06/03/</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/2701964989643346726/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=2701964989643346726' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2701964989643346726'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2701964989643346726'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2012/01/opening-sharepoint-2010-site-using.html' title='Opening a Sharepoint 2010 site using claims authentication and the object model'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-511723439258549553</id><published>2012-01-03T13:02:00.003Z</published><updated>2012-01-03T13:02:18.762Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Office 365'/><title type='text'>Office 365 - Powershell connection</title><summary type='text'>To connection to Office 365 use the following set of commands.  Firstly let Powershell have permission to run remotely signed scripts.  Then set the credentails to logon with, create a Powershell session to Office365.  Import the commands you can use in that session and then off you go....






Set-ExecutionPolicy RemoteSigned


$LiveCred = Get-Credential




$Session = New-PSSession -</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/511723439258549553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=511723439258549553' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/511723439258549553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/511723439258549553'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2012/01/office-365-powershell-connection.html' title='Office 365 - Powershell connection'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-946005213405542274</id><published>2012-01-02T15:18:00.002Z</published><updated>2012-01-02T15:18:17.116Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Office 365'/><title type='text'>Office 365 - hiding an external contact from the GAL</title><summary type='text'>
1. Connect to Exchange
Online by using PowerShell. For more information about how to do this, see the
following article:
http://help.outlook.com/en-us/beta/cc952755.aspx?sl=1






2. Run the
following cmdlet to hide an external mail contact:





Set-MailContact
-Identity  -HiddenFromAddressListsEnabled $true





By
doing so, the external mail contact will be hidden from global address list
(</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/946005213405542274/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=946005213405542274' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/946005213405542274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/946005213405542274'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2012/01/office-365-hiding-external-contact-from.html' title='Office 365 - hiding an external contact from the GAL'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-3597158956083410983</id><published>2012-01-02T15:15:00.004Z</published><updated>2012-01-02T15:19:12.647Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Office 365'/><title type='text'>How to turn on email archiving in Office 365</title><summary type='text'>It took me a
while to see if this was even available in Office 365 P1 Plan, but it is and
you can enable it as follows:


·        
Login to your web login.microsoftonline.com
portal

·        
Admin

·        
Users

·        
Select user and Edit

·        
More from the menu under the user name

·        
Change Mailbox Settings

·        
Expand mailbox features

·        
Select Archive and </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/3597158956083410983/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=3597158956083410983' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3597158956083410983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3597158956083410983'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2012/01/how-to-turn-on-email-archiving-in.html' title='How to turn on email archiving in Office 365'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-8953834053686719696</id><published>2012-01-01T13:08:00.001Z</published><updated>2012-01-01T13:08:11.961Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Office 365'/><title type='text'>Displaying other Outlook accounts when migrating to Office 365</title><summary type='text'>In migrating Email accounts in Outlook 2010 to Office 365, Ive been copying email from the users existing exchange account to the new Office 365 folders (after adding the new Office 365 account as an additional Exchange account in Outlook)

I then needed to add additional mailboxes from the new Office 365 users onto the secretaries Outlook, however the normal functionality wouldnt work.  </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/8953834053686719696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=8953834053686719696' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8953834053686719696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8953834053686719696'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2012/01/displaying-other-outlook-accounts-when.html' title='Displaying other Outlook accounts when migrating to Office 365'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-8497907535730606470</id><published>2011-12-31T17:36:00.000Z</published><updated>2011-12-31T17:36:01.848Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Office 365'/><category scheme='http://www.blogger.com/atom/ns#' term='Office365'/><title type='text'>Office 365: one or more users need an assigned license</title><summary type='text'>I recently setup a five user P1 Email system on Office 365.  Iniitally I setup the default xxx.onmicrosoft.com domain and added the users.   

Then I added the "Vantiy domain" ie mycompany.com  (why Microsoft call this a vanity domain is beyond me, Id call it an essential to do business domain, but....)

I then changed the logon primary account for each user from @xxx.onmicrosoft.com to @</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/8497907535730606470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=8497907535730606470' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8497907535730606470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8497907535730606470'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/12/office-365-one-or-more-users-need.html' title='Office 365: one or more users need an assigned license'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-5092018984889314527</id><published>2011-10-13T15:33:00.000Z</published><updated>2011-10-13T15:33:12.379Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='crm'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>An interesting article on MS CRM Reasons to use SharePoint 2010</title><summary type='text'>An interesting article on MS CRM Reasons to use SharePoint 2010
http://www.powerobjects.com/blog/2011/03/15/crm-reasons-to-use-sharepoint-2010/</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/5092018984889314527/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=5092018984889314527' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5092018984889314527'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5092018984889314527'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/10/interesting-article-on-ms-crm-reasons.html' title='An interesting article on MS CRM Reasons to use SharePoint 2010'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-7283707076780864153</id><published>2011-10-07T19:10:00.000Z</published><updated>2011-10-07T19:10:11.274Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>Viewing Sharepoint sites on the Sharepoint server (disabling server loopback checks)</title><summary type='text'>Its been a problem since Win2003 SP1 that you couldn’t browse to a web site hosted on Sharepoint on that server.Ive now found this is security restriction called loopback check, where the server stops any access back to itself unless you use the server’s name in the URL.
There are two alternatives to stop this behaviour.   
Option 1 - is to disable the loopback check for all sites – which should </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/7283707076780864153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=7283707076780864153' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7283707076780864153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7283707076780864153'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/10/viewing-sharepoint-sites-on-sharepoint.html' title='Viewing Sharepoint sites on the Sharepoint server (disabling server loopback checks)'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-3308785267668353473</id><published>2011-08-31T13:02:00.000Z</published><updated>2011-08-31T13:02:29.132Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blackberry'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange 2010'/><category scheme='http://www.blogger.com/atom/ns#' term='BES'/><title type='text'>After adding a new Exchange 2010 DB - BES users no longer work once moved to it</title><summary type='text'>By default it would appear that BES doesnt have permission to access a new Exchange Database.  In this Blackberry knowledge base article recommend using powershell to update the permissions on all mailboxes on a server.


For Microsoft Exchange 2010

Click Start &gt; Programs  &gt; Microsoft Exchange Server 2010 &gt; Exchange  Management Shell.  
Open the command prompt as administrator, type the </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/3308785267668353473/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=3308785267668353473' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3308785267668353473'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3308785267668353473'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/08/after-adding-new-exchange-2010-db-bes.html' title='After adding a new Exchange 2010 DB - BES users no longer work once moved to it'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-575709960545671300</id><published>2011-06-01T13:21:00.004Z</published><updated>2011-06-02T08:38:48.538Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='powershell'/><category scheme='http://www.blogger.com/atom/ns#' term='Exchange 2010'/><title type='text'>Some usefull Exchange 2010 powershell scripts for space management</title><summary type='text'>Force remove disconnected database after a move or delete
Remove-StoreMailbox -Database "" -Identity "" -MailboxState SoftDelete
 
Exchange 2010 Find Database White Space
Get-MailboxDatabase -Status | Select-Object Server,Name,AvailableNewMailboxSpace

Retrieve List of Disconnected Mailboxes
Get-MailboxDatabase |  Get-MailboxStatistics | where {$_.DisconnectReason -eq “SoftDeleted”} | Select  </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/575709960545671300/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=575709960545671300' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/575709960545671300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/575709960545671300'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/06/some-usefull-exchange-2010-powershell.html' title='Some usefull Exchange 2010 powershell scripts for space management'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-1499621483111767073</id><published>2011-05-10T13:02:00.000Z</published><updated>2011-05-10T13:02:21.102Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint 2010'/><category scheme='http://www.blogger.com/atom/ns#' term='IIS 7'/><title type='text'>Sharepoint FBA user administration (Forms Based Authentication)</title><summary type='text'>We had a strange error where a user couldnt log on using FBA.   It turned out that the account was locked out, however it started a voyage of discovery into the murkey world of FBA in Sharepoint.

To add an FBA user we use the + _layouts/vCreateUser.aspx which works out fine, however with FBA it was not obvious how to either Reset a users password by the administrator or Delete a user.

Using II7</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/1499621483111767073/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=1499621483111767073' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1499621483111767073'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1499621483111767073'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/05/sharepoint-fba-user-administration.html' title='Sharepoint FBA user administration (Forms Based Authentication)'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-4353671352386471435</id><published>2011-03-27T21:21:00.000Z</published><updated>2011-03-27T21:21:04.101Z</updated><title type='text'>How to: Set Default Column Values on a folder programmatically | Corey Roth</title><summary type='text'>How to: Set Default Column Values on a folder programmatically Corey Roth</summary><link rel='related' href='http://dotnetmafia.sys-con.com/node/1469534' title='How to: Set Default Column Values on a folder programmatically | Corey Roth'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/4353671352386471435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=4353671352386471435' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4353671352386471435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4353671352386471435'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/03/how-to-set-default-column-values-on.html' title='How to: Set Default Column Values on a folder programmatically | Corey Roth'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-6790322050751056092</id><published>2011-03-27T15:37:00.000Z</published><updated>2011-03-27T15:37:19.985Z</updated><title type='text'>SharePoint: Displaying A Folder's MetaData Above a List | Wed 7 Jul 2010 | Blog | CodeStore</title><summary type='text'>SharePoint: Displaying A Folder's MetaData Above a List Wed 7 Jul 2010 Blog CodeStore</summary><link rel='related' href='http://www.codestore.net/store.nsf/unid/BLOG-20100707-0446' title='SharePoint: Displaying A Folder&apos;s MetaData Above a List | Wed 7 Jul 2010 | Blog | CodeStore'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/6790322050751056092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=6790322050751056092' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6790322050751056092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6790322050751056092'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/03/sharepoint-displaying-folders-metadata.html' title='SharePoint: Displaying A Folder&apos;s MetaData Above a List | Wed 7 Jul 2010 | Blog | CodeStore'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-4350122779146644525</id><published>2011-03-02T18:28:00.000Z</published><updated>2011-03-02T18:28:55.058Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='AD'/><category scheme='http://www.blogger.com/atom/ns#' term='Active Directory'/><title type='text'>AD Sync: The source server is currently rejecting replication requests</title><summary type='text'>After a few power outages one of our DC's decided not to co-operate in Syncing data. 

The Directory Service App Log gave lots of errors talking about "The Knowledge Consistency Checker (KCC) being unable to form complete spanning tree network topologies" but nothing really useful to work with.

I first used repadmin /replsummary to try to see what was wrong, but it only confirmed that there were</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/4350122779146644525/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=4350122779146644525' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4350122779146644525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4350122779146644525'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/03/ad-sync-source-server-is-currently.html' title='AD Sync: The source server is currently rejecting replication requests'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-488364069323829639</id><published>2011-02-28T15:24:00.000Z</published><updated>2011-02-28T15:24:43.222Z</updated><title type='text'>Windows 2008 INCORRECT FUNCTION error, sharing folders or file shares</title><summary type='text'>If you get the error "Incorrect Function" on a Windows Server 2008 or 2008R2 when trying to share a folder or create a file share then you will find the error message "INCORRECT FUNCTION" is extreemly useless.

It occurs because you don't have the Firewall Rules for Inbound and Outbound "File and Printer Sharing" included in your rule sets.   

But I have firewall disabled I hear you cry!  For </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/488364069323829639/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=488364069323829639' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/488364069323829639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/488364069323829639'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/02/windows-2008-incorrect-function-error.html' title='Windows 2008 INCORRECT FUNCTION error, sharing folders or file shares'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-4935940586242078015</id><published>2011-02-22T10:14:00.000Z</published><updated>2011-02-22T10:14:34.560Z</updated><title type='text'>Animoto - The End of Slideshows</title><summary type='text'>A very smart video and picture compilation piece of softwareAnimoto - The End of Slideshows</summary><link rel='related' href='http://animoto.com/' title='Animoto - The End of Slideshows'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/4935940586242078015/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=4935940586242078015' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4935940586242078015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4935940586242078015'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/02/animoto-end-of-slideshows.html' title='Animoto - The End of Slideshows'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-6743407257619940499</id><published>2011-02-22T09:46:00.000Z</published><updated>2011-02-22T09:46:15.393Z</updated><title type='text'>Running a Virtual Router &amp; Firewall inside VMware ESX with Vyatta</title><summary type='text'>I needed to run an router inside and ESX server to route between a couple of virtual networks and came across Vyatta.  I'm sure loads of people know about this but I'm a newbie to network routers so was quaite taken by its functionality.Although this video is old it gives a very good understanding of what Vyatta is and how to install it on ESXiRunning a Virtual Router &amp; Firewall inside VMware ESX</summary><link rel='related' href='http://www.vmwarevideos.com/running-a-virtual-router-firewall-inside-vmware-esx-with-vyatta' title='Running a Virtual Router &amp; Firewall inside VMware ESX with Vyatta'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/6743407257619940499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=6743407257619940499' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6743407257619940499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6743407257619940499'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/02/running-virtual-router-firewall-inside.html' title='Running a Virtual Router &amp; Firewall inside VMware ESX with Vyatta'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-1817349610467988892</id><published>2011-01-06T15:26:00.000Z</published><updated>2011-01-06T15:26:44.852Z</updated><title type='text'>32bit ODBC on a Win7 64 bit machine</title><summary type='text'>We had a requirement to run Access 2003 on a  Windows 7 64 bit server and couldnt find the 32bit ODBC settings anywhere.  They are not shown in the control panel app, however you can find them at C:\Windows\SysWOW64\odbcad32.exe</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/1817349610467988892/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=1817349610467988892' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1817349610467988892'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1817349610467988892'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/01/32bit-odbc-on-win7-64-bit-machine.html' title='32bit ODBC on a Win7 64 bit machine'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-6491308271912444495</id><published>2011-01-03T22:13:00.000Z</published><updated>2011-01-03T22:13:06.872Z</updated><title type='text'>Exchange 2010 ActiveSync not function for Domain Admins user</title><summary type='text'>I built a new domain with my own account as Domain Admin, and then after installing Exchange 2010 couldnt work out why every other user except me could access ActiveSync.The issues turns out to be that AD membership of certain Admin "Protected Groups" turns off the inherited permissions on your AD account in the OU that you reside.   To check if Inheritance is disabled on your user account, Open </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/6491308271912444495/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=6491308271912444495' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6491308271912444495'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6491308271912444495'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2011/01/exchange-2010-activesync-not-function.html' title='Exchange 2010 ActiveSync not function for Domain Admins user'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-2313603823704263489</id><published>2010-12-23T23:24:00.000Z</published><updated>2010-12-23T23:24:14.754Z</updated><title type='text'>SQL server has been renamed but the operation is incomplete</title><summary type='text'>I recently moved a number of SQL servers to a new domain and renamed the servers.  In the past this has worked fine with SQL 2008, however I was having trouble with an application on SQL 2005.

According to this blog post "The most common cause of this is if the SQL Server has been renamed after SQL Server was installed. The reason is that, at installation time, SQL Server stores the computer </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/2313603823704263489/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=2313603823704263489' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2313603823704263489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2313603823704263489'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/12/sql-server-has-been-renamed-but.html' title='SQL server has been renamed but the operation is incomplete'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-5705982777470196565</id><published>2010-11-10T11:39:00.002Z</published><updated>2010-11-10T16:30:38.800Z</updated><title type='text'>MyTechEd 2010 Wednesday Sessions</title><summary type='text'>OFS308 - Deploying Microsoft SharePoint Server 2010 with Claims Authentication
WSV205 - Remote Desktop Services: Virtual and Session-Based Desktops and Applications Architecture with Partners 
OFS223 - Office Web Apps Architecture &amp; Deployment 
Office web apps
WSV301-LNC - BranchCache in Action
WCL313 - Troubleshooting Group Policy
VIR306 - Desktop Virtualization: You Have a Choice 6 
MGT204 - </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/5705982777470196565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=5705982777470196565' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5705982777470196565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5705982777470196565'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/11/myteched-2010-wednesday-sessions.html' title='MyTechEd 2010 Wednesday Sessions'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-5130496764263108981</id><published>2010-11-10T11:36:00.004Z</published><updated>2010-11-10T16:31:13.316Z</updated><title type='text'>MyTechEd 2010 Tuesday sessions</title><summary type='text'>COS201 - Office 365: What’s Coming Soon 
SIA320 - Impact of Cloning and Virtualization on Active Directory Domain Services 
WSV201-IS - Working with BranchCache – Beginning to End 
UNC308 - Archiving, Retention and Discovery with Microsoft Exchange Server 2010 SP1 
WSV202 - Windows Server 2008 R2: File Services Overview 
Slides will be available here</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/5130496764263108981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=5130496764263108981' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5130496764263108981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5130496764263108981'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/11/myteched-2010-tuesday-sessions.html' title='MyTechEd 2010 Tuesday sessions'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-8466515068083412876</id><published>2010-11-10T11:18:00.003Z</published><updated>2010-11-10T16:31:44.672Z</updated><title type='text'>Microsoft TechEd 2010 in Berlin</title><summary type='text'>Microsoft TechEd 2010 in Berlin. 


The first day was somewhat dissapointing with teh pre-conf sessions seeming to concentrate on level 100 and 200 content, particularly with Lynq which seemed to lack substance, so instead I hit the labs with DPM and SCOM.vNext which were both very good


Keynote wasn't bad, with good stuff on Office 365 and Intune, however there is so much marketing on Winphone </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/8466515068083412876/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=8466515068083412876' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8466515068083412876'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8466515068083412876'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/11/microsoft-teched-2010-in-berlin.html' title='Microsoft TechEd 2010 in Berlin'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-2939443728138703044</id><published>2010-09-12T07:11:00.001Z</published><updated>2010-09-12T07:18:55.852Z</updated><title type='text'>Rename a domain controller using Netdom: Active Directory</title><summary type='text'>Note: newname for computer must be full DNS - ie newname.yourcompany.co.uk

Create an additional new name for the servernetdom computername oldname /add:newnameMake the new name the primary computer name for that servernetdom computername oldname /makeprimary:newname
Reboot
Remove the old computer name netdom computername  /remove:oldname
Rename a domain controller using Netdom: Active Directory</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/2939443728138703044/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=2939443728138703044' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2939443728138703044'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2939443728138703044'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/09/rename-domain-controller-using-netdom.html' title='Rename a domain controller using Netdom: Active Directory'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-93850540125245819</id><published>2010-07-20T15:27:00.000Z</published><updated>2010-07-20T15:27:34.107Z</updated><title type='text'>Windows Server, IIS/SharePoint, and NULL SID ‘Audit Failure’ Security Errors</title><summary type='text'>Whilst I understand why Microsoft might keep tightening up their servers to stop malware attacks, it would be very helpful if they could put some indication of when they are stopping these attacks into a sensible message in the event log.
I have spent 2 days trying to sort out an error on a development machine with the only pointer being NULL SID - brilliant and thank you Microsoft.Windows Server</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/93850540125245819/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=93850540125245819' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/93850540125245819'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/93850540125245819'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/07/windows-server-iissharepoint-and-null.html' title='Windows Server, IIS/SharePoint, and NULL SID ‘Audit Failure’ Security Errors'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-8826822370377542467</id><published>2010-06-10T09:42:00.002Z</published><updated>2010-06-10T09:44:18.824Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Kerberos'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows 2008'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>Viewing SharePoint 2010 sites on Windows Server 2008 R2</title><summary type='text'>Running SharePoint 2010 server on a Windows 2008 R2 server seems to be a sensible thing to do.  Well at least I thought that until I tried to locally access SharePoint sites on that server via IE. 

You will find that on Windows Server 2008 R2, you will be prompted for authentication three times and the page will fail to load. This is because R2 uses the new SPNEGO2 implementation:

 (You may ask</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/8826822370377542467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=8826822370377542467' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8826822370377542467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8826822370377542467'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/06/viewing-sharepoint-2010-sites-on.html' title='Viewing SharePoint 2010 sites on Windows Server 2008 R2'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_b-nZcZ5_MCc/TBCvateP1PI/AAAAAAAADSw/vGDGyDFINxA/s72-c/p1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-1768739120103416654</id><published>2010-06-09T12:15:00.000Z</published><updated>2010-06-09T12:15:10.489Z</updated><title type='text'>SharePoint Technology Conference | October 20-22, 2010 | Boston</title><summary type='text'>An interesting Sharepoint Conference to consider for OctoberSharePoint Technology Conference  October 20-22, 2010  Boston</summary><link rel='related' href='http://www.sptechcon.com/' title='SharePoint Technology Conference | October 20-22, 2010 | Boston'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/1768739120103416654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=1768739120103416654' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1768739120103416654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1768739120103416654'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/06/sharepoint-technology-conference.html' title='SharePoint Technology Conference | October 20-22, 2010 | Boston'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-822503387022085129</id><published>2010-06-09T12:06:00.000Z</published><updated>2010-06-09T12:06:12.910Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Access Services'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>Access Web Services : form filtering and sorting</title><summary type='text'>If you setup a form based on a table source and then add in the forms properties to sort and filter, when you add this form to a Navigation page it completely disregards what you have entered in the forms properties and  just uses the default sort for the table with all values - Brilliant Microsoft!


Filter and Order By Properties  get ignored.

So to get around this for sorting you need to </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/822503387022085129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=822503387022085129' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/822503387022085129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/822503387022085129'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/06/access-web-services-form-filtering-and.html' title='Access Web Services : form filtering and sorting'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_b-nZcZ5_MCc/TA-DeabW87I/AAAAAAAADSM/V6dgk2GIGyI/s72-c/p5.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-432406477941713341</id><published>2010-06-04T15:21:00.002Z</published><updated>2010-06-09T12:03:29.346Z</updated><title type='text'>Access Web Services : filtered field lookup lists</title><summary type='text'>
One of the key advantages I thought of for using Access Web Services in SharePoint is for populating fields with lookups.  Whilst you can do this in SharePoint using the whole list as a lookup there is no way to filter that list.  So if you want to filter out all assignments which are marked with a  status of complete then you are stuffed!

 
But with Access Web Services I thought you could use </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/432406477941713341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=432406477941713341' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/432406477941713341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/432406477941713341'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/06/access-web-services-filtered-field.html' title='Access Web Services : filtered field lookup lists'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_b-nZcZ5_MCc/TA-Ci1u8kRI/AAAAAAAADRg/8gGOcri8Myk/s72-c/p1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-1357432476231920885</id><published>2010-06-01T23:36:00.005Z</published><updated>2010-06-01T23:41:48.613Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint 2010'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>SharePoint 2010 : State Service issues &amp; problems</title><summary type='text'>
I built two SharePoint Enterprise servers in separate farms from scratch using different farms and SQL servers.  The first is a development machine to try things out on and the second is the production box.

As with all the best MVP advice you should not use the configuration wizard but manually create each service and for the most part Ive done this successfully, however when we started trying </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/1357432476231920885/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=1357432476231920885' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1357432476231920885'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1357432476231920885'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/06/sharepoint-2010-state-service-issues.html' title='SharePoint 2010 : State Service issues &amp;amp; problems'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-4086496478471319445</id><published>2010-05-31T14:29:00.001Z</published><updated>2010-05-31T14:29:30.554Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Access Services'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint 2010'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>Access 2010 Web database conversion</title><summary type='text'>Native SharePoint 2010 is dissapointing in terms of not being able to have relational data lists or lookups with filtering and for reporting I used Access reporting based on SharePoint lists.
With Access Services in SP2010 I thought I'd just convert these reports and data sources over, but as ever its not that simple. You need to create a new Access Web database and then import tables into Web </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/4086496478471319445/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=4086496478471319445' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4086496478471319445'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4086496478471319445'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/05/access-2010-web-database-conversion.html' title='Access 2010 Web database conversion'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-6560532889355733101</id><published>2010-05-28T15:58:00.000Z</published><updated>2010-05-28T15:58:26.240Z</updated><title type='text'>IE Automation &amp; Tabs - Tony Schreiner's Blog - Site Home - MSDN Blogs</title><summary type='text'>I wanted to launch IE and open several additional tabs. - thanks to Tony Schreiner's blogIE7 does not support specifying multiple URLs on the command line, but another way to do this is to use IE Automation to launch IE as an out-of-proc COM server and then call methods such as IWebBrowser2::Navigate2.While you can do this using C++ or any language that supports COM, the easiest is to use Windows</summary><link rel='related' href='http://blogs.msdn.com/b/tonyschr/archive/2007/01/19/ie-automation-amp-tabs.aspx' title='IE Automation &amp; Tabs - Tony Schreiner&apos;s Blog - Site Home - MSDN Blogs'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/6560532889355733101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=6560532889355733101' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6560532889355733101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6560532889355733101'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/05/ie-automation-tabs-tony-schreiners-blog.html' title='IE Automation &amp; Tabs - Tony Schreiner&apos;s Blog - Site Home - MSDN Blogs'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-5714558870896149011</id><published>2010-05-27T17:26:00.001Z</published><updated>2010-05-27T17:26:54.254Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='user count exceeded'/><category scheme='http://www.blogger.com/atom/ns#' term='Firebox'/><title type='text'>Firebox x10 user count exceeded error</title><summary type='text'>On adding a couple of new devices behind my firebox firewall I recieved the most unhelpfull message "user count exceeded".  I double checked everything and after many weeks of fighting with the issue I finally found the solution.

What the error message means is that there is a licensed limit (based on the key you've purchased) for the number of IP addresses on the local network that can use the </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/5714558870896149011/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=5714558870896149011' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5714558870896149011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5714558870896149011'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/05/firebox-x10-user-count-exceeded-error.html' title='Firebox x10 user count exceeded error'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-8491013711266756982</id><published>2010-05-23T21:32:00.000Z</published><updated>2010-05-23T21:32:03.987Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>How to remove the “title” column from a SharePoint list | EndUserSharePoint.com</title><summary type='text'>With custom Sharepoint lists or those imported from Excel the default Title field (which is inherited from the content type Item) is always included. This link gives a neat trick to hide this field from the edit screen if you dont want it.
How to remove the “title” column from a SharePoint list EndUserSharePoint.com:</summary><link rel='related' href='http://www.endusersharepoint.com/2010/01/05/how-to-remove-the-%E2%80%9Ctitle%E2%80%9D-column-from-a-sharepoint-list/' title='How to remove the “title” column from a SharePoint list | EndUserSharePoint.com'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/8491013711266756982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=8491013711266756982' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8491013711266756982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8491013711266756982'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/05/how-to-remove-title-column-from.html' title='How to remove the “title” column from a SharePoint list | EndUserSharePoint.com'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-7732998322432387588</id><published>2010-05-21T10:21:00.000Z</published><updated>2010-05-21T10:21:27.613Z</updated><title type='text'>How To: Create, Configure, Consume SharePoint 2010 Secure Store in Business Connectivity Services</title><summary type='text'>How To: Create, Configure, Consume SharePoint 2010 Secure Store in Business Connectivity Services</summary><link rel='related' href='http://fabiangwilliams.wordpress.com/2010/04/16/how-to-create-configure-consume-sharepoint-2010-secure-store-in-business-connectivity-services/' title='How To: Create, Configure, Consume SharePoint 2010 Secure Store in Business Connectivity Services'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/7732998322432387588/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=7732998322432387588' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7732998322432387588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7732998322432387588'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/05/how-to-create-configure-consume.html' title='How To: Create, Configure, Consume SharePoint 2010 Secure Store in Business Connectivity Services'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-9021825562400171306</id><published>2010-05-21T08:20:00.002Z</published><updated>2010-05-21T08:24:55.936Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint 2010'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>Configuring Business Data Connectivity Services</title><summary type='text'>
Setup BDC with its own user, database and App pool
Start the service
You should have a pages host to contain the external content type definitions so you need to Configure /add an External Content Type Profile Page Host. 
Create a new site collection (I use the same web application as the metadata hub created earlier)
Use the Publishing Pages Portal Template
Once published goto Central Admin -&gt;</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/9021825562400171306/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=9021825562400171306' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/9021825562400171306'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/9021825562400171306'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/05/configuring-business-data-connectivity.html' title='Configuring Business Data Connectivity Services'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-3507812217265262331</id><published>2010-05-21T07:42:00.003Z</published><updated>2010-05-21T07:54:00.205Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint 2010'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>Multiple Authentication Methods in SharePoint 2010</title><summary type='text'>There are new and exiting authentication methods such as Claims-based authentication in SharePoint 2010 which leads Microsofts product line in being the first Server to offer it.  This article introduces them
while (alive) { writeCode(); } : Multiple Authentication Methods in SharePoint 2010:</summary><link rel='related' href='http://blogs.msdn.com/brporter/archive/2010/05/10/temp.aspx' title='Multiple Authentication Methods in SharePoint 2010'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/3507812217265262331/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=3507812217265262331' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3507812217265262331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3507812217265262331'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/05/multiple-authentication-methods-in.html' title='Multiple Authentication Methods in SharePoint 2010'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-2922077027293352020</id><published>2010-05-20T21:57:00.006Z</published><updated>2010-05-21T07:54:32.130Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Managed Metadata'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint 2010'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>Setup Managed Meta Data Hub for the Sharepoint 2010 farm</title><summary type='text'>My personal notes to: Setup a Managed Meta Data Hub for the SP2010 farm
Create a new web applicationCreate a new user for this (and make sure its in the Managed accounts list with the correct permissions)

Create a new web application &amp; make sure the "Document Sets metadata synchronization" web app. feature is activated (you can find this by managing the web application and choosing "manage </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/2922077027293352020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=2922077027293352020' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2922077027293352020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2922077027293352020'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/05/setup-managed-meta-data-hub-for.html' title='Setup Managed Meta Data Hub for the Sharepoint 2010 farm'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-112722947516662282</id><published>2010-05-20T20:40:00.005Z</published><updated>2010-05-21T07:55:34.404Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='User Profile Sync'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint 2010'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>SharePoint 2010 Connection Filter Logic</title><summary type='text'>For SharePoint 2007 our MOSS profile sync uses the an LDAP query that filters which OU Users we dont't require -

ie User filter: (&amp;(objectClass=user)(!Status:=System)(!UserAccountControl:1.2.840.113556.1.4.803:=2))

This assumes we want everyone except those with and AD attribute of Status=System (the UserAccountConrol setting excludes accounts disabled)

For SharePoint 2010 once you have setup </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/112722947516662282/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=112722947516662282' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/112722947516662282'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/112722947516662282'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/05/sharepoint-2010-connection-filter-logic.html' title='SharePoint 2010 Connection Filter Logic'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-8543113451773473937</id><published>2010-05-20T16:40:00.003Z</published><updated>2010-05-21T07:56:09.062Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint 2010'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>The importance of SharePoint 2010 Managed Service Application install order</title><summary type='text'>
SharePoint 2010 is very unforgiving when it comes to the configuration of its Managed Service Applications. Not only do all the security settings need to be just so, but the order of install needs to be just right.
Because of this sensitivity, after installing the binaries and getting the administration site running I concentrated on getting the most tricky Service Apps running first, ie the </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/8543113451773473937/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=8543113451773473937' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8543113451773473937'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8543113451773473937'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/05/importance-of-sharepoint-2010-managed.html' title='The importance of SharePoint 2010 Managed Service Application install order'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-5477781704686337470</id><published>2010-05-17T12:08:00.001Z</published><updated>2010-05-17T12:09:00.461Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Visual Studio'/><title type='text'>Visual Studio error 'Cannot find the certificate and private key for decryption'</title><summary type='text'>I have a perfectly good (and expensive) Thwate Code Signing Certificate - but when I try to import it into Visual Studio to sign an assembly I get a daft error of the form of the title above. I thought MS might have fixed this in VS2010 but no.The problem appears to be that the certificate holds too much information for VS to comprehend, so you need to import the Certificate onto your machine and</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/5477781704686337470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=5477781704686337470' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5477781704686337470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5477781704686337470'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/05/visual-studio-error-cannot-find.html' title='Visual Studio error &apos;Cannot find the certificate and private key for decryption&apos;'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-1484735503996180031</id><published>2010-05-11T11:09:00.007Z</published><updated>2010-05-21T07:53:29.343Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint 2010'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><category scheme='http://www.blogger.com/atom/ns#' term='BDC'/><category scheme='http://www.blogger.com/atom/ns#' term='BCS'/><title type='text'>Sharepoint 2010 BCS connection getting started and authentication issues</title><summary type='text'>There is a very good "get you started" article here, walking you through creating a SharePoint List to an external SQL table. Whilst all the steps were clear it did not deal with security and authentication to the SQL server.

Several methods are available to connect through to back end data providers, however "Connect with User's Identity" (or Pass Through) will only work with Kerberos enabled, </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/1484735503996180031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=1484735503996180031' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1484735503996180031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1484735503996180031'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/05/sharepoint-2010-bcs-connection-getting.html' title='Sharepoint 2010 BCS connection getting started and authentication issues'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-7702171271617609261</id><published>2010-05-09T20:08:00.005Z</published><updated>2010-05-09T20:21:58.136Z</updated><title type='text'>SharePoint 2010 and Project 2010 Server demo and Eval VM (RTM edition)</title><summary type='text'>Having spent a week fighting with SharePoint 2010RTM to setup demo scenarios, it is refreshing to see that Microsoft have released RTM VM machines for both SharePoint and Project server. Downloading now and will see what goodies they hold...Chris Johnson : SharePoint 2010 Demo and Eval VM (RTM edition): "SharePoint 2010 Demo and Eval VM (RTM edition)"</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/7702171271617609261/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=7702171271617609261' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7702171271617609261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7702171271617609261'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/05/sharepoint-2010-and-project-2010-server.html' title='SharePoint 2010 and Project 2010 Server demo and Eval VM (RTM edition)'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-1113137692434500431</id><published>2010-03-26T12:06:00.002Z</published><updated>2010-03-26T12:09:10.350Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='vmware'/><title type='text'>Running VMware vSphere Client on Windows 7</title><summary type='text'>The problems running vSphere clients on Windows 7 have brought a lot of pain and the proposed workarounds were complex and invariably didnt work.BUT here is a very good simple arcticle which works ! - we like this a lot...</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/1113137692434500431/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=1113137692434500431' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1113137692434500431'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1113137692434500431'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/03/running-vmware-vsphere-client-on.html' title='Running VMware vSphere Client on Windows 7'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-7588999086289200031</id><published>2010-03-24T15:41:00.002Z</published><updated>2010-03-24T15:48:10.776Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>Sharepoint 2007 wildcard searching</title><summary type='text'>To use a wildcard search or part of the name, you must specify the field name you are looking for.eg. FileName:whiz* will find all documents with a FileName starting with "whiz"I havent found a way to search on field's with spaces in yet (ie where there is a space in the file name replacing it with _x0020_)There is a good article herehttp://www.novolocus.com/2009/05/27/</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/7588999086289200031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=7588999086289200031' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7588999086289200031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7588999086289200031'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/03/sharepoint-2007-wildcard-searching.html' title='Sharepoint 2007 wildcard searching'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-7020411215455469599</id><published>2010-02-25T17:03:00.002Z</published><updated>2010-02-25T17:12:01.812Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='C#3'/><category scheme='http://www.blogger.com/atom/ns#' term='dotNet'/><title type='text'>dotNet Dictionary - ContainsKey</title><summary type='text'>I think Dictionary objects are brilliant data structures.  The way they can contain objects and nested dictionaries within them seleves makes them a fantasic store, However I was using a Dictionary obect to store Key Value Pairs and I couldnt be sure that I knew if all the key's were present.  The first way I found to check was to try to get the key within a Try Catch block and if they key wasnt </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/7020411215455469599/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=7020411215455469599' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7020411215455469599'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7020411215455469599'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/02/dotnet-dictionary-containskey.html' title='dotNet Dictionary - ContainsKey'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-5824555481519684102</id><published>2010-02-25T16:28:00.003Z</published><updated>2010-02-25T17:02:13.483Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Excel VBA'/><title type='text'>A couple of Excel VBA usefull notes</title><summary type='text'>UserName = Environ("Username")Domain = Environ("UserDomain")Combined= Environ("UserDomain") &amp; "\" &amp; Environ("Username")CurrentDate = DateCurrentTime = TimeSome file and folder VBA commandsCurrent folder name:  CurDirChange the active folder: ChDir "C:\My Documents"File exists test:  If Dir("F:\My Documents\My Workbook.xls") &lt;&gt; "" Then ....Delete a file : Kill "F:\My Documents\My </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/5824555481519684102/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=5824555481519684102' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5824555481519684102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5824555481519684102'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/02/couple-of-excel-vba-usefull-notes.html' title='A couple of Excel VBA usefull notes'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-4801338347297198462</id><published>2010-02-25T16:12:00.002Z</published><updated>2010-02-25T16:14:56.889Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Media Center'/><title type='text'>February 2010 Windows Media Center Cumulative Update for Windows 7</title><summary type='text'>Although Windows 7 Media Centre is much better than previous releases - its support of media extenders such as Xbox 360 and Linksys are woefully behind.  Here is the latest patch for Windows 7 and I do hope that this is supported by the extenders being updated as well.</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/4801338347297198462/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=4801338347297198462' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4801338347297198462'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4801338347297198462'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/02/february-2010-windows-media-center.html' title='February 2010 Windows Media Center Cumulative Update for Windows 7'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-8521210923623844353</id><published>2010-02-25T10:25:00.004Z</published><updated>2010-02-25T16:12:16.615Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>Sharepoint list item - custom drop down menu</title><summary type='text'>To be able to customise Sharepoint Context menus easily using Javascript in a a Content Editor Web Part is extreemly powerfull and remarkably simple to get working. - see this article for guidance Customizing SharePoint Context Menus.(Suplimental: The obove article is ok as far as it goes however to try to get the client side menu to carry out actions is not simple. You need to be skilled in </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/8521210923623844353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=8521210923623844353' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8521210923623844353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8521210923623844353'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/02/sharepoint-list-item-custom-drop-down.html' title='Sharepoint list item - custom drop down menu'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-2201562252682947140</id><published>2010-01-27T15:13:00.002Z</published><updated>2010-01-27T15:28:55.068Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='SQL2008'/><category scheme='http://www.blogger.com/atom/ns#' term='SSIS'/><title type='text'>BUG: SSIS 2008 derived columns from User variables data type</title><summary type='text'>I wanted to create a derived column from a user:variable in SSIS so that I could combine the input of a CSV into a SQL table along with a column name saying where the CSV came from.Usually you initialise the user:variable before the package starts with a non relevant string, such as "1234" then updated it to the correct value once the process starts.The problem is that when you use the Derived </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/2201562252682947140/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=2201562252682947140' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2201562252682947140'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2201562252682947140'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/01/bug-ssis-2008-derived-columns-from-user.html' title='BUG: SSIS 2008 derived columns from User variables data type'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-3330576479052498189</id><published>2010-01-26T16:32:00.002Z</published><updated>2010-01-26T16:34:33.311Z</updated><title type='text'>Another Microsoft SQL exam passed</title><summary type='text'>I'm sure it gets harder to study and pass exams as each year goes by, however just managed to achieve 98% in Microsoft SQL Server 2008, Implimentation and Maintenance so off for a beer to celebrate.</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/3330576479052498189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=3330576479052498189' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3330576479052498189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3330576479052498189'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/01/another-microsoft-sql-exam-passed.html' title='Another Microsoft SQL exam passed'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-5922579113860500648</id><published>2010-01-26T16:06:00.003Z</published><updated>2010-01-26T16:32:07.586Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Excel'/><title type='text'>Summing Excel Range Intersects</title><summary type='text'>Ever wanted to add up the value of the Intersecting Sets or Ranges.I had a couple of Ranges as rowns,   eg Dept1 = Rows A1:N4 , Dept2 = Rows (A5:N6, A12:N16) etcand then Columns Ranges for Jan, Feb  eg Jan = Column B1:B12, Feb = C1:C12 etc.I wanted to get the sum of the Intersection between Ranges Dept1 for Jan.  To do this use a Space as an operator.   eg   =Sum(Dept1 Jan)Whilist everyone knows </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/5922579113860500648/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=5922579113860500648' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5922579113860500648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5922579113860500648'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/01/summing-excel-range-intersects.html' title='Summing Excel Range Intersects'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-1914709162784105272</id><published>2010-01-19T00:04:00.002Z</published><updated>2010-01-19T00:09:10.608Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 7'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL backups'/><title type='text'>Using Windows 7 for "Server-like" loads</title><summary type='text'>I'm studying for a SQL 2008 exam and found that you can mirror up to 3 backups to different devices, so when a client had some new Windows 7 machines delivered with loads of spare hard drive, I thought this would be an excellent location to backup an additioanal copy of SQL to overnight.However after about a 15Gb backup from SQL 2005 server onto a Windows 7 share, the Windows 7 workstation seemed</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/1914709162784105272/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=1914709162784105272' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1914709162784105272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1914709162784105272'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/01/using-windows-7-for-server-like-loads.html' title='Using Windows 7 for &quot;Server-like&quot; loads'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-3386714793488107478</id><published>2010-01-12T15:27:00.000Z</published><updated>2010-01-12T15:27:01.716Z</updated><title type='text'>ICO (Windows Icon) file format plugin for Photoshop</title><summary type='text'>A very usefull Adobe photoshop CS plugin that works really well.ICO (Windows Icon) file format plugin for Photoshop</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/3386714793488107478/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=3386714793488107478' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3386714793488107478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3386714793488107478'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2010/01/ico-windows-icon-file-format-plugin-for.html' title='ICO (Windows Icon) file format plugin for Photoshop'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-3637980590912071301</id><published>2009-12-15T16:11:00.001Z</published><updated>2009-12-15T16:11:41.413Z</updated><title type='text'>Configuring User Profiles in Sharepoint 2010 beta 2 in the enterprise</title><summary type='text'>This gives an interesting walkthrough for configuring user profiles.  (Despite 5 installs of a Sharepoint 2010 its still not quite right).Ive found this is a very tricky and time consuming process fraught with problems and Kathy's notes are very helpful.in reference to: Kathy Hughes, MVP (view on Google Sidewiki)</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/3637980590912071301/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=3637980590912071301' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3637980590912071301'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3637980590912071301'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/12/configuring-user-profiles-in-sharepoint.html' title='Configuring User Profiles in Sharepoint 2010 beta 2 in the enterprise'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-7526844025274367897</id><published>2009-10-14T11:26:00.003Z</published><updated>2009-10-14T14:02:19.465Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='SSIS'/><category scheme='http://www.blogger.com/atom/ns#' term='IIS7'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>Running SSIS packages from a web page</title><summary type='text'>I need to run a simple aspx page on a SQL server to run an SSIS package so that users could kick off the process without having access to the SQL admin tools.The following C# class in an asp.net page runs brilliantly on the SQL 2008 serverstatic void CallSSIS()    {          string pkgLocation = @"E:\VS Projects\\Sandbox.dtsx";          Application ssisApp = new Application();          Package </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/7526844025274367897/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=7526844025274367897' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7526844025274367897'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7526844025274367897'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/10/running-ssis-packages-from-web-page.html' title='Running SSIS packages from a web page'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-6242954385479271643</id><published>2009-10-12T16:54:00.000Z</published><updated>2009-10-12T16:54:25.066Z</updated><title type='text'>Symantec System Center - Cant unlock server group</title><summary type='text'>I was asked to look at unlocking a Windows 2003 Server Symantec System centre whos documented name and password didnt work.If you a) update the "user-admin-p" registry entry -      HKEY_LOCAL_MACHINE\SOFTWARE\Intel\LANDesk\VirusProtect6\CurrentVersion\Accounts (more details here)and then b) run the iforgot.exe program in the Program Files\Symantec\Symantec System Center\Tools folderthen you can </summary><link rel='related' href='http://www.symantec.com/connect/forums/symantec-system-center-cant-unlock-server-group' title='Symantec System Center - Cant unlock server group'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/6242954385479271643/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=6242954385479271643' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6242954385479271643'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6242954385479271643'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/10/symantec-system-center-cant-unlock.html' title='Symantec System Center - Cant unlock server group'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-8942570111958197712</id><published>2009-08-16T22:42:00.005Z</published><updated>2009-08-16T22:56:02.935Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><category scheme='http://www.blogger.com/atom/ns#' term='WSS3'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>Setting wss 3.0 site anonymous access</title><summary type='text'>A couple of years ago I setup a secure WSS 3 web application which I now wanted to publish so that everyone (anonymous) could see it, however I couldnt find out how to do it.Following the Microsoft guidance article it suggests Site Actions -&gt; Users and Permissions -&gt; Advanced Permisions -&gt; Settings and then click on Anonymous access, however the option just wasnt there !Further investigation </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/8942570111958197712/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=8942570111958197712' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8942570111958197712'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8942570111958197712'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/08/setting-wss-30-site-anonymous-access.html' title='Setting wss 3.0 site anonymous access'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-7839177055378687877</id><published>2009-08-10T16:30:00.004Z</published><updated>2009-08-10T16:44:48.771Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows 2008 security'/><title type='text'>Updating Windows 2008 Domain Account Policies</title><summary type='text'>Whilst passwords meeting complexity requirements is all well and good in a production environment it is a pain in a development one. I have a Windows 2008 standard AD Domain Controller and and I needed a number of system accounts which I really didnt want to have to bother of recording complex passwords. To change these settings is not intuative, however this is what I found: To turn password </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/7839177055378687877/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=7839177055378687877' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7839177055378687877'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7839177055378687877'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/08/updating-windows-2008-domain-account.html' title='Updating Windows 2008 Domain Account Policies'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-2928972239359461892</id><published>2009-07-28T08:22:00.005Z</published><updated>2009-07-28T08:42:02.014Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Anonymous types'/><category scheme='http://www.blogger.com/atom/ns#' term='C#3'/><category scheme='http://www.blogger.com/atom/ns#' term='LINQ XML'/><title type='text'>C#3 anonymous types, parameters and LINQ for XML</title><summary type='text'>Crash learning to work with LINQ XML (see sample code below to get a distinct list from an XML file written by a reporting services report) re-introduced me to a really usefull feature of C#3 called anonymous types where you can create an object on the fly. You can then use that object in the same method, however if you wish to pass it to another method then things start getting complicated. This</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/2928972239359461892/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=2928972239359461892' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2928972239359461892'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2928972239359461892'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/07/c3-anonymous-types-parameters-and-linq.html' title='C#3 anonymous types, parameters and LINQ for XML'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-260152998570331523</id><published>2009-07-13T09:49:00.001Z</published><updated>2009-07-13T09:49:35.601Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>Integrating External Document Repositories with SharePoint Server 2007</title><summary type='text'>Whilist loading documents into Sharepoint from existing file shares is a good option it is often time consuming and here is an interesting article showing how you can link existing exteral document libraries with sharepoint Integrating External Document Repositories with SharePoint Server 2007:</summary><link rel='related' href='http://msdn.microsoft.com/en-us/library/dd440954.aspx' title='Integrating External Document Repositories with SharePoint Server 2007'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/260152998570331523/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=260152998570331523' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/260152998570331523'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/260152998570331523'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/07/integrating-external-document.html' title='Integrating External Document Repositories with SharePoint Server 2007'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-3295150639903083015</id><published>2009-07-13T09:18:00.001Z</published><updated>2009-07-13T09:18:51.289Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Reporting Services'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows 2008'/><category scheme='http://www.blogger.com/atom/ns#' term='Webdav'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>Saving Reports to SharePoint using WebDav from Windows 2008</title><summary type='text'>I was having difficulty getting Enterprise Reporting Services to run a data subscription (running on Windows 2008) to save reports into a Sharepoint Document library using a URL.I found that Windows 2008 does not install the required WebDav Client (Not to be confused with the additional IIS7 WebDav Server addon) .You can install this client by Adding the "Desktop Experience Feature" on Windows </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/3295150639903083015/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=3295150639903083015' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3295150639903083015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3295150639903083015'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/07/saving-reports-to-sharepoint-using.html' title='Saving Reports to SharePoint using WebDav from Windows 2008'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-7666771704799372335</id><published>2009-04-10T17:10:00.001Z</published><updated>2009-04-10T17:11:18.955Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><category scheme='http://www.blogger.com/atom/ns#' term='WCF'/><title type='text'>Chaks' Corner | WCF and Sharepoint - System.IO.FileNotFound Exception</title><summary type='text'>Writing a WCF Sharepoint handler I had a great deal of trouble wondering why SPSite host = new SPSite(http://localhost..../) was giving a Web application could not be found error. The URL opened fine in a browser.The answer appears to be security related where the WCF service doesnt seem to have enough permission to get to the local sharepoint server. One workaround which seems to work is to set </summary><link rel='related' href='http://www.chakkaradeep.com/post/WCF-and-Sharepoint-SystemIOFileNotFound-Exception.aspx' title='Chaks&apos; Corner | WCF and Sharepoint - System.IO.FileNotFound Exception'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/7666771704799372335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=7666771704799372335' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7666771704799372335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7666771704799372335'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/04/chaks-corner-wcf-and-sharepoint.html' title='Chaks&apos; Corner | WCF and Sharepoint - System.IO.FileNotFound Exception'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-6028023442677692142</id><published>2009-03-02T17:01:00.000Z</published><updated>2009-03-02T17:01:25.274Z</updated><title type='text'>How to fix issue with Symantec Endpoint client not installing due to a required reboot. | Shnake's Tech Tips</title><summary type='text'>I needed to remove my old Symantec AV and install Symantex Endpoint Protection, however the installer kept saying there it would not install due to pending reboot actions - even after four reboots !My thanks to the following link who shows the relevant registry to sort this problem out.How to fix issue with Symantec Endpoint client not installing due to a required reboot.  Shnake's Tech Tips: </summary><link rel='related' href='http://www.shnake.com/blog/?p=445' title='How to fix issue with Symantec Endpoint client not installing due to a required reboot. | Shnake&apos;s Tech Tips'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/6028023442677692142/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=6028023442677692142' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6028023442677692142'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6028023442677692142'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/03/how-to-fix-issue-with-symantec-endpoint.html' title='How to fix issue with Symantec Endpoint client not installing due to a required reboot. | Shnake&apos;s Tech Tips'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-9054706302389393913</id><published>2009-02-26T17:14:00.001Z</published><updated>2009-02-26T17:14:53.169Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS'/><title type='text'>SharePoint Documents in "Checked Out" limbo mode after upload from explorer with mandatory fields not completed</title><summary type='text'>We have been uploading documents into SharePoint from the file system by dragging and droping them from Explorer, and we could'nt work out why they were being shown as "Checked Out" even though the Version Control settings were set to not use "Check-in/Out".The reason turns out to be related to mandatory fields being by passed by the Explorer upload method. If you load a document via the filing </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/9054706302389393913/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=9054706302389393913' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/9054706302389393913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/9054706302389393913'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/02/sharepoint-documents-in-checked-out.html' title='SharePoint Documents in &quot;Checked Out&quot; limbo mode after upload from explorer with mandatory fields not completed'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-1405103770596279235</id><published>2009-02-26T12:37:00.004Z</published><updated>2009-02-27T16:10:15.472Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Excel'/><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS'/><title type='text'>Binding Excel 2007 values using (DIP) Server Document Properties to Sharepoint- Not Simple or Intuitive</title><summary type='text'>We had a requirement to link values entered in Excel 2007 cells so that when they were saved to a Sharepoint Document library those values were seemlessly displayed Document library as fields.This functionality is handled much more easily by Word 2007 - see these excellent articles (DIP Metadata and Word 2007 Custom Doc Properties) - but Excel 2007 doesnt seem to share this functionality out of </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/1405103770596279235/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=1405103770596279235' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1405103770596279235'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1405103770596279235'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/02/binding-excel-2007-values-using-dip.html' title='Binding Excel 2007 values using (DIP) Server Document Properties to Sharepoint- Not Simple or Intuitive'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-5373188277337717379</id><published>2009-02-04T23:10:00.001Z</published><updated>2009-02-04T23:12:12.406Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS'/><title type='text'>Sharepoint Permission levels and permissions</title><summary type='text'>Ive been working on setting Sharepoint permissions programmatically at a document level and found an interesting article below:One of the things we noticed last week was that if you set the permissions on a single folder or document for someone who is not already in the document library, sharepoint adds them to the document library permissions root with [Limited Access].The full article is here </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/5373188277337717379/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=5373188277337717379' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5373188277337717379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5373188277337717379'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/02/sharepoint-permission-levels-and.html' title='Sharepoint Permission levels and permissions'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-4933908194948762408</id><published>2009-02-04T23:03:00.000Z</published><updated>2009-02-04T23:04:51.498Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS'/><title type='text'>Referencing Sharepoint Assemblies on x64bit Installs causes build errors for ASP.NET apps (in VS.NET 2008)</title><summary type='text'>Debugging a WCF application on a 64 bit server using VS2008 gave me odd errors where sharepoint.security.dll could not be loaded - it turned out that you have to use the 32bit version of the microsoft.sharepoint.xxx.dll libraries - see the following article. robgruen's WebLog : Referencing Sharepoint Assemblies on x64bit Installs causes build errors for ASP.NET apps (in VS.NET 2008): </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/4933908194948762408/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=4933908194948762408' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4933908194948762408'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4933908194948762408'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2009/02/referencing-sharepoint-assemblies-on.html' title='Referencing Sharepoint Assemblies on x64bit Installs causes build errors for ASP.NET apps (in VS.NET 2008)'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-939276485904626285</id><published>2008-06-24T11:54:00.005Z</published><updated>2008-06-24T12:01:57.988Z</updated><title type='text'>Oulook 2007 and Sharepoint document libraries sync.</title><summary type='text'>This subject is poorly documented and a bit of a "black art", however Ive found a Microsoft quick ref card here.Note Outlook behaves differently if the library is greater than 500Mb. If less then it sync everything, otherwise it syncs only headers and you have to manually sync documents. I cant find any way to alter this functionality.I also find some interesting training slides from TechNev on </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/939276485904626285/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=939276485904626285' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/939276485904626285'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/939276485904626285'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/06/oulook-2007-and-harepoint-document.html' title='Oulook 2007 and Sharepoint document libraries sync.'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-9110769838782966316</id><published>2008-05-10T06:08:00.002Z</published><updated>2010-01-04T10:10:27.724Z</updated><title type='text'>64 bit pdf and onenote printing problems</title><summary type='text'>Whilst MS is pushing 64 bit for everything, using 64bit Vista on my HP laptop continues to be a frustrating experience.I had deadline and needed to print from MS Project to PDF. Even though I have a professional version of Acrobat 8, I cannot seem to print to PDF and the machine even locks and crashes Project. As a workaround I tried printing to OneNote, but again you cant seem to do this on a 64</summary><link rel='related' href='http://www.primopdf.com/index.htm' title='64 bit pdf and onenote printing problems'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/9110769838782966316'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/9110769838782966316'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/05/64-bit-pdf-and-onenote-printing.html' title='64 bit pdf and onenote printing problems'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-6545236545644382072</id><published>2008-05-10T05:58:00.000Z</published><updated>2008-05-10T05:58:58.207Z</updated><title type='text'>64bit Print PDF troubles</title><summary type='text'>Free PDF Creator - Convert to PDF from Any File You Can Print - PrimoPDF</summary><link rel='related' href='http://www.primopdf.com/index.htm' title='64bit Print PDF troubles'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/6545236545644382072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=6545236545644382072' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6545236545644382072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6545236545644382072'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/05/64bit-print-pdf-troubles.html' title='64bit Print PDF troubles'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-4495885746489187437</id><published>2008-03-28T12:08:00.000Z</published><updated>2008-03-28T12:08:21.690Z</updated><title type='text'>Excel -- Comments -- Programming</title><summary type='text'>I needed to extract addresses from a comments field in an Excel spreadsheet.  The following had some really helpful code to manipulate the comments:Excel -- Comments -- Programming</summary><link rel='related' href='http://www.contextures.com/xlcomments03.html' title='Excel -- Comments -- Programming'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/4495885746489187437/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=4495885746489187437' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4495885746489187437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4495885746489187437'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/03/excel-comments-programming.html' title='Excel -- Comments -- Programming'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-6549797657300162648</id><published>2008-03-06T11:39:00.000Z</published><updated>2008-03-06T11:39:21.811Z</updated><title type='text'>No more /console switch in RDC 6.1</title><summary type='text'>Remote Desktop Console "/console" connection switch has been disabled in Vista SP1 and Windows 2008. It has been replaced by "/admin".  This is a huge problem for server administration if you didnt know about it!It looks like it will be implimented in XP sp3 as well.The following article shows more detail Ask the Performance Team : MSTSC.EXE - no more /console switch in RDC 6.1</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/6549797657300162648/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=6549797657300162648' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6549797657300162648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6549797657300162648'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/03/no-more-console-switch-in-rdc-61.html' title='No more /console switch in RDC 6.1'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-3947783893047791644</id><published>2008-03-06T10:33:00.000Z</published><updated>2008-03-06T10:33:36.446Z</updated><title type='text'>TimeSnapper - make timesheets a snap</title><summary type='text'>An interesting screen shot utility for use when you need to remeber what it was you did !TimeSnapper - make timesheets a snap</summary><link rel='related' href='http://timesnapper.com/index.aspx' title='TimeSnapper - make timesheets a snap'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/3947783893047791644/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=3947783893047791644' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3947783893047791644'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3947783893047791644'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/03/timesnapper-make-timesheets-snap.html' title='TimeSnapper - make timesheets a snap'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-5802236968005491640</id><published>2008-03-06T09:06:00.002Z</published><updated>2008-03-06T10:16:19.630Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Sharepoint'/><title type='text'>SharePoint 2007 Post SP1 hotfix woes</title><summary type='text'>We have a 6 server SharePoint 2007 Enterprise Farm which we were having a number of memory errors and timer errors on.   We had hoped that SP1 would address these issues, however the timer errors and other problems are still arrising.A MOSS Post SP1 HotFix was made available on Feb 25th and we tried to install it today, but as with most things it didnt go according to plan.There are no </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/5802236968005491640/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=5802236968005491640' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5802236968005491640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5802236968005491640'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/03/sharepoint-2007-post-sp1-hotfix-woes.html' title='SharePoint 2007 Post SP1 hotfix woes'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-5055783691569082608</id><published>2008-02-27T21:33:00.000Z</published><updated>2008-02-27T21:33:13.171Z</updated><title type='text'>Crawling SharePoint sites using the SPS3 protocol handler</title><summary type='text'>When setting up MOSS Index crawls I noticed an odd prefix of SPS3://  and the following article explains why it should be used for index crawling to improve performance, especially over the WAN: Jose Barreto's Blog : Crawling SharePoint sites using the SPS3 protocol handler</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/5055783691569082608/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=5055783691569082608' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5055783691569082608'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5055783691569082608'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/02/crawling-sharepoint-sites-using-sps3.html' title='Crawling SharePoint sites using the SPS3 protocol handler'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-1914734596875058372</id><published>2008-02-27T21:14:00.000Z</published><updated>2008-02-27T21:14:14.563Z</updated><title type='text'>Microsoft SharePoint Products and Technologies Team Blog : SharePoint SDK Downloads Now Live with SP1 Updates</title><summary type='text'>After wetting our appetite with MOSS SP1 at last 1.3 MOSS is here.  (Note the new intellisense xml file)Microsoft SharePoint Products and Technologies Team Blog : SharePoint SDK Downloads Now Live with SP1 Updates</summary><link rel='related' href='http://blogs.msdn.com/sharepoint/archive/2008/02/27/sharepoint-sdk-downloads-now-live-with-sp1-updates.aspx' title='Microsoft SharePoint Products and Technologies Team Blog : SharePoint SDK Downloads Now Live with SP1 Updates'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/1914734596875058372/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=1914734596875058372' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1914734596875058372'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1914734596875058372'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/02/microsoft-sharepoint-products-and.html' title='Microsoft SharePoint Products and Technologies Team Blog : SharePoint SDK Downloads Now Live with SP1 Updates'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-6268181673659130762</id><published>2008-02-27T11:23:00.000Z</published><updated>2008-02-27T11:23:31.520Z</updated><title type='text'>Indexing PDF content in MOSS Sharepoint 2007</title><summary type='text'>Out of the box, MOSS only indexes the meta data of a PDF and not the Text inside it if it is available.  To index the  full content you need an iFilter which is explained well here Steven Van de Craen's Blog.We have used Foxit's ifilter as it has an x64 version which our MOSS servers are running on.After getting this installed I was still having trouble with some files not indexing and found that</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/6268181673659130762/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=6268181673659130762' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6268181673659130762'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6268181673659130762'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/02/indexing-pdf-content-in-moss-sharepoint.html' title='Indexing PDF content in MOSS Sharepoint 2007'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-7366609846814967329</id><published>2008-02-21T21:27:00.001Z</published><updated>2008-02-21T21:33:56.505Z</updated><title type='text'>VS2008 includes shiny new images to use in our apps</title><summary type='text'>I was looking for some button images in VS2008 and found this usefull blog:DevLife - .NET General - VS2008 includes shiny new images to use in our apps</summary><link rel='related' href='http://blogs.devsource.com/devlife/content/net_general/vs2008_includes_shiny_new_images_to_use_in_our_apps_1.html' title='VS2008 includes shiny new images to use in our apps'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/7366609846814967329/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=7366609846814967329' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7366609846814967329'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7366609846814967329'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/02/vs2008-includes-shiny-new-images-to-use.html' title='VS2008 includes shiny new images to use in our apps'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-2310641848599454818</id><published>2008-01-18T22:03:00.000Z</published><updated>2008-01-18T22:03:34.247Z</updated><title type='text'>SharePoint Surveys - Finding the Results in the Database « Jack of all that is Microsoft, Master of None</title><summary type='text'>Creating a sharepoint survey is easy, however getting sensible data from it to analyse the results is not.  This article shows how you can get to the database behind the scenes.SharePoint Surveys - Finding the Results in the Database « Jack of all that is Microsoft, Master of None</summary><link rel='related' href='http://cregan.wordpress.com/2006/07/28/sharepoint-surveys-finding-the-results-in-the-database/' title='SharePoint Surveys - Finding the Results in the Database « Jack of all that is Microsoft, Master of None'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/2310641848599454818/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=2310641848599454818' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2310641848599454818'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2310641848599454818'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/01/sharepoint-surveys-finding-results-in.html' title='SharePoint Surveys - Finding the Results in the Database « Jack of all that is Microsoft, Master of None'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-2448403182766257189</id><published>2008-01-13T19:48:00.000Z</published><updated>2008-01-13T20:34:23.407Z</updated><title type='text'>VMWare ESX 3.5 crash introduction - in at the deep end!</title><summary type='text'>As a developer and for systems testing I have used VMWare workstation and VMWare Server for some time, however Ive felt that I needed to get to grips with ESX server to really take advantage of virtualisation. It should be pretty similar to VMWare Server shouldn't it - errm well no...Firstly you can download a 60 day eval of ESX 3.5 server and other components from VMWare. This gives you a chance</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/2448403182766257189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=2448403182766257189' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2448403182766257189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/2448403182766257189'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/01/vmware-esx-35-crash-introduction-in-at.html' title='VMWare ESX 3.5 crash introduction - in at the deep end!'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-4222037308242283516</id><published>2008-01-12T20:02:00.000Z</published><updated>2008-01-12T20:02:22.452Z</updated><title type='text'>Vista shortcut to Network Connections</title><summary type='text'>After a few months I'm warming to Windows Vista, however I use VPN network connections quite a lot as well as updating network settings.  This is one area where Vista has made things much more complex than XP.  However thanks to TweakVista you can create a shortcut to the old XP interface in Vista - Hurrah!Create a shortcut containing "explorer.exe ::{7007ACC7-3202-11D1-AAD2-00805FC1270E}"Full </summary><link rel='related' href='http://www.tweakvista.com/article39156.aspx' title='Vista shortcut to Network Connections'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/4222037308242283516/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=4222037308242283516' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4222037308242283516'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4222037308242283516'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2008/01/vista-shortcut-to-network-connections.html' title='Vista shortcut to Network Connections'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-7333716718072831988</id><published>2007-12-11T21:05:00.000Z</published><updated>2007-12-11T21:05:18.204Z</updated><title type='text'>Microsoft SharePoint Server2007 , Security Explorer, ScriptLogic</title><summary type='text'>Managing security for a large and complex MOSS installation with over 1000 users can be a large manual job.  We are looking at ways of automating this process to assign individuals from AD rather than groups.  This will mean that we can use the permissions to see which users have access to what, however the overhead of maintaining this is large.  This is an internesting program which may be of </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/7333716718072831988/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=7333716718072831988' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7333716718072831988'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7333716718072831988'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/12/microsoft-sharepoint-server2007.html' title='Microsoft SharePoint Server2007 , Security Explorer, ScriptLogic'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-4222508558545257363</id><published>2007-12-10T17:19:00.000Z</published><updated>2007-12-10T17:19:54.717Z</updated><title type='text'>Exposing Excel contents to make reporting easy in SharePoint</title><summary type='text'>Some time adding Excel forms to a Sharepoint document library makes more sense than a complexly designed infopath form.  This is especially the case when the form has a lot of financial computations.  The problem is how to get the values in the Excel documents back to sharepoint so that they can be used in the document list views.  This article gives an example of how to do it Exposing Excel </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/4222508558545257363/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=4222508558545257363' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4222508558545257363'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/4222508558545257363'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/12/exposing-excel-contents-to-make.html' title='Exposing Excel contents to make reporting easy in SharePoint'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-5769005376785627551</id><published>2007-12-10T08:25:00.000Z</published><updated>2007-12-10T08:25:26.370Z</updated><title type='text'>Microsoft Outlook Utilities and Add-ons - TechHit.com</title><summary type='text'>I was looking for a utility to store some reference email folders into the file system (or ultimatly Sharepoint) and I came across this interesting site.Microsoft Outlook Utilities and Add-ons - TechHit.com</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/5769005376785627551/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=5769005376785627551' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5769005376785627551'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5769005376785627551'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/12/microsoft-outlook-utilities-and-add-ons.html' title='Microsoft Outlook Utilities and Add-ons - TechHit.com'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-7087577627234052111</id><published>2007-11-16T12:14:00.001Z</published><updated>2008-12-10T00:05:40.669Z</updated><title type='text'>MOSS Mysite blog multiple categories</title><summary type='text'>The default Blog template for a mysite will create a category field that only allows one category to be created. If you want to allow multiple categories you must alter this fields properties as per the imgage.</summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/7087577627234052111/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=7087577627234052111' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7087577627234052111'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7087577627234052111'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/11/moss-mysite-blog-multiple-categories.html' title='MOSS Mysite blog multiple categories'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_b-nZcZ5_MCc/Rz2P_XiDmNI/AAAAAAAAAlk/NMc3ap8_e04/s72-c/Blog-Cusomizeposts.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-8547251800316804131</id><published>2007-11-13T08:51:00.000Z</published><updated>2007-11-13T09:06:20.069Z</updated><title type='text'>Rouge TCPIP gateway settings - Netsh commands for Interface IP</title><summary type='text'>I have a problem with the TCPIP settings on a windows 2003 workstation running windows terminal services.It is showing 2 gateways on network details or under ipconfig, however only one gateway is defined in the networking setup. Ive used Netsh to try to remove the additional gateway and although this is a powerful command it didnt see it.So I deliberately added the rouge gateway address with a </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/8547251800316804131/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=8547251800316804131' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8547251800316804131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8547251800316804131'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/11/rouge-tcpip-gateway-settings-netsh.html' title='Rouge TCPIP gateway settings - Netsh commands for Interface IP'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-3602335012936454712</id><published>2007-11-12T17:18:00.000Z</published><updated>2007-11-12T17:18:10.034Z</updated><title type='text'>Sharepoint Navigation Editing Problem - The page has been modified by another author - MSDN Forums</title><summary type='text'>Navigation Editing Problem - The page has been modified by another author - MSDN Forums: "Navigation Editing Problem - The page has been modified by another author "This is a really frustrating problem where you try to edit a navigation structure and MOSS just errors.  The attached link has a work around and hopefully it will be fixed in MOSS SP1</summary><link rel='related' href='http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1691577&amp;SiteID=1' title='Sharepoint Navigation Editing Problem - The page has been modified by another author - MSDN Forums'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/3602335012936454712/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=3602335012936454712' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3602335012936454712'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3602335012936454712'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/11/sharepoint-navigation-editing-problem.html' title='Sharepoint Navigation Editing Problem - The page has been modified by another author - MSDN Forums'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-3089101970272445541</id><published>2007-11-10T16:59:00.000Z</published><updated>2007-11-10T16:59:01.930Z</updated><title type='text'>The Green Button - DVD Library Manager for Vista Media Center v0.1</title><summary type='text'>The Green Button - DVD Library Manager for Vista Media Center v0.1</summary><link rel='related' href='http://thegreenbutton.com/forums/thread/211911.aspx' title='The Green Button - DVD Library Manager for Vista Media Center v0.1'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/3089101970272445541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=3089101970272445541' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3089101970272445541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3089101970272445541'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/11/green-button-dvd-library-manager-for.html' title='The Green Button - DVD Library Manager for Vista Media Center v0.1'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-8542952947390290284</id><published>2007-10-22T14:05:00.000Z</published><updated>2007-10-22T14:05:53.784Z</updated><title type='text'>MDX: Why it will matter to application developers | Reg Developer</title><summary type='text'>MDX: Why it will matter to application developers  Reg Developer</summary><link rel='related' href='http://www.regdeveloper.co.uk/2007/10/22/mdx_intro/' title='MDX: Why it will matter to application developers | Reg Developer'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/8542952947390290284/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=8542952947390290284' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8542952947390290284'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8542952947390290284'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/10/mdx-why-it-will-matter-to-application.html' title='MDX: Why it will matter to application developers | Reg Developer'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-9024621850519682894</id><published>2007-10-03T18:08:00.000Z</published><updated>2007-10-03T18:08:23.525Z</updated><title type='text'>TopStyle for Windows - HTML, xHTML, CSS editing in a single program</title><summary type='text'>Recommended CSS editorTopStyle for Windows - HTML, xHTML, CSS editing in a single program</summary><link rel='related' href='http://www.newsgator.com/Individuals/TopStyle/Default.aspx' title='TopStyle for Windows - HTML, xHTML, CSS editing in a single program'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/9024621850519682894/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=9024621850519682894' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/9024621850519682894'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/9024621850519682894'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/10/topstyle-for-windows-html-xhtml-css.html' title='TopStyle for Windows - HTML, xHTML, CSS editing in a single program'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-6891461145787483060</id><published>2007-09-28T14:12:00.000Z</published><updated>2007-09-28T14:12:22.476Z</updated><title type='text'>You experience installation errors and compatibility problems when you install Windows Server 2003 management tools on a Windows Vista-based computer</title><summary type='text'>You experience installation errors and compatibility problems when you install Windows Server 2003 management tools on a Windows Vista-based computer:</summary><link rel='related' href='http://support.microsoft.com/?kbid=930056' title='You experience installation errors and compatibility problems when you install Windows Server 2003 management tools on a Windows Vista-based computer'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/6891461145787483060/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=6891461145787483060' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6891461145787483060'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/6891461145787483060'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/09/you-experience-installation-errors-and.html' title='You experience installation errors and compatibility problems when you install Windows Server 2003 management tools on a Windows Vista-based computer'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-3646928474458543191</id><published>2007-09-28T12:05:00.000Z</published><updated>2007-09-28T12:05:09.443Z</updated><title type='text'>An update is available that improves the performance and reliability of Windows Vista</title><summary type='text'>An update is available that improves the performance and reliability of Windows Vista</summary><link rel='related' href='http://support.microsoft.com/kb/938979' title='An update is available that improves the performance and reliability of Windows Vista'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/3646928474458543191/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=3646928474458543191' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3646928474458543191'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/3646928474458543191'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/09/update-is-available-that-improves.html' title='An update is available that improves the performance and reliability of Windows Vista'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-5160790361850075444</id><published>2007-09-27T08:01:00.000Z</published><updated>2007-09-27T08:01:22.702Z</updated><title type='text'>Tim Sneath : Windows Vista Secret #10: Open an Elevated Command Prompt in Six Keystrokes</title><summary type='text'>A very usefull tip for running elevated command prompts in VistaTim Sneath : Windows Vista Secret #10: Open an Elevated Command Prompt in Six Keystrokes: "Windows Vista Secret #10: Open an Elevated Command Prompt in Six Keystrokes User Account Control is, as I mentioned in secret #4, an important part of the security protection that Windows Vista offers. For any user with administrative </summary><link rel='related' href='http://blogs.msdn.com/tims/archive/2006/11/02/windows-vista-secret-10-open-an-elevated-command-prompt-in-six-keystrokes.aspx' title='Tim Sneath : Windows Vista Secret #10: Open an Elevated Command Prompt in Six Keystrokes'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/5160790361850075444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=5160790361850075444' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5160790361850075444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/5160790361850075444'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/09/tim-sneath-windows-vista-secret-10-open.html' title='Tim Sneath : Windows Vista Secret #10: Open an Elevated Command Prompt in Six Keystrokes'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-8367167586075305971</id><published>2007-09-24T13:38:00.000Z</published><updated>2007-09-24T13:38:34.899Z</updated><title type='text'>Forms Base Authentication Tools and Utils for SharePoint 2007 - Home</title><summary type='text'>Forms Base Authentication Tools and Utils for SharePoint 2007 - Home: "Forms Base Authentication Tools and Utils for SharePoint 2007 "</summary><link rel='related' href='http://www.codeplex.com/fba/Wiki/View.aspx?title=basic%20FBA%20user%20and%20role%20management&amp;referringTitle=Home' title='Forms Base Authentication Tools and Utils for SharePoint 2007 - Home'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/8367167586075305971/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=8367167586075305971' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8367167586075305971'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/8367167586075305971'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/09/forms-base-authentication-tools-and.html' title='Forms Base Authentication Tools and Utils for SharePoint 2007 - Home'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-7257782693614859484</id><published>2007-09-24T10:39:00.000Z</published><updated>2007-09-24T10:39:33.653Z</updated><title type='text'>ISA VPN connection issues with packet size overflow fix</title><summary type='text'>How to force Kerberos to use TCP instead of UDP in Windows Server 2003, in Windows XP, and in Windows 2000: "How to force Kerberos to use TCP instead of UDP in Windows Server 2003, in Windows XP, and in Windows 2000"</summary><link rel='related' href='http://support.microsoft.com/kb/244474' title='ISA VPN connection issues with packet size overflow fix'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/7257782693614859484/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=7257782693614859484' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7257782693614859484'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7257782693614859484'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/09/isa-vpn-connection-issues-with-packet.html' title='ISA VPN connection issues with packet size overflow fix'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-7839955489561549103</id><published>2007-09-21T21:36:00.000Z</published><updated>2007-09-21T21:52:18.395Z</updated><category scheme='http://www.blogger.com/atom/ns#' term='Networking Issues'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows 2003'/><category scheme='http://www.blogger.com/atom/ns#' term='ISA'/><title type='text'>ISA woes with Windows 2003 SP2</title><summary type='text'>Ive been having intermittent network connectivity server issues in a number of locations since Windows 2003 SP2 was installed. Specifically on ISA2004 and ISA2006 servers. It took me some time to realise that the issue was caused by Win2K3SP2, however I seem to be in good company as this service pack has caused huge problems.Specifically the problems I'd seeing are intermittent VPN Client error </summary><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/7839955489561549103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=7839955489561549103' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7839955489561549103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/7839955489561549103'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/09/isa-woes-with-windows-2003-sp2.html' title='ISA woes with Windows 2003 SP2'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5721586.post-1987275017290031548</id><published>2007-09-19T14:43:00.000Z</published><updated>2007-09-19T14:43:29.891Z</updated><title type='text'>VistaBootPRO - Go PRO with Microsoft Windows Vista Boot Manager</title><summary type='text'>VistaBootPRO - Go PRO with Microsoft Windows Vista Boot Manager: "Chances are you're here because you're running Windows Vista and want to do one of two things. Install a second OS or manage your boot configuration without directly editing the BCDEdit file. As you likely now realize, Windows Vista has made this task somewhat complicated for most users. VistaBootPRO was developed to make changes </summary><link rel='related' href='http://www.vistabootpro.org/' title='VistaBootPRO - Go PRO with Microsoft Windows Vista Boot Manager'/><link rel='replies' type='application/atom+xml' href='http://markiwaszko.blogspot.com/feeds/1987275017290031548/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5721586&amp;postID=1987275017290031548' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1987275017290031548'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5721586/posts/default/1987275017290031548'/><link rel='alternate' type='text/html' href='http://markiwaszko.blogspot.com/2007/09/vistabootpro-go-pro-with-microsoft.html' title='VistaBootPRO - Go PRO with Microsoft Windows Vista Boot Manager'/><author><name>Mark Iwaszko</name><uri>http://www.blogger.com/profile/06906535219516005762</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
