-
Notifications
You must be signed in to change notification settings - Fork 325
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
6.24 #571
+3,336
−3,395
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add standard VM filter
Add code to handle task scheduling
Change to Get-VIEventPlus, removed MaxSampleVIEvent variable. Removed Output, this will screw with the plugin content in the report.
A missing hyphen caused the New-ScheduledJobOption call to fail.
Typo in Schedule-vCheck
Fonts made more consistent, allow customisation of ToC Columns (default to 1 to keep the same look)
Add img.shields.io badges to dev branch
We're no longer really using these services, we should promote Slack
Update image on vcheck.reports domain
as a first step to better handling of settings. Also cleaned up a lot of redundant code, so hopefully might help with some of the SSL issues with less objects being kept for no good reason.
HTML-Based GUI Configuration Utility
Add Get-vCheckSetting
A decent compromise for Powershell version, v3 gives us a few nice to haves like ordered objects and better handling of object counts (i.e. no more casting to arrays to get a count for a single object).
Since we don't update it regularly anyway... will eventually automate the update on commits.
Merge PR #508
Created a new plugin to display Active Directory settings and domain membership status.
Created new plugin 29 AD Authentication.ps1
Added expected AD Domain Name and AD Admin Group settings. Added setting to display all results. By default only displays failed results. Improved performance. Run time cut by 2/3 in test environment.
New features for AD Authentication Plugin
Manually merging changes from Pull #528
Adding Get-vCheck settings and bug fixes
Starting to make changes to make it work on PowerCLI Core for Mac and Linux
More changes to make it work on PowerCLI Core for Mac and Linux
Making more changes to make it work on PowerCLI Core for Mac and Linux
Starting to update for PowerCLI Core
Starting to update for PowerCLI Core
Starting to update for PowerCLI Core
Created a script to compare the EVC mode of the VM with the EVC mode of the cluster. For VMs which do not match the cluster, output the VM name, VM EVC, Host name, Host EVC and Cluster name.
Create 49 EVC Mismatch.ps1
Removing unnecessary array.
More updates to remove aliases - better support for PowerCLI core
Update 14 VMs restarted due to Guest OS Error.ps1
- Replacing foreach and %{ on the pipeline with Foreach-Object - Replace ?{ with Where-object
Since we required PS3 now, we can implement a fix for #494
There was an issue where GFMD didn't know how to handle an HTML tag being directly above a `# Heading`
Updating match to allow for PowerCLI name change in 6.5
Issue #555 - issues with saving the report when a port is specified in $Server
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull changes from dev branch. It's been just over a year and 70 commits since the last release, just prior to last years hackathon. Probably a good time to pull the updates in time for the hackathon this year!