ftduarte.blogspot.com
ftduarte.blogspot.com: #SharePoint #PowerShell start script on steroids
http://ftduarte.blogspot.com/2014/11/sharepoint-powershell-start-script-on.html
Net, SharePoint, PowerShell, Networking. Monday, November 24, 2014. SharePoint #PowerShell start script on steroids. I work with SharePoint, and I work with PowerShell. PowerShell scripts can easily become messy and unstructured, hard to troubleshoot. The same concepts as "regular" programming apply: helper methods/functions, encapsulation, abstraction, etc. But the main purpose of PowerShell is still, to automate things that otherwise would take loooooong time to do manually. If the script crashes.
ftduarte.blogspot.com
ftduarte.blogspot.com: Installing #Umbraco for the first time
http://ftduarte.blogspot.com/2015/02/installing-umbraco-for-first-time.html
Net, SharePoint, PowerShell, Networking. Thursday, February 19, 2015. Installing #Umbraco for the first time. Installing a new CMS can be tricky, and Umbraco is no different. There are many ways, but even the easiest path can be a bumpy road. For this reason, I like to do things manually, and define a process that really works. 1 - Setup SQL Server and SQL Server Management Studio. I personally installed, from web platform installer:. SQL Server Express 2008 R2 Service Pack 2" (sql server instance).
ftduarte.blogspot.com
ftduarte.blogspot.com: #SharePoint | Customize OOB Approval Workflow Email Body
http://ftduarte.blogspot.com/2014/10/sharepoint-customize-oob-approval.html
Net, SharePoint, PowerShell, Networking. Sunday, October 12, 2014. SharePoint Customize OOB Approval Workflow Email Body. The out-of-the-box approval workflow sends a few emails. Sometimes, the content of these emails is not be best so you will want to customize them. One of these cases, is having the misleading "successfully" term even if a workflow is actually rejected. 1 Open SharePoint Designer. 2 Open the Site Collection root. 4 Right click the Approval Workflow and choose "Edit Workflow". Starter M...
ftduarte.blogspot.com
ftduarte.blogspot.com: #SharePoint | Value cannot be null, parameter name: g
http://ftduarte.blogspot.com/2015/06/sharepoint-value-cannot-be-null.html
Net, SharePoint, PowerShell, Networking. Monday, June 29, 2015. SharePoint Value cannot be null, parameter name: g. Moving documents in SharePoint can be a difficult task at times. One of the biggest challenges is keeping previous document versions. In some cases, it works if you simply move the documents from one place to the other, while using explorer views. Nb: only works for MOVE operation, not for COPY). Http:/ ./Demo Document 001.docx: Value cannot be null. Parameter name: g. Function PrintFields(...
ftduarte.blogspot.com
ftduarte.blogspot.com: #SharePoint | Enabling Workflow Trace Logs
http://ftduarte.blogspot.com/2014/10/sharepoint-enabling-workflow-debugging.html
Net, SharePoint, PowerShell, Networking. Saturday, October 11, 2014. SharePoint Enabling Workflow Trace Logs. Even though we may have changed customerrors to off in the various web.config files:. We may still get pages like these, specially after the workflow starter page, IniWrkflIP.aspx. Has a great step-by-step tutorial on how to enable debugging of workflows in SharePoint 2007. The log document is created, but only when a workflow starts. Subscribe to: Post Comments (Atom). Andrew Connell [MVP MOSS].
ftduarte.blogspot.com
ftduarte.blogspot.com: 5 Conventions that can make our life easier
http://ftduarte.blogspot.com/2015/03/5-conventions-that-can-make-our-life.html
Net, SharePoint, PowerShell, Networking. Monday, March 16, 2015. 5 Conventions that can make our life easier. All my life I longed to work in a place were a list of rules were glued to the wall, saying what you can and cannot do, should or should not not, in your code. Doesn't have to be anything fancy like design patterns. But the basic things that everyone should know, and keeping them in mind so they don't forget. 1 Write in English. If you want to, or just have someone read it to help you. Functions,...
ftduarte.blogspot.com
ftduarte.blogspot.com: Ultimate Debugging Enabler for SharePoint
http://ftduarte.blogspot.com/2015/03/ultimate-debugging-enabler-for.html
Net, SharePoint, PowerShell, Networking. Tuesday, March 31, 2015. Ultimate Debugging Enabler for SharePoint. On every new environment we often need to enabling custom errors, debug mode and other settings that will make your development environment spit-up all the exception in a human readable way. What we don't usually we know is that, not only can be disable CustomErrors. Different methods (CallStack, Debug, CustomErrors, AllowPageLevelTrace, Trace). In case the debug mode was not changed, there will b...
ftduarte.blogspot.com
ftduarte.blogspot.com: #SharePoint | Enabling incoming and outgoing e-mail
http://ftduarte.blogspot.com/2014/07/sharepoint-enabling-incoming-and.html
Net, SharePoint, PowerShell, Networking. Thursday, July 10, 2014. SharePoint Enabling incoming and outgoing e-mail. On of the great features in SharePoint is the ability to integrate with Exchange, adding sending and receiving e-mail capabilities to our day-to-day developments. Understanding how to configure and troubleshoot incoming and outgoing e-mail is crucial to take advantage of this potential. In Central Admin System Settings Configure outgoing e-mail settings. Incoming e-mail in the Central Admin.
ftduarte.blogspot.com
ftduarte.blogspot.com: #SharePoint | Broken List Views / ECB
http://ftduarte.blogspot.com/2014/09/sharepoint-broken-list-views-ecb.html
Net, SharePoint, PowerShell, Networking. Tuesday, September 30, 2014. SharePoint Broken List Views / ECB. Clicking a list view ECB (Edit Control Block) often causes. This item is no longer available. it may have been deleted by another user. click ok to refresh the page. List View Web Part often causes. Unable to display this webpart. Correlation ID: xxx. Error while executing web part System.StackOverflowException Operation caused a stack overflow. This property is editable with PowerShell:. The wait is...
ftduarte.blogspot.com
ftduarte.blogspot.com: Using FontAwesome as an icon framework
http://ftduarte.blogspot.com/2015/01/using-fontawesome-as-icon-framework.html
Net, SharePoint, PowerShell, Networking. Thursday, January 29, 2015. Using FontAwesome as an icon framework. When customizing the look and feel of a website, we often want to use specific, intuitive icons. In some cases - such as content management platforms - these icons are already there, but they may not make sense for many reasons:. Color does not match the site design. Wouldn't it be great is there was a lightweight solution we could use, that doesn't involve any script, of even custom images? Disab...