Skip to content

Instantly share code, notes, and snippets.

@AdamNaj
Created September 27, 2015 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamNaj/65603d8dfc4c461339cf to your computer and use it in GitHub Desktop.
Save AdamNaj/65603d8dfc4c461339cf to your computer and use it in GitHub Desktop.
Fix ZG Cars media
Get-childitem "master:/media library/Showcase-Group/search/int/images/cars" -rec |
? { $_."File Path" -ne $null } |
% { $_."File Path" = $_."File Path" -replace "/Replicated", "" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment