< Back

Out-MrReverseString

Sat Jan 18, 2020 4:36 pm

NAME Out-MrReverseString



SYNOPSIS

Reverse the characters for one or more strings.





SYNTAX

Out-MrReverseString [-String] <String[]> [<CommonParameters>]





DESCRIPTION

Out-MrReverseString is a PowerShell function that reverses or flips the content in

one or more strings.





PARAMETERS

-String <String[]>

The content to be reversed. Mandatory parameter that accepts a single string or an

array of strings.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

String





OUTPUTS

String





NOTES





Author: Mike F Robbins

Website: http://mikefrobbins.com

Twitter: @mikefrobbins



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Out-MrReverseString -String mikefrobbins.com, mspsug.com













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>'mikefrobbins.com', 'mspsug.com' | Out-MrReverseString















RELATED LINKS





CommonParameters : True

WorkflowCommonParameters : False

details : @{name=Out-MrSpeech; noun=; verb=}

Syntax : @{syntaxItem=System.Object[]}

parameters : @{parameter=System.Object[]}

inputTypes : @{inputType=}

returnValues : @{returnValue=}

aliases : None



remarks : None

alertSet :

description :

examples :

Synopsis :

Out-MrSpeech [-Phrase] <string> [<CommonParameters>]



ModuleName : MrToolkit

nonTerminatingErrors :

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

Name : Out-MrSpeech

Category : Function

Component :

Role :

Functionality :





CommonParameters : True

WorkflowCommonParameters : False

details : @{name=Remove-MrSavedCredential; noun=; verb=}

Syntax : @{syntaxItem=System.Object[]}

parameters : @{parameter=System.Object[]}

inputTypes : @{inputType=}

returnValues : @{returnValue=}

aliases : None



remarks : None

alertSet :

description :

examples :

Synopsis :

Remove-MrSavedCredential [-Target] <string> [-WhatIf] [-Confirm] [<CommonParameters>]



ModuleName : MrToolkit

nonTerminatingErrors :

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

Name : Remove-MrSavedCredential

Category : Function

Component :

Role :

Functionality :