Skip to content

Tech Stuff from AroundtheWeb

  • Home
  • About
Top Tags
  • excel
  • poweshell

Latest Post

Resetting the Admin Password in VMware Aria Operations for Logs Using li-reset-admin-passwd.sh PowerShell Hashtable Methods PowerShell String Methods Explained Safely Change Named Range Scopes without Breaking Formulas in excel How to Enable Running PowerShell Scripts in Windows
PowerShell

How to list empty Directories via powershell

May 26, 2018 admin

I had a need the other day to list directories that was empty. This code does just that. (gci C:\Scripts -r | ? {$_.PSIsContainer -eq $True}) | ?{$_.GetFileSystemInfos().Count -eq 0}…

Posts navigation

1 … 5 6
Search
  • Latest
  • Popular
  • Trending
VMware
Resetting the Admin Password in VMware Aria Operations for Logs Using li-reset-admin-passwd.sh
PowerShell Hashtable Methods
PowerShell
PowerShell Hashtable Methods
PowerShell String Methods Explained
PowerShell
PowerShell String Methods Explained
Excel
Safely Change Named Range Scopes without Breaking Formulas in excel
PowerShell
How to list empty Directories via powershell
Linux
How to cleanup unused kernels from /boot
Linux
Update Ubuntu from command line
Excel Misc
Excel Macro to Merge multiple Spreadsheets to one Workbook
VMware
Resetting the Admin Password in VMware Aria Operations for Logs Using li-reset-admin-passwd.sh
PowerShell Hashtable Methods
PowerShell
PowerShell Hashtable Methods
PowerShell String Methods Explained
PowerShell
PowerShell String Methods Explained
Excel
Safely Change Named Range Scopes without Breaking Formulas in excel

Tech Stuff from AroundtheWeb

  • Home
  • About