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
@@ -1511,6 +1511,6 @@ If you find this module useful, you might also want to look at my tools for [cre
1511
1511
1512
1512
## Compatibility
1513
1513
1514
-
Where possible these commands have been tested with PowerShell 7, but not every platform. If you encounter problems, have suggestions or other feedback, please post an issue. It is assumed you will __not__ be running this commands on any edition of PowerShell Core or any beta releases of PowerShell 7.
1514
+
Where possible these commands have been tested with PowerShell 7, but not every platform. If you encounter problems, have suggestions or other feedback, please post an [issue](https://github.com/jdhitsolutions/PSScriptTools/issues). It is assumed you will __not__ be running this commands on any edition of PowerShell Core or any beta releases of PowerShell 7.
Copy file name to clipboardExpand all lines: docs/Get-FolderSizeInfo.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ BOVINE320 D:\logs 134
67
67
BOVINE320 D:\2016 5 1.5608
68
68
```
69
69
70
-
Get the top level directories from D and pipe them to Get-FolderSizeInfo. Items with a total size of greater an 1MB are sorted on the total size and then formatted as a table using a built-in view called MB which formats the total size in MB. There is also a view called GB.
70
+
Get the top level directories from D and pipe them to Get-FolderSizeInfo. Items with a total size of greater an 1MB are sorted on the total size and then formatted as a table using a built-in view called MB which formats the total size in MB. There are also views named KB,GB and TB to display formatted results accordingly..
When using git, it creates a hidden folder for change tracking.
23
-
Because the file is hidden it is easy to overlook how large it might become.
24
-
The command uses a formatting file to display a default view.
25
-
There is an additonal table view called MB that you can use.
22
+
When using git, it creates a hidden folder for change tracking. Because the file is hidden it is easy to overlook how large it might become. The command uses a formatting file to display a default view. There is an additional table view called MB that you can use.
This is an alternative to Get-Command to make it easier to see at a glance what commands are contained within a module and what they can do.
31
-
By default, Get-ModuleCommand looks for loaded modules. Use -ListAvailable to see commands in module not currently loaded.
32
-
Note that if the help file is malformed or missing, you might get oddly formatted results.
30
+
This is an alternative to Get-Command to make it easier to see at a glance what commands are contained within a module and what they can do. By default, Get-ModuleCommand looks for loaded modules. Use -ListAvailable to see commands in module not currently loaded. Note that if the help file is malformed or missing, you might get oddly formatted results.
Copy file name to clipboardExpand all lines: en-us/PSScriptTools-help.xml
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4270,7 +4270,7 @@ BOVINE320 D:\rip 3
4270
4270
BOVINE320 D:\logs 134 3.9517
4271
4271
BOVINE320 D:\2016 5 1.5608</dev:code>
4272
4272
<dev:remarks>
4273
-
<maml:para>Get the top level directories from D and pipe them to Get-FolderSizeInfo. Items with a total size of greater an 1MB are sorted on the total size and then formatted as a table using a built-in view called MB which formats the total size in MB. There is also a view called GB.</maml:para>
4273
+
<maml:para>Get the top level directories from D and pipe them to Get-FolderSizeInfo. Items with a total size of greater an 1MB are sorted on the total size and then formatted as a table using a built-in view called MB which formats the total size in MB. There are also views named KB,GB and TB to display formatted results accordingly..</maml:para>
<maml:para>When using git, it creates a hidden folder for change tracking. Because the file is hidden it is easy to overlook how large it might become. The command uses a formatting file to display a default view. There is an additonal table view called MB that you can use.</maml:para>
4323
+
<maml:para>When using git, it creates a hidden folder for change tracking. Because the file is hidden it is easy to overlook how large it might become. The command uses a formatting file to display a default view. There is an additional table view called MB that you can use.</maml:para>
0 commit comments