Skip to content

Commit

Permalink
initial forked commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc committed Sep 11, 2017
1 parent ec04f45 commit 73d3303
Show file tree
Hide file tree
Showing 11 changed files with 697 additions and 423 deletions.
6 changes: 6 additions & 0 deletions Lang/en-US/79 Find VMs in Uncontrolled Snapshot Mode.psd1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# culture="en-US"
ConvertFrom-StringData @'
pluginActivity = Searching Datastores
pluginStatus = [{0} of {1}] {2}
Complete = Complete
'@
36 changes: 36 additions & 0 deletions Lang/en-US/vCheck.psd1
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# culture="en-US"
ConvertFrom-StringData @'
setupMsg01 =
setupMsg02 = Welcome to vCheck by Virtu-Al http://virtu-al.net
setupMsg03 = =================================================
setupMsg04 = This is the first time you have run this script or you have re-enabled the setup wizard.
setupMsg05 =
setupMsg06 = To re-run this wizard in the future please use vCheck.ps1 -Config
setupMsg07 = To get usage information, please use Get-Help vCheck.ps1
setupMsg08 =
setupMsg09 = Please complete the following questions or hit Enter to accept the current setting
setupMsg10 = After completing this wizard the vCheck report will be displayed on the screen.
setupMsg11 =
configMsg01 = After you have exported the new settings from the configuration interface,
configMsg02 = import the settings CSV file using Import-vCheckSettings -csvfile C:\\path\\to\\vCheckSettings.csv
configMsg03 = NOTE: If vCheckSettings.csv is stored in the vCheck folder, simply run Import-vCheckSettings
resFileWarn = Image File not found for {0}!
pluginInvalid = Plugin does not exist: {0}
pluginpathInvalid = Plugin path "{0}" is invalid, defaulting to {1}
gvInvalid = Global Variables path invalid in job specification, defaulting to {0}
varUndefined = Variable `${0} is not defined in GlobalVariables.ps1
pluginActivity = Evaluating plugins
pluginStatus = [{0} of {1}] {2}
Complete = Complete
pluginBegin = \nBegin Plugin Processing
pluginStart = ..start calculating {0} by {1} v{2} [{3} of {4}]
pluginEnd = ..finished calculating {0} by {1} v{2} [{3} of {4}]
repTime = This report took {0} minutes to run all checks, completing on {1} at {2}
repPRTitle = Plugin Report
repTTRTitle = Time to Run
slowPlugins = The following plugins took longer than {0} seconds to run, there may be a way to optimize these or remove them if not needed
emailSend = ..Sending Email
emailAtch = vCheck attached to this email
HTMLdisp = ..Displaying HTML results
'@

Loading

0 comments on commit 73d3303

Please sign in to comment.