external help file | Module Name | online version | schema |
---|---|---|---|
Diag-V-help.xml |
Diag-V |
2.0.0 |
Displays IntegrationServicesVersion and enabled integration services for all VMs.
Get-IntegrationServicesCheck [-NoFormat] [[-Credential] <PSCredential>] [<CommonParameters>]
Automatically detects Standalone / Clustered Hyper-V and gets the IntegrationServicesVersion and enabled integration services for all VMs.
Get-IntegrationServicesCheck
Returns Integration Services information for all discovered VMs.
Get-IntegrationServicesCheck -Credential $credential
Returns Integration Services information for all discovered VMs using the provided credentials.
Get-IntegrationServicesCheck -NoFormat | ? {$_.vmname -eq 'techthoughts'}
Get-IntegrationServicesCheck -NoFormat
Returns Integration Services information for all discovered VMs. Raw data object is returned with no processing done.
No formatting of return object. By default this function returns a formatted table object. This makes it look good, but you lose certain functionality, like using Where-Object. By specifying this parameter you get a more raw output, but the ability to query.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
PSCredential object for storing provided creds
Type: PSCredential
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
Author: Jake Morrison - @jakemorrison - https://techthoughts.info/ See the README for more details if you want to run this function remotely.