Skip to content

Instantly share code, notes, and snippets.

@AdamNaj
Last active August 29, 2015 14:02

Revisions

  1. AdamNaj revised this gist Jun 2, 2014. 2 changed files with 2 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions new_update_image_field
    Original file line number Diff line number Diff line change
    @@ -1,3 +0,0 @@
    $item = get-item master:/content/home
    $image = get-item "master:/media library/Showcase/cognifide_logo"
    $item.Image = $image
    2 changes: 2 additions & 0 deletions new_update_image_field.ps1
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    $item = get-item master:/content/home
    $item.Image = get-item "master:/media library/Showcase/cognifide_logo"
  2. AdamNaj created this gist Jun 2, 2014.
    3 changes: 3 additions & 0 deletions new_update_image_field
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    $item = get-item master:/content/home
    $image = get-item "master:/media library/Showcase/cognifide_logo"
    $item.Image = $image