Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Modified README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karamem0 committed Aug 17, 2017
1 parent 78a4ef3 commit 5bbdf42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -79,8 +79,8 @@ Connect-SPClientContext -Network `
-Domain 'domain.local'
# Get web title
Get-SPClientWeb -Default | %{ Write-Host $_.Title }
Get-SPClientWeb -Path Default | %{ Write-Host $_.Title }
# Get all lists 'ServerRelativeUrl'
Get-SPClientWeb -Default | Get-SPClientList -Retrieval 'Include(RootFolder.ServerRelativeUrl)' | %{ Write-Host $_.RootFolder.ServerRelativeUrl }
Get-SPClientWeb -Path Default | Get-SPClientList -Retrieval 'Include(RootFolder.ServerRelativeUrl)' | %{ Write-Host $_.RootFolder.ServerRelativeUrl }
```

0 comments on commit 5bbdf42

Please sign in to comment.