Skip to content

Commit f8f72e4

Browse files
altered ciminstance query
2 parents 79ab770 + 8487b19 commit f8f72e4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Get-DriveSize.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<#
1+
<#
22
.Synopsis
33
Function to return space details for drives and mount points on local and remote servers
44
.DESCRIPTION

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# Functions
2-
Contains useful functions that I use
2+
Contains useful functions that I use and am able to share.
3+
4+
[Get-DriveSize](Get-DriveSize.ps1) - Returns the Drive or Volume Name, Label, Size in Gb, Free Space in GB and Free space as a percentage of drives and mount points on local and remote servers
5+
6+
[Test-SQLDefault](Test-SQLDefaults.ps1) - Runs a series of Pester tests against a SQL Instance or an array of SQL Instances. Should be easy to customise to your own environments required defaults
7+
8+
[Show-DatabasesOnServer](Show-DatabasesOnServer.ps1) - Returns the Name and sizes of databases on a server or array of servers

Show-DatabasesOnServer.ps1

6.07 KB
Binary file not shown.

0 commit comments

Comments
 (0)