You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<maml:para>If this switch is specified, command will return only names of modules that can be updated. It can be passed via pipeline to standard Update-Module cmdlet.</maml:para>
434
434
</maml:Description>
435
435
<dev:type>
436
436
<maml:name>SwitchParameter</maml:name>
@@ -480,7 +480,7 @@ Get-FolderAge Get-FolderAge returns `LastModifiedDate` for a specified folder(s)
<maml:para>If this switch is specified, command will return only names of modules that can be updated. It can be passed via pipeline to standard Update-Module cmdlet.</maml:para>
@@ -537,6 +537,20 @@ Get-FolderAge Get-FolderAge returns `LastModifiedDate` for a specified folder(s)
537
537
<maml:para>It will check for all locally installed modules if they can be updated or not. While standard command Update-Module will run for minutes, this command will run for seconds.</maml:para>
538
538
</dev:remarks>
539
539
</command:example>
540
+
<command:example>
541
+
<maml:title>-------------------------- Example 4 --------------------------</maml:title>
<maml:para>As real updating of modules is not implemented in this POC module, you can pipe list of names of updatable modules to Update-Module command for real update. Take care that some modules might be installed with admin rights.</maml:para>
0 commit comments