Skip to content

Latest commit

 

History

History
95 lines (56 loc) · 1.65 KB

Get-LTServiceInfo.md

File metadata and controls

95 lines (56 loc) · 1.65 KB
schema
2.0.0

Get-LTServiceInfo

SYNOPSIS

This function will pull all of the registry data into an object.

SYNTAX

Get-LTServiceInfo [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

EXAMPLES

PARAMETERS

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Version: 1.4

Author: Chris Taylor

Website: labtechconsulting.com

Creation Date: 3/14/2016

Purpose/Change: Initial script development

Update Date: 6/1/2017

Purpose/Change: Updates for better overall compatibility, including better support for PowerShell V2

Update Date: 8/24/2017

Purpose/Change: Update to use Clear-Variable.

Update Date: 3/12/2018

Purpose/Change: Support for ShouldProcess to enable -Confirm and -WhatIf.

Update Date: 8/28/2018

Purpose/Change: Remove '~' from server addresses.

RELATED LINKS