-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fixed empty parameters, copyedits #4517
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
Conversation
Docs Build status updates of commit d3857d2: ✅ Validation status: passedFor more details, please refer to the build report. Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report. |
|
||
## EXAMPLES | ||
|
||
### Example 1: Get a module and uninstall it | ||
### Example 1: Uninstall a module |
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.
Why did you want to change the example to not use the pipeline? It is a good use case. Also, we don't need to call Get-InstalledModule if we are not using the pipeline.
I think we need one example that is just a simple uninstall module by name. and one example using the pipeline.
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.
My initial tests were incorrect because the pipeline didn't work, so I split the commands. I read your feedback and retested, and the pipeline tests were successful. I updated the examples.
This example uninstalls a script from the local computer. | ||
|
||
```powershell | ||
Get-InstalledScript -Name UpdateManagement-Template |
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.
We don't need to call Get-InstalledScript if we are not using the pipeline. Think we should have a simple example to show uninstall by name and another to show using the pipeline.
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 the feedback. I updated the examples.
@@ -1,5 +1,5 @@ | |||
--- | |||
ms.date: 06/09/2017 | |||
ms.date: 7/2/2019 |
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.
Date needs to be 07/02/2019. Need all the digits. Fix in all articles.
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. I updated the date in each document.
Docs Build status updates of commit 3d9344f: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
reference/5.0/PowershellGet/Uninstall-Module.md
reference/5.1/PowershellGet/Uninstall-Module.md
reference/5.1/PowershellGet/Uninstall-Script.md
reference/6/PowerShellGet/Uninstall-Module.md
reference/6/PowerShellGet/Uninstall-Script.md
reference/7/PowerShellGet/Uninstall-Module.md
reference/7/PowerShellGet/Uninstall-Script.md
developer/cmdlet/creating-a-cmdlet-to-access-a-data-store.md
For more details, please refer to the build report. Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report. |
Docs Build status updates of commit f2a0e6e: ✅ Validation status: passedFor more details, please refer to the build report. Note: If you changed an existing file name or deleted a file, broken links in other files to the deleted or renamed file are listed only in the full build report. |
Version(s) of document impacted
Acrolinx scores
Save-Script: original version: 95, updated version: 98
Uninstall-Module: original version: 93, updated version: 97
Uninstall-Script: original version: 94, updated version: 97