Check and Export Drive Size Report on Multiple Servers using PowerShell
We can easily list the Size and Free Space of all Disks using WMI class Win32_LogicalDisk. The class is a Win32_LogicalDisk which represents a data source that resolves to …
We can easily list the Size and Free Space of all Disks using WMI class Win32_LogicalDisk. The class is a Win32_LogicalDisk which represents a data source that resolves to …
I have been working with file access events in Clustered File Server. In event log, for every file access, we are …
Description: We can easily get the list of Network Shares/Share Folder, Devices, Disk Drives and Printers by using WMI class Win32_Share. …
Getting Backup of SQL Database is important task for every DBA before making any changes in production environment, so that …