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

PowerShell only for Server 2012+ #28

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

Commits on Aug 24, 2017

  1. This version is only for Server 2012+. It is designed to allow it to …

    …be easily run from a scheduled task.
    
    Replaced filescrn.exe with Powershell commands to remove the depreciated warnings.
    Added support for a proxy server between script and web
    Changed to more compatible Write-Output statements to allow redirection of output for logs
    Made skip list variable as needs to be full path when run as scheduled task.
    Added Transcript option to create log files of run.
    ruddj committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    ccd503a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Added Powershell FSRM response to only show when Verbose is enabled.

    Added existence test for file shares before attempting to add them
    ruddj committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    013818e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Added Powershell Params and description header.

    Still need to add Mail To, Subject and Body entries.
    ruddj committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    01d5801 View commit details
    Browse the repository at this point in the history
  2. Fix extra $ typo

    ruddj committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    86a3e3c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. Added Email and Event overrides.

    Fixed bug assigning $false to string for ProxyHost
    ruddj committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    936b557 View commit details
    Browse the repository at this point in the history