Logo

Documentation home for Transend tools

Rename-GWResources

SYNOPSIS

Renames resources in GroupWise.

SYNTAX

Rename-GWResources [-Csv] <String> [<CommonParameters>]

DESCRIPTION

The Rename-GWResources cmdlet renames resources contained in a CSV file.

EXAMPLES

Example 1

PS C:\> Get-Content 'resources.csv'
Id;NewName;Domain;PostOffice
Resource1;ResourceA;Example;PO
Resource2;ResourceB;Example;PO
PS C:\> Rename-GWResources -Csv 'resources.csv'

Renames the resources in resources.csv.

PARAMETERS

-Csv

The path to a CSV file containing resources to rename. See the examples for the required CSV format.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
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

None

OUTPUTS

System.Void

NOTES

TMCTools configuration options