
blog.riccardocelesti.it
Riccardo-Celesti | ?{$_.SharePoint -and $_.Powershell} | select *Personal blog of Riccardo Celesti, I share my experience from the field working with SharePoint and related.
http://blog.riccardocelesti.it/
Personal blog of Riccardo Celesti, I share my experience from the field working with SharePoint and related.
http://blog.riccardocelesti.it/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
4.2 seconds
16x16
PAGES IN
THIS WEBSITE
15
SSL
EXTERNAL LINKS
66
SITE IP
217.64.195.201
LOAD TIME
4.247 sec
SCORE
6.2
Riccardo-Celesti | ?{$_.SharePoint -and $_.Powershell} | select * | blog.riccardocelesti.it Reviews
https://blog.riccardocelesti.it
Personal blog of Riccardo Celesti, I share my experience from the field working with SharePoint and related.
Technet Gallery | SharePoint Flying Pig's Blog
http://blog.riccardocelesti.it/category/technet-gallery
Enabling content type on multiple SharePoint lists with PowerShell. May 4, 2015 PowerShell. In a new project I’m working on I had to create a new Content Type and make it available on all the document libraries in the site collection. I had to choices: browse each document library’s settings page and enable the content type via the UI. Do it for me. Since I’m really lazy I chose the scripting way. Populate SharePoint group from User Profile using Powershell. January 5, 2015 TechNet Gallery. Eric VanRoy (...
SharePoint 2013 | SharePoint Flying Pig's Blog
http://blog.riccardocelesti.it/category/sharepoint-2013
SharePoint 2013 August 2015 CU contains a bug, some fix and a cool new feature. September 2, 2015 SharePoint 2013. Yesterday I blogged about a new cool feature introduced in SharePoint 2013 with the August 2015 CU. I just read about an annoying regression that makes not possible to add attachments to custom lists items. Blogged about that some days ago, posting a workaround to fix the bug http:/ thesharepointfarm.com/2015/08/august-2015-cu-error-file-names-cant-contain-the-following-characters/. Ok, I al...
SharePoint Specialist @ Green Team | SharePoint Flying Pig's Blog
http://blog.riccardocelesti.it/who-i-am
I’m a senior consultant with 10 years’ experience doing SharePoint, from 2003 to 2013 and O365. During the years I achieved Microsoft Certification as MCP, MCTS, MCITP in SharePoint technologies. I work for Green Team. A very cool company based in Bologna (Italy). I’m something in the middle between an IT Pro and a Site Builder, I’m enthusiast about what I do and curious about what I will do. I’m a founding member of the Italian SharePoint Community ( http:/ www.sharepointcommunity.it. And on this blog :).
Global | SharePoint Flying Pig's Blog
http://blog.riccardocelesti.it/category/global
Check for free disk space with Powershell. September 8, 2015 Global. Recently I’ve been asked from a client to create a script to check for free disk space on their SharePoint VMs on a daily basis, no matter if other software, like SCOM, was in place or not. I created a PowerShell script that checks all drives from a list of servers. If the script detect less 20 GB it sends and e-mail to the SharePoint admin. See the script below for details. (more…). May 15, 2015 Global. November 25, 2014 Global. The fi...
Riccardo | SharePoint Flying Pig's Blog
http://blog.riccardocelesti.it/author/rcelesti
Check for free disk space with Powershell. September 8, 2015 Global. Recently I’ve been asked from a client to create a script to check for free disk space on their SharePoint VMs on a daily basis, no matter if other software, like SCOM, was in place or not. I created a PowerShell script that checks all drives from a list of servers. If the script detect less 20 GB it sends and e-mail to the SharePoint admin. See the script below for details. (more…). September 2, 2015 SharePoint 2013. Shame on you Share...
TOTAL PAGES IN THIS WEBSITE
15
Igor Macori | Share Your Knowledge!
http://blogs.devleap.com/igor
Studiare l’interazione con l’utente. Uno dei punti di forza delle applicazioni o dei sistemi operativi che hanno avuto modo di diffondersi con successo, è senza dubbio quello di una ben studiata interazione con l’utente. Parlo di UI/UX, e quindi anche di attenzione ai messaggi di dialogo verso l’utente. Stamattina, dopo aver acceso il mio PC, ho visto comparire questo messaggio:. Premetto che utilizzo Office Pro Plus 2016 di una sottoscrizione Office 365. Il messaggio dice e non dice diverse cose:. È sta...
claudiobrotto.com | SharePoint
http://blog.claudiobrotto.com/category/sharepoint
0xCC- Random thoughts from a SharePoint debugging session. All DDWRT Functions by SharePoint Version. Yesterday I’ve been asked How can I get a list of all DDWRT extensions that are available in SharePoint 2013? The online documentation is accurate but, unfortunately, a little bit outdated: this article by Serge van den Oever is a great source of information, but still refers to SharePoint 2003, therefore some functions are just [.]. August 21, 2013. All DDWRT Functions by SharePoint Version. The backgro...
claudiobrotto.com | Scripting
http://blog.claudiobrotto.com/tag/scripting
0xCC- Random thoughts from a SharePoint debugging session. Find large files through Search in SharePoint 2010. How to get a list of large files in a (very large) SharePoint 2010 Farm, sorted by file size? I discussed about this requirement with my friend and teammate Riccardo Celesti and we ended up with the same answer: use search! Unfortunately, since the customer’s environment is still running on top of SharePoint Server 2010, [.]. July 31, 2013. Find large files through Search in SharePoint 2010.
claudiobrotto.com | SharePoint
http://blog.claudiobrotto.com/tag/sharepoint
0xCC- Random thoughts from a SharePoint debugging session. All DDWRT Functions by SharePoint Version. Yesterday I’ve been asked How can I get a list of all DDWRT extensions that are available in SharePoint 2013? The online documentation is accurate but, unfortunately, a little bit outdated: this article by Serge van den Oever is a great source of information, but still refers to SharePoint 2003, therefore some functions are just [.]. August 21, 2013. All DDWRT Functions by SharePoint Version. The backgro...
claudiobrotto.com | How to quickly identify large lists with PowerShell
http://blog.claudiobrotto.com/2013/how-to-quickly-identify-large-lists-with-powershell
0xCC- Random thoughts from a SharePoint debugging session. How to quickly identify large lists with PowerShell. It’s easy, and it’s just one line (without word wrapping J. N = “Url”. Here I’m traversing the contents of a Web Application in order to iterate over each List (in each Web, in each Site of the Web Application):. N = “Url”. Here’s the output you may receive:. April 12, 2013. Http:/ blog.claudiobrotto.com/2013/how-to-quickly-identify-large-lists-with-powershell/. Leave your comment cancel. Migra...
claudiobrotto.com | PowerShell “here” strings
http://blog.claudiobrotto.com/2013/powershell-here-strings
0xCC- Random thoughts from a SharePoint debugging session. PowerShell “here” strings. I’m using verbatim strings in C# quite a lot. Even when I have no explicit need, for example because there’s no escape sequence nor line break and I could just avoid typing the extra @ at the beginning. I definitely like the fact that there’s a similar syntactic behavior in PowerShell too. These are called here strings ( more information here. For example, line breaks are mandatory. Strings have always been tricky.
claudiobrotto.com | Sys Admin
http://blog.claudiobrotto.com/category/sysadmin
0xCC- Random thoughts from a SharePoint debugging session. Category Archives: Sys Admin. PowerShell Profiles and Processor Architectures. July 22, 2013. Http:/ blog.claudiobrotto.com/2013/powershell-profiles-and-processor-architectures/. PowerShell Profiles and Processor Architectures. Moving SharePoint 2013 databases Issue with different SQL Server Editions. February 27, 2013. Http:/ blog.claudiobrotto.com/2013/moving-sharepoint-2013-databases-issue-with-different-sql-server-editions/. Short introductio...
claudiobrotto.com | Migration to SharePoint 2013: “The Controls collection cannot be modified because the control contains code blocks”
http://blog.claudiobrotto.com/2013/migration-to-sharepoint-2013-the-controls-collection-cannot-be-modified-because-the-control-contains-code-blocks
0xCC- Random thoughts from a SharePoint debugging session. Migration to SharePoint 2013: “The Controls collection cannot be modified because the control contains code blocks”. If you have ever written some ASP.NET code making use of server side code blocks, you may have occasionally seen errors like this one:. The Controls collection cannot be modified because the control contains code blocks. You can find a detailed explanation in this post. CodeBehind= "Default.aspx.cs". Div asp:Panel ID= "mainContent".
claudiobrotto.com | Deleting a Site Collection that cannot be deleted
http://blog.claudiobrotto.com/2013/deleting-a-site-collection-that-cannot-be-deleted
0xCC- Random thoughts from a SharePoint debugging session. Deleting a Site Collection that cannot be deleted. Today I stumbled upon a strange issue on a production SharePoint 2013 Farm. I had a bunch of site collections created using a batch script, and one of those was unreachable. It’s quite common (well, at least it happens sometimes J. That a site creation process may fail, resulting in resources not provisioned correctly. The symptoms of something gone wrong were quite evident in several places.
claudiobrotto.com | Grouping by a multi-value Managed Metadata Field using XSLT and a DataFormWebPart
http://blog.claudiobrotto.com/2013/grouping-by-a-multi-value-managed-metadata-field-using-xslt-and-a-dataformwebpart
0xCC- Random thoughts from a SharePoint debugging session. Grouping by a multi-value Managed Metadata Field using XSLT and a DataFormWebPart. First and foremost, I think that there’s a reason why grouping (generally speaking) is usually disabled when the group-by criteria is on a multi-value field. And finally where, it’s a little bit tricky J. Here’s what I have done. A DataFormWebPart fetching all items from that library. And, of course, XSLT! Name = “ extractOU “. Name = “ list “ /. Select = “ s...
TOTAL LINKS TO THIS WEBSITE
66
Ricart Automotive Blog - We're Dealin'
We're Dealin'. Join us for Blues and Ribs in Canal Winchester! July 31st, 2012 Posted by rricart. Come join my family and me this weekend for the 3rd Annual Canal Winchester Blues and RibFest. The event will be held Friday, Aug. 3 from 5-11 pm and Saturday, Aug. 4 from noon to 11 pm The festival will be located in historic downtown Canal Winchester near High and Waterloo streets. Admission is free! Don’t forget to mark your calendars for this weekend! I look forward to seeing you! 1 Don’t use dishwashing...
Brain Dump
Sexta-feira, 19 de janeiro de 2018. O dia que o Knuth ganhou meu cheque. No último dia 10, o Donald Knuth. Completou 80 anos de vida. Para comemorar, ele fez uma festinha na remota e gelada cidadezinha de Piteå. A Soma dos Quadrados. O artigo em questão era uma sugestão para o. Que é o meu livro de matemática predileto. Sou fã desse livro desde os 17 anos, quando o usava como referência para estudar para a Olimpíada de Matemática. Sum {1 le x le n} x 2= frac{n(n 1)(2n 1)}{6}$. Ela está na caixa azul abai...
tansu graphics blog
Http:/ www.riccaichio.com/. ART IN THE OFFICE 2015はじまってるよー. Brooklyn Bridge Parkからの夜景 ここ最高. C) 2015 無料ブログ JUGEM. ART IN THE OFFICE 2015はじまってるよー.
Photography by Riccardo |
Expo week in Geelong this week with the Geelong Wedding and Event Expo taking place this Sunday (the 16th) at the Arena. I have a few different things happening there on Sunday, so if you are coming to the expo, make sure you leave yourself enough time to have a chat! You do tend to get advertising material from all the exhibitors, so if there’s something in particular you want to remember, quickly take a photo of their stand with your phone! So keep that in mind! So, how does the promotion work? Having ...
Brand new ideas for your web & social life - Il blog di Riccardo Bigi
AirPlay, mirroring e dual screen per Mac, iOS, Android e PC. Con l'uscita di Mountain Lion, il nuovo sistema operativo di Apple, e la nuova Apple TV arrivata ormai alla sua terza versione, credo che in tanti abbiate già sentito parlare o magari provato AirPlay, il recente sistema di trasmissione WiFi, grazie al quale di può trasmettere sul televisore HD i LEGGI TUTTO. Tempo di sole, di escursioni e di Voltaic! Jobberone, il social network per il mondo del lavoro. Jobberone è LEGGI TUTTO. Piccolo aggiorna...
Riccardo-Celesti | ?{$_.SharePoint -and $_.Powershell} | select *
Check for free disk space with Powershell. Sep 8, 2015 Global. Recently I’ve been asked from a client to create a script to check for free disk space on their SharePoint VMs on a daily basis, no matter if other software, like SCOM, was in place or not. I created a PowerShell script that checks all drives from a list of servers. If the script detect less 20 GB it sends and e-mail to the SharePoint admin. See the script below for details. read more…. Sep 2, 2015 SharePoint 2013. Shame on you SharePoint 201...
Riccardo Marotti
June 14, 2012. Tip: cancellazione bulk dalla libreria di Kindle. October 26, 2011. Esperimento: acquarello, china, guazzo e sale. October 26, 2011. Aprire la console nella directory corrente del Finder (Lion). October 25, 2011. Tip - password manager minimale. Come creare un password manager tramite Bash. October 24, 2011. Accedere alle risorse del bundle nei test. June 12, 2011. May 11, 2011. Code Sign error: Provisioning profile ‘XXX’ can’t be found. April 25, 2011. Tailcall optimization in Ruby. April...
Riccardo Mastellone
July 1, 2016 at 11:16pm. I had the chance to work with both the Ministero dell’Economia e Finanze and the ISTAT data warehouse while building a predictive model for a project ( https:/ github.com/riccamastellone/BIP. And extracted some (sadly, not so surprising) insights and felt like sharing them with you. If you wish to have a better look, you can navigate them here:. Https:/ riccardomastellone.cartodb.com/maps. February 6, 2016 at 2:56pm. November 15, 2013 at 9:51am. November 14, 2013 at 7:58pm. Firen...
Default Parallels Plesk Panel Page
Web Server's Default Page. This page is generated by Parallels Plesk Panel. The leading hosting automation software. You see this page because there is no Web site at this address. You can do the following:. Create domains and set up Web hosting using Parallels Plesk Panel. Parallels is a worldwide leader in virtualization and automation software that optimizes computing for consumers, businesses, and Cloud services providers across all major hardware, operating systems, and virtualization platforms.
Riccieri Jeans | Blog oficial da Riccieri Jeans | 30 anos
Pular para o conteúdo. TREND ALERT – JUMPSUIT {MACACÃO}. 24 de outubro de 2016. Surgiu um evento e vem junto aquela dúvida: vestido longo ou curto? Então, vá de macacão. Mais bombado do momento. É a super tendência do verão que vai ficar por muito tempo. Os macacões invadiram os desfiles e aparecem nos mais diversos. No Brasil e no mundo. As muitas variações do modelo o fizeram uma peça quase que atemporal que está super em alta. Pode ser usado em qualquer ocasião! 17 de agosto de 2016. Se você é uma fas...
Naše potulky…
8230; alebo všeko čo nás baví. O Mne (About Me). Cyklotúra – Grenz Tour B. Cez voľný júlový víkend v Bratislave sme sa rozhodli odskúšať jednu z cyklotrás v okolí. Asi tú najtradičnejšiu, ale pre nás novú. Sicília – epilóg. Pár postrehov z tejto krajiny. Nečakajte, že na Sicílii nájdete nejaké turistické trasy. A mapy už vôbec. Značenie na horských cestách, tak ako to poznáme z našich hôr takmer vôbec neexistuje. Bude sa Vám určite páčiť. Touto loďou cesta zo Stromboli do Milaza trvala šesť hodín! Treba ...
SOCIAL ENGAGEMENT