michaellwest.blogspot.com michaellwest.blogspot.com

michaellwest.blogspot.com

something to know

Monday, July 13, 2015. Sitecore PowerShell Extensions Remoting v2. Let me start off by saying that the work done by Himadri here. Is a great example at the flexibility of SPE. Not long ago Adam posted about Remoting. In SPE, it became clear that we needed to have a Windows PowerShell module that users can setup outside of Sitecore that would come with all the necessary commands to interact with SPE. In our 3.1 release. We included the module, so feel free to grab that now. If you would like to download i...

http://michaellwest.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR MICHAELLWEST.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 5.0 out of 5 with 7 reviews
5 star
7
4 star
0
3 star
0
2 star
0
1 star
0

Hey there! Start your review of michaellwest.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • michaellwest.blogspot.com

    16x16

  • michaellwest.blogspot.com

    32x32

  • michaellwest.blogspot.com

    64x64

  • michaellwest.blogspot.com

    128x128

CONTACTS AT MICHAELLWEST.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
something to know | michaellwest.blogspot.com Reviews
<META>
DESCRIPTION
Monday, July 13, 2015. Sitecore PowerShell Extensions Remoting v2. Let me start off by saying that the work done by Himadri here. Is a great example at the flexibility of SPE. Not long ago Adam posted about Remoting. In SPE, it became clear that we needed to have a Windows PowerShell module that users can setup outside of Sitecore that would come with all the necessary commands to interact with SPE. In our 3.1 release. We included the module, so feel free to grab that now. If you would like to download i...
<META>
KEYWORDS
1 something to know
2 even better
3 new scriptsession
4 invoke remotescript
5 send mediaitem
6 remotely upload
7 receive mediaitem
8 remotely download
9 posted by
10 michael west
CONTENT
Page content here
KEYWORDS ON
PAGE
something to know,even better,new scriptsession,invoke remotescript,send mediaitem,remotely upload,receive mediaitem,remotely download,posted by,michael west,email this,blogthis,share to twitter,share to facebook,share to pinterest,labels powershell,mikey
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

something to know | michaellwest.blogspot.com Reviews

https://michaellwest.blogspot.com

Monday, July 13, 2015. Sitecore PowerShell Extensions Remoting v2. Let me start off by saying that the work done by Himadri here. Is a great example at the flexibility of SPE. Not long ago Adam posted about Remoting. In SPE, it became clear that we needed to have a Windows PowerShell module that users can setup outside of Sitecore that would come with all the necessary commands to interact with SPE. In our 3.1 release. We included the module, so feel free to grab that now. If you would like to download i...

INTERNAL PAGES

michaellwest.blogspot.com michaellwest.blogspot.com
1

something to know: Determine If A Command Exists In PowerShell

http://michaellwest.blogspot.com/2013/03/determine-if-command-exists-in.html

Saturday, March 16, 2013. Determine If A Command Exists In PowerShell. Ed Wilson "The Scripting Guy" posted a great article a while back on how to determine if a command exists here. Here is another approach that I came up with that morning. Function Test-Command { param($Command) $found = $false $match = [Regex]: Match($Command, "(? Noun [a-z]{3,})", "IgnoreCase") if($match.Success) { if(Get-Command -Verb $match.Groups["Verb"] -Noun $match.Groups["Noun"]) { $found = $true } } $found }. Sitecore PowerShe...

2

something to know: Run with PowerShell Context Menu

http://michaellwest.blogspot.com/2013/04/run-with-powershell-context-menu.html

Tuesday, April 2, 2013. Run with PowerShell Context Menu. Today I was working on our automated build process at work, and found myself running a batch file in a console window that I wanted to remain open. I setup a context menu item associated with .bat files which launches with PowerShell. Here are the steps:. Here is an example of the output:. Subscribe to: Post Comments (Atom). Sitecore PowerShell Extended with Pipelines. Sitecore PowerShell Extensions Tip - Delete Unused Media Items. I saw an articl...

3

something to know: Sitecore PowerShell Extensions Tip - Delete Unused Media Items

http://michaellwest.blogspot.com/2014/10/sitecore-powershell-extensions-tip.html

Friday, October 24, 2014. Sitecore PowerShell Extensions Tip - Delete Unused Media Items. Delete unused media items older than 30 days. Subscribe to: Post Comments (Atom). Sitecore PowerShell Extended with Pipelines. Every once in a while I have what I think is a cool idea. Then I have to tell someone. @adamnaj @mike i reynolds Extended #Sitecore . Sitecore PowerShell Extensions Tip - Delete Unused Media Items. Sitecore PowerShell Extensions Delete unused media items older than 30 days. Let me start off ...

4

something to know: May 2015

http://michaellwest.blogspot.com/2015_05_01_archive.html

Saturday, May 16, 2015. Sitecore PowerShell Extensions - System Maintenance. Here recently I was thinking about how I could perform some of the system maintenance tasks that you would have to manually run from the Sitecore Control Panel. I decided to add these scripts to the System Maintenance script module in the Sitecore PowerShell Extensions. Module. I hope this encourages you to spend a little more time in SPE. Subscribe to: Posts (Atom). Sitecore PowerShell Extended with Pipelines. I saw an article ...

5

something to know: Sitecore PowerShell Extended with Gutters

http://michaellwest.blogspot.com/2014/11/sitecore-powershell-extended-with-gutters.html

Saturday, November 1, 2014. Sitecore PowerShell Extended with Gutters. Recently I challenged myself to find integrations with Sitecore PowerShell Extensions. That have not yet been published. I saw this cool article. By ParTechIT and knew it was something I had to try. Of course I have to tell someone when I get it figured out. Shit just got real! 8212; Mike Reynolds (@mike i reynolds) November 1, 2014. After having already extended with pipelines. The example GutterRenderer must be stolen. Parameters&#4...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

barneyparker.com barneyparker.com

World Simplest HTML5 WYSIWYG Inline Editor | Barney Parker

https://www.barneyparker.com/world-simplest-html5-wysisyg-inline-editor

What could possibly go wrong? What could possibly go wrong? World Simplest HTML5 WYSIWYG Inline Editor. August 5, 2013. I am pretty new to web/JavaScript development, and often quickly reach for Google in order to find out how to do things. After a fair bit of Googling, it seemed that there wasn’t a hope! To my surprise, as it turns out, it’s so simple, it’s almost a joke! All the tools are already available, all you need to do it tie them together with some really simple JavaScript, and it works! If you...

daveslog.com daveslog.com

PowerShell | daveslog.com

http://daveslog.com/category/powershell

SQL Server trainer, server and application consulting. SQL 2012 / 2014 – What you need to know. Watch Re-Runs on Your SQL Server with RML Utilities. Don’t Fear the Shell. DIY Active/Active SQL Cluster Demo in Hyper-V with ISCSI – Step by Step Instructions. Presenting SQL and PowerShell for South Florida CodeCamp 2016. February 20, 2016. Presentation scripts and resources here at the SFCodeCamp.com presentation OneDrive under ‘SQL and PowerShell’. My first book review! December 24, 2015. It’s only $...

jockstothecore.com jockstothecore.com

Content Import with Powershell: Treasure Hunt - JocksToTheCore

http://jockstothecore.com/content-import-with-powershell-treasure-hunt

Press enter to see results or esc to cancel. Content Import with Powershell: Treasure Hunt. July 11, 2015. I recently had to import various data sets as items into Sitecore. There are many tools one can use but I wanted something very simple, something readily available, and yet something powerful and flexible enough to build a reusable component. I figured I would use Sitecore Powershell Extensions. For a treasure hunt we need a map, a few clues, and, of course, a treasure. Let’s go! There can be all ki...

daveslog.com daveslog.com

Presentations | daveslog.com

http://daveslog.com/category/presentations

SQL Server trainer, server and application consulting. SQL 2012 / 2014 – What you need to know. Watch Re-Runs on Your SQL Server with RML Utilities. Don’t Fear the Shell. DIY Active/Active SQL Cluster Demo in Hyper-V with ISCSI – Step by Step Instructions. Presenting SQL and PowerShell for South Florida CodeCamp 2016. February 20, 2016. Presentation scripts and resources here at the SFCodeCamp.com presentation OneDrive under ‘SQL and PowerShell’. Presented on SQL 2012/2014 – What You Need to Know. Tonigh...

bugdebugzone.com bugdebugzone.com

July 2014 | World of Dot Net and Sitecore

http://www.bugdebugzone.com/2014_07_01_archive.html

World of Dot Net and Sitecore. Tutorials, Tips, Tricks, Codes related to ASP.NET, .NET , C# , SQL SERVER , WCF, SITECORE, MVC, jQuery and many more! Tuesday, 22 July 2014. Disable Schedule Email Reminder Task for multiple items in Sitecore. Today I have noticed a post in Sitecore SDN forum. Regarding how to disable Schedule Email Reminder task for multiple items in Sitecore. I thought it'd be better to turn it into a Blog post with more detail. It might come useful to someone. :). Link in the Tasks.

himadritechblog.wordpress.com himadritechblog.wordpress.com

Bulk Loading Images in Sitecore Media Library Using Sitecore Powershell Extension (SPE) | Himadri's Technical Blog

https://himadritechblog.wordpress.com/2015/05/02/bulk-loading-images-in-sitecore-media-library-using-sitecore-powershell-extension-spe

Himadri's Technical Blog. NET, Sitecore etc. TDS Timeout and TDSService.asmx 500 error. Sitecore Powershell Extention : How Find-Item solved the performance issue →. Bulk Loading Images in Sitecore Media Library Using Sitecore Powershell Extension (SPE). May 2, 2015. With the blessings from Sitecore Powershell gurus Adam Najmanowicz. So, what problem I was trying to solve using SPE? My research started with this article. Once this function was created, I created below script to call the above function.

bugdebugzone.com bugdebugzone.com

Find all the items that are referring to particular item in Sitecore | World of Dot Net and Sitecore

http://www.bugdebugzone.com/2014/07/find-all-items-that-are-referring-to.html

World of Dot Net and Sitecore. Tutorials, Tips, Tricks, Codes related to ASP.NET, .NET , C# , SQL SERVER , WCF, SITECORE, MVC, jQuery and many more! Wednesday, 9 July 2014. Find all the items that are referring to particular item in Sitecore. In this blog post I am going to explain how to get all the items (referrers) which are referring to a particular item (may be template, sublayout or rendering etc.) in Sitecore. There are few ways to achieve this goal:. Using Sitecore Content Editor UI. Props = @{ I...

himadritechblog.wordpress.com himadritechblog.wordpress.com

Himadri's Technical Blog | .NET, Sitecore etc. | Page 2

https://himadritechblog.wordpress.com/page/2

Himadri's Technical Blog. NET, Sitecore etc. Newer posts →. Sitecore MVC and Unity. October 28, 2015. This blog post is not about ASP.NET MVC and Unity though. This is about using Unity as DI for Sitecore MVC project. We know Sitecore interferes with MVC framework and handle things differently. If you quickly want to know how Sitecore MVC works, watch Martina Welander’s video presentation Sitecore MVC – Getting Started. Here are the steps. The next step is to open up the UnityConfig.cs file and regis...

UPGRADE TO PREMIUM TO VIEW 12 MORE

TOTAL LINKS TO THIS WEBSITE

20

OTHER SITES

michaellwach.com michaellwach.com

Gallery 17193

That site is not active. But we found these. Robert Adams Prudential california ca real e. Welcome to Robert Adams, Prudential California. Robert Adams, real estate broker, that has 21 years of experience in the field. I know that buying or selling a home is one of the most important things you will ever do, and I want to help make that experience as smooth and successful as possible.Give us a call to discuss your real estate needs and how we can help. Robert Adams Prudential california ca real e. At Sto...

michaellwatson.co.uk michaellwatson.co.uk

Michael L Watson | Website Design and Development

September 22, 2015. The Sales Pontoon is a Classified website for Buying and Selling Narrowboats. Bespoke Build Codeigniter My SQL Database Bootstrap Responsive. Server to server connection in Node JS and Socket.IO. January 26, 2015. Stop Facebook users unliking your webpage accidentally. January 8, 2015. Limit number of characters in nicEdit. November 5, 2014. Here’s a simple javascript to limit the number of characters for the HTML editor nicEdit. Var len = 40; $(".nicEdit-main").keydown(functi...There...

michaellwatson.com michaellwatson.com

Michael L. Watson

Michael L. Watson. Skip to primary content. Skip to secondary content. Interlude: Arrival at Hub. The Conman Who Would Be King. On Whales and Whaling. SFF Loyalty Rating Report. Amnesia: The Dark Descent. Bioshock 2: Minerva’s Den. February 28, 2018. Is complete with a short epilogue posted today. This one took a. Episode Sixteen is titled. Or the shorts making up. It’ll be a two or three week cycle and features Silja and Wilcox. Regular flights have resumed. January 24, 2018. All episodes have been reor...

michaellwentz.com michaellwentz.com

Coming Soon - Future home of something quite cool

Future home of something quite cool. If you're the site owner. To launch this site. If you are a visitor. Please check back soon.

michaellwest.blogspot.com michaellwest.blogspot.com

something to know

Monday, July 13, 2015. Sitecore PowerShell Extensions Remoting v2. Let me start off by saying that the work done by Himadri here. Is a great example at the flexibility of SPE. Not long ago Adam posted about Remoting. In SPE, it became clear that we needed to have a Windows PowerShell module that users can setup outside of Sitecore that would come with all the necessary commands to interact with SPE. In our 3.1 release. We included the module, so feel free to grab that now. If you would like to download i...

michaellwest.com michaellwest.com

Home

Powered by InstantPage® from GoDaddy.com. Want one?

michaellwilliams.blogspot.com michaellwilliams.blogspot.com

Mythical Realism

The work and ramblings of novelist Michael Williams. Sunday, June 28, 2015. On the Duomo in Milan. It is like a holy forest, Carlo told us. The approach to Milan’s Duomo is more like that to Turin’s, where you see the cathedral from a distance, like a pilgrim might have seen it in the past, and the approach to it sets your thoughts on holy ground. In the holy forest. I had always been told that the medieval cathedral was an imitation of the city of God presented in the Book of the Apocalypse (or the Book...

michaellwilliams.net michaellwilliams.net

Michael L Williams

Oath and the Measure. From Thief to King;. A Balance of Power. Welcome to the amazing world of Michael L Williams books. Over the past 25 years, Michael Williams has written a number of. Strange novels, from the early Weasel’s Luck and Galen Beknighted. In the best-selling DRAGONLANCE series to the more recent lyrical. And experimental Arcady, singled out for praise by Locus and. Asimov’s magazines. In Trajan’s Arch, his eleventh novel,. Stories fold into stories and a boy grows up with ghostly.

michaellwitt.wordpress.com michaellwitt.wordpress.com

CrossContinentalCraziness | 4,600 miles, 11 days, 2 dogs, 1 baby, 1 daughter and 1 dad in 1 SUV. Fairbanks, AK to Louisville, KY

4,600 miles, 11 days, 2 dogs, 1 baby, 1 daughter and 1 dad in 1 SUV. Fairbanks, AK to Louisville, KY. Note to Self: When going to major landmark, charge camera batteries. The title of the post (Note to Self) pretty much sums up the start of things. I neglected to make sure the batteries were charged prior to going (along with about 283 million other people) to a major American landmark during the Fourth of July week (why I didn’t think about the fact of it…. Continue reading →. Today we completed the dri...