-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update Get-SPOSite.md #6410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Get-SPOSite.md #6410
Conversation
There are no examples of using filtering. The syntax is quite unusual and took quite a while to figure out with the current documentation (e.g. `$_PropertyName` led to me trying $_Url, $_.Url. It wasn't clear whether to enclose the filter in apostrophes, etc. Hopefully this will help people.
Docs Build status updates of commit ab7e1dc: 🕙 Full build: the average full build time is 17 min(s) 34 sec(s), this is based on the last 1000 build(s) for this repository. |
Docs Build status updates of commit ab7e1dc: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution.
@Kateyanne Please merge this PR. Thanks |
Docs Build status updates of commit 68f0b66: 🕙 Full build: the average full build time is 17 min(s) 38 sec(s), this is based on the last 1000 build(s) for this repository. |
Docs Build status updates of commit 68f0b66: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Docs Build status updates of commit 6ea5c17: 🕙 Full build: the average full build time is 17 min(s) 38 sec(s), this is based on the last 1000 build(s) for this repository. |
Docs Build status updates of commit 6ea5c17: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Docs Build status updates of commit 7731d4b: 🕙 Full build: the average full build time is 17 min(s) 38 sec(s), this is based on the last 1000 build(s) for this repository. |
Docs Build status updates of commit 7731d4b: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Docs Build status updates of commit d0880bc: 🕙 Full build: the average full build time is 17 min(s) 39 sec(s), this is based on the last 1000 build(s) for this repository. |
Docs Build status updates of commit d0880bc: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Docs Build status updates of commit a6618cd: 🕙 Full build: the average full build time is 17 min(s) 39 sec(s), this is based on the last 1000 build(s) for this repository. |
Docs Build status updates of commit a6618cd: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
There are no examples of using filtering. The syntax is quite unusual and took quite a while to figure out with the current documentation (e.g.
$_PropertyName
led to me trying $Url, $.Url. It wasn't clear whether to enclose the filter in apostrophes, etc. Hopefully this will help people.