Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 320 fix? #623

Open
wants to merge 5 commits into
base: development
Choose a base branch
from
Open

Issue 320 fix? #623

wants to merge 5 commits into from

Commits on Jun 7, 2019

  1. Create Get-DatabaseDiskFreeSpace.ps1

    Hopefully this helps with issue 320
    reitse committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    2c772f8 View commit details
    Browse the repository at this point in the history
  2. Update Get-DatabaseDiskFreeSpace.ps1

    Cleaned up the code
    reitse committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    ddfeb1a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Update Get-DatabaseDiskFreeSpace.ps1

    Made some progress with the helpfull comments of Sean and Rob.
    
    The last change is somewhat iffy. I've created the custom object but do you want it to write to the host or do you want to write it to a file?
    reitse committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    d08933e View commit details
    Browse the repository at this point in the history
  2. Update Get-DatabaseDiskFreeSpace.ps1

    Fixed a little bug with a wrong column name in the output.
    
    Excluded the finally from the try catch. It got there every time for no apparent reason.
    reitse committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    e9977c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Added Assertion

    Assert-DBGrowthEvent added to the InstanceAssertions.
    Removed the commandline output in the GetDatabaseDiskFreeSpace that has been replaced with the custom function.
    reitse committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    6780cf3 View commit details
    Browse the repository at this point in the history