<![CDATA[Article Comments for Todd O. Klindt]]>http://www.windowsitpro.com/authors/author/author/5777566/rsscomment/5777566en-USSun, 27 May 2012 07:33:44 GMTSun, 27 May 2012 07:33:44 GMTTop 10 SharePoint 2010 Configuration Mistakes -- and How to Fix Themhttp://www.windowsitpro.com/article/sharepoint/sharepoint-2010-misconfigurations-141636#commentsAnchorWed, 15 Feb 2012 07:23:34 GMT
In Mistake #6 Using one Account for Everything the last link - How to create a SharePoint 2010 admin account and stop using sp_farm - is broken. The right link is: http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?List=56f96349%2D3bb6%2D4087%2D94f4%2D7f95ff4ca81f&ID=259&Web=48e6fdd1%2D17db%2D4543%2Db2f9%2D6fc7185484fc]]>
Per BirkWed, 15 Feb 2012 07:23:34 GMThttp://www.windowsitpro.com/article/sharepoint/sharepoint-2010-misconfigurations-141636#commentsAnchor
Top 10 SharePoint 2010 Configuration Mistakes -- and How to Fix Themhttp://www.windowsitpro.com/article/sharepoint/sharepoint-2010-misconfigurations-141636#commentsAnchorThu, 02 Feb 2012 08:55:07 GMT
Don't you think #5 and #6 contradict each other a bit? :-)]]>
ofergalThu, 02 Feb 2012 08:55:07 GMThttp://www.windowsitpro.com/article/sharepoint/sharepoint-2010-misconfigurations-141636#commentsAnchor
Top 10 SharePoint 2010 Configuration Mistakes -- and How to Fix Themhttp://www.windowsitpro.com/article/sharepoint/sharepoint-2010-misconfigurations-141636#commentsAnchorThu, 02 Feb 2012 07:24:36 GMT
Todd, This is a great article. Thanks for taking the time to write and share it. Some of the "mistakes" read more like "best practices" - is there a recommended article for first time setup of a small corporate portal - intranet one one server and extranet on another. The Microsoft guidance leads the installer to many of the "mistakes" - might as well catch them ahead? Editor: check the first sentence after the "Everybody Makes Mistakes" section header - missing a "many" in there? I guess it proves the Section's title! Great work again and thanks! Mike]]>
mculpThu, 02 Feb 2012 07:24:36 GMThttp://www.windowsitpro.com/article/sharepoint/sharepoint-2010-misconfigurations-141636#commentsAnchor
SharePoint 2010 Disaster Recoveryhttp://www.windowsitpro.com/article/sharepoint/sharepoint-2010-disaster-recovery#commentsAnchorWed, 27 Apr 2011 12:37:55 GMT
Hmmm, in reference to the above..I found the following Powershell script Info. I hope some other readers find this useful. It would still be nice to find a way to create a timer job\workflow to email me some of this imformation when sites and collections are created, as well as pumping this output into a SharePoint list..and maybe refreshing some of the list date each day - like permissions. The following PowerShell command will give you 140 properties of a website in SharePoint . Get-SPWeb -Identity http:///sites//* | Select-Object * This pairs the results down: Get-SPWeb -Identity http://kwvaptfsd02/sites/Collection1/* | Select-Object parentweb, Site, Name, Created, Author, Url, Users, AllUsers, SiteUsers, SiteAdministrators, WebTemplate, WebTemplateID The following will give you properties of a Site Collection Get-SPSiteAdministration -Identity http:///sites/* | Select-Object * The following will give you a list of sub webs in a Site Collection Get-SPWeb -Identity http:///sites//* Some of the output tot he above commands gets truncated with a ... Anyone know how to increase the amount syntax(space) can be returned in the returned data? ]]>
mrmmillsWed, 27 Apr 2011 12:37:55 GMThttp://www.windowsitpro.com/article/sharepoint/sharepoint-2010-disaster-recovery#commentsAnchor
SharePoint 2010 Disaster Recoveryhttp://www.windowsitpro.com/article/sharepoint/sharepoint-2010-disaster-recovery#commentsAnchorWed, 27 Apr 2011 09:33:55 GMT
Wow - great article. I’m trying to find a SharePoint command that will allow me to pull up information about a sub webs in a site collection, such as the date and time each was created, and by which username? (Our dev environment is more open and I would like to see who is creating sites, and how old they are). Also - is there a place\URL you can point me to that has information on how to create a time job that can email me the the following information when new webs are created: username/date & time created/template used/users assigned access? MrMMills1 @ yahoo.com ]]>
mrmmillsWed, 27 Apr 2011 09:33:55 GMThttp://www.windowsitpro.com/article/sharepoint/sharepoint-2010-disaster-recovery#commentsAnchor
Learn How to Manage SharePoint with PowerShellhttp://www.windowsitpro.com/article/sharepoint-server-2010/learn-how-to-manage-sharepoint-with-powershell#commentsAnchorMon, 03 Jan 2011 14:29:53 GMT
Thanks for the article! Just learning there was such a thing as Get-Member made my life so much easier.]]>
Van De SandeMon, 03 Jan 2011 14:29:53 GMThttp://www.windowsitpro.com/article/sharepoint-server-2010/learn-how-to-manage-sharepoint-with-powershell#commentsAnchor
Get Proactive with SharePoint 2010’s Improved Monitoringhttp://www.windowsitpro.com/article/sharepoint/how-sharepoint-2010-s-monitoring-features-can-help-admins#commentsAnchorThu, 07 Oct 2010 05:04:00 GMT
Small thing: the link is called ’Check job status’ and not ’Check timer jobs’]]>
RønnowThu, 07 Oct 2010 05:04:00 GMThttp://www.windowsitpro.com/article/sharepoint/how-sharepoint-2010-s-monitoring-features-can-help-admins#commentsAnchor
Admins! Don’t Overlook These SharePoint 2010 Gemshttp://www.windowsitpro.com/article/news2/admins-don-t-overlook-these-sharepoint-2010-gems#commentsAnchorThu, 10 Jun 2010 00:27:56 GMT
I have a question about mirroring versus clustering with Sp2010.
Mirroring is pushed pretty hard for SP2010, but I think clustering is just as robust. What are your thoughts on clustering for SP2010 please? Is there any significant Microsoft technical reason why clustering is a *bad* idea for Sp2010 please?

Cheers]]>
sqlguyThu, 10 Jun 2010 00:27:56 GMThttp://www.windowsitpro.com/article/news2/admins-don-t-overlook-these-sharepoint-2010-gems#commentsAnchor
Using Ntbackup with Win2K and NThttp://www.windowsitpro.com/article/backup-recovery/using-ntbackup-with-win2k-and-nt#commentsAnchorThu, 23 Jan 2003 01:49:07 GMT
OK, this backup thing is great, but I have a question that I can’t find an answer to anywhere (not even TechNet). If you have one schedule for every friday and another for the last friday of every month, which takes priority or do you have to just put the corresponding tape in the drive]]>
Phil H Thu, 23 Jan 2003 01:49:07 GMThttp://www.windowsitpro.com/article/backup-recovery/using-ntbackup-with-win2k-and-nt#commentsAnchor
Using Ntbackup with Win2K and NThttp://www.windowsitpro.com/article/backup-recovery/using-ntbackup-with-win2k-and-nt#commentsAnchorTue, 21 May 2002 20:14:31 GMT
I do not think the ntbackup backup D:\ /D "Important Files" /B /L "c:\winnt\backup.log" works in win2k. I cannot get the lof file to a specfic path]]>
MarinoTue, 21 May 2002 20:14:31 GMThttp://www.windowsitpro.com/article/backup-recovery/using-ntbackup-with-win2k-and-nt#commentsAnchor
Using Ntbackup with Win2K and NThttp://www.windowsitpro.com/article/backup-recovery/using-ntbackup-with-win2k-and-nt#commentsAnchorFri, 26 Apr 2002 01:02:53 GMT
Is there a detailed backup log on Windows 2000? If NO, do you have a sample batch file that can create a detailed backup log. thanks]]>
Jojo Espiritu Fri, 26 Apr 2002 01:02:53 GMThttp://www.windowsitpro.com/article/backup-recovery/using-ntbackup-with-win2k-and-nt#commentsAnchor
Using Ntbackup with Win2K and NThttp://www.windowsitpro.com/article/backup-recovery/using-ntbackup-with-win2k-and-nt#commentsAnchorMon, 28 Jan 2002 13:47:43 GMT
while taking backup through command line is there any command on command line to log only the Summary Only of the backup on to the logfile rather than the Full Detail logging. Thanks ]]>
MSMon, 28 Jan 2002 13:47:43 GMThttp://www.windowsitpro.com/article/backup-recovery/using-ntbackup-with-win2k-and-nt#commentsAnchor
Undocumented Ntbackup Registry Keyshttp://www.windowsitpro.com/article/backup-recovery/undocumented-ntbackup-registry-keys#commentsAnchorWed, 20 Dec 2000 09:03:59 GMT
Why would you use the HKCU hive as opposed to the HKLM hive when modifying the registry for this setting? I could only think of using this entry if you wanted to enable this action for the logged on user.]]>
Brian Hackathorne Wed, 20 Dec 2000 09:03:59 GMThttp://www.windowsitpro.com/article/backup-recovery/undocumented-ntbackup-registry-keys#commentsAnchor