Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. $path = "master:/sitecore/content"
  2. $x = Get-ChildItem $path
  3. Write-Host $x.Name
  4.  
  5. Get-ChildItem : Method not found: 'Void System.Management.Automation.Provider.ContainerCmdletProvider.GetChildItems(System.String, Boolean, UInt32)'.
  6. At line:2 char:6
  7. + $x = Get-ChildItem $path
  8. + ~~~~~~~~~~~~~~~~~~~
  9. + CategoryInfo : NotSpecified: (:) [Get-ChildItem], MissingMethodException
  10. + FullyQualifiedErrorId : System.MissingMethodException,Microsoft.PowerShell.Commands.GetChildItemCommand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement