PowerShell tips – part 002.

I will come with new examples and tips with Windows 10 PowerShell.
Let’s start:

List recursive android application from your folder using:
Get-ChildItem -Recurse -Filter “*.apk”

Calculate the number of archives for gmail attachment limit ( max gmail size 25MB):
132MB / 25MB

Lists all of the commands in the current PowerShell session.:
Get-Command

Show infos about powershell command shell:
Get-PSSnapin

Show all alias commands from powershell:
Get-Alias

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.