|
1 | 1 | <# |
2 | | -**********************************************************Disclaimer**************************************************************************************** |
3 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
4 | | -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
5 | | -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
6 | | -SOFTWARE. |
| 2 | +=========================================================================================================================================================== |
| 3 | + Disclaimer |
| 4 | +
|
| 5 | + The sample script and documentation are provided AS IS and are not supported by |
| 6 | + the author or the author's employer, unless otherwise agreed in writing. You bear |
| 7 | + all risk relating to the use or performance of the sample script and documentation. |
| 8 | + The author and the author's employer disclaim all express or implied warranties |
| 9 | + (including, without limitation, any warranties of merchantability, title, infringement |
| 10 | + or fitness for a particular purpose). In no event shall the author, the author's employer |
| 11 | + or anyone else involved in the creation, production, or delivery of the scripts be liable |
| 12 | + for any damages whatsoever arising out of the use or performance of the sample script and |
| 13 | + documentation (including, without limitation, damages for loss of business profits, |
| 14 | + business interruption, loss of business information, or other pecuniary loss), even if |
| 15 | + such person has been advised of the possibility of such damages. |
7 | 16 |
|
8 | 17 | Original Script: https://github.com/bdwill/vvolsreadinesschecker/blob/master/VVolsReadinessChecker.ps1 |
9 | 18 | Original Author: Brandon Willmott (@bdwill) |
10 | 19 | Updated Script: https://github.com/PureStorage-OpenConnect/VMware-Scripts/blob/master/vVolsReadinessCheckerV2.ps1 |
11 | | - Updated Script: David Stevenes (@PSUStevens) |
| 20 | + Updated Script: David Stevens (@PSUStevens) |
12 | 21 | Updated Date : 1 October 2024 |
13 | | -************************************************************************************************************************************************************ |
| 22 | +=========================================================================================================================================================== |
14 | 23 |
|
15 | 24 | This script will: |
16 | 25 | --Check for VVols Readiness |
|
0 commit comments