This script will loop through the servers on your farm based on the server role , and will execute an IISreset on all servers matching the role. clear $spserver =…
Tag: sharepoint
SharePoint PowerShell Handy ADFS scripts
Adding a PowerShell sanp-in you need to use this once at each PowerShell editor session. Add-PSSnapin Microsoft.SharePoint.PowerShell Get ADFS settings The following commands will present the current security provider…
SharePoint Excel Services and Excel Web Access : The workbook that you selected cannot be opened
Excel Services Web Access web-part This error can happen when a user is using Excel Services to add an Excel Web Access web-part on a SharePoint page. The root cause may…
Remove the comma in SharePoint Numeric field
These are the options available : Turn the field into a text field, and on the field’s validation rule add the following formula: =ISNUMBER([ColumnName]+0) The down side is that…
SharePoint Online Strategy
Some SharePoint history The SharePoint platform has gone through a significant transformation in the past ten years. From the first version released in 2000 to the current SharePoint Online, the product evolved from…
Server error in ‘/’ Application when creating a sub-site with full control user
When creating a new publishing sub-site or a new page in a new web application, the user (with full control ) encounters the following server side .Net error. In order to make sure…
Disable “send an email invitation” when providing user permission
How to disable sending emails to users each time they are added to a groups, or provided access to document libraries. Each time you add a user to a security group or to a SharePoint site, the…