Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COIt makes sense that traversing over the network is slow. I found that plugin while I was waiting on the script to complete. I'm still trying to grasp how it works. It looks like I need to install it as a package on the environments I want to run it on - is that right? Our deployment process completely replaces all the `.dll`s - Sitecore's and ours - on our servers; would that wipe out the installed packages like this? I guess the items added to the content tree by the package would persist. Would I just need to get some powershell dll or some such into source management somewhere?
      singulars
    2. COInstalling the package will bring all the required bits. If you have the console items deployed in your database you can simply copy the files that are in the package. (If you unzip it just take the files in the "files" folder and integrate it into the build. Other than this it uses the PowerShell deployed on your server. As to how you would create and use your script: You can either use the interactive terminal that will show in the Start menu directly, or preferably the PowerShell ISE that you can find in the "Development Tools" sub-menu in the Start menu.
      singulars
    3. COOn a related note, what's your favorite reference for learning the query syntax you use for your get-item guy there? In searching for a guide/beginners tutorial, I've only been able to find singular one-off tips&tricks type articles, nothing comprehensive to really be able to learn it.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload