< Back
New-MrPlanetPowerShellAuthor
Post
NAME New-MrPlanetPowerShellAuthor
SYNOPSIS
Creates the author information required to add your PowerShell related blog to Planet PowerShell.
SYNTAX
New-MrPlanetPowerShellAuthor [-FirstName] <String> [-LastName] <String> [[-Bio] <String>] [[-StateOrRegion]
<String>] [[-EmailAddress] <String>] [[-TwitterHandle] <String>] [[-GravatarEmailAddress] <String>]
[[-GitHubHandle] <String>] [-BlogUri] <String> [[-RssUri] <String>] [-MicrosoftMVP] [-FilterToPowerShell]
[<CommonParameters>]
DESCRIPTION
New-MrPlanetPowerShellAuthor is an advanced function that creates the author information required
to add your PowerShell related blog to Planet PowerShell (http://www.planetpowershell.com/). Planet
PowerShell is an aggregator of content from PowerShell Community members.
PARAMETERS
-FirstName <String>
Author's first name.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-LastName <String>
Author's last name.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Bio <String>
Short bio about the author.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-StateOrRegion <String>
Your geographical location, i.e.: Holland, New York, etc.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-EmailAddress <String>
Email address. Only enter if you want your email address to be publicly available.
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TwitterHandle <String>
Twitter handle without the leading @.
Required? false
Position? 6
Default value
Accept pipeline input? false
Accept wildcard characters? false
-GravatarEmailAddress <String>
The email address you use at gravatar.com. Entering this causes the picture used at Gravatar.com to
be used as your author picture on Planet PowerShell. The email address is converted to the MD5 hash
of the email address string.
Required? false
Position? 7
Default value
Accept pipeline input? false
Accept wildcard characters? false
-GitHubHandle <String>
GitHub handle without the leading @.
Required? false
Position? 8
Default value
Accept pipeline input? false
Accept wildcard characters? false
-BlogUri <String>
URL of your blog site.
Required? true
Position? 9
Default value
Accept pipeline input? false
Accept wildcard characters? false
-RssUri <String>
URL for the RSS feed to your blog site.
Required? false
Position? 10
Default value
Accept pipeline input? false
Accept wildcard characters? false
-MicrosoftMVP [<SwitchParameter>]
Switch parameter. Specify if you're a Microsoft MVP.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-FilterToPowerShell [<SwitchParameter>]
Switch parameter. Specify if you blog on more than just PowerShell.
Required? false
Position? named
Default value False
Accept pipeline input? false
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
None
OUTPUTS
System.String
NOTES
Author: Mike F Robbins
Website: http://mikefrobbins.com
Twitter: @mikefrobbins
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>New-MrPlanetPowerShellAuthor -FirstName Mike -LastName Robbins -Bio 'Microsoft PowerShell MVP and SAPIEN
Technologies MVP. Leader & Co-founder of MSPSUG' -StateOrRegion 'Mississippi, USA' -TwitterHandle mikefrobbins
-GravatarEmailAddress mikefrobbins@users.noreply.github.com -GitHubHandle mikefrobbins -BlogUri mikefrobbins.com
-RssUri mikefrobbins.com/feed -MicrosoftMVP -FilterToPowerShell |
New-Item -Path C:\\GitHub\\planetpowershell\\src\\Firehose.Web\\Authors\\MikeRobbins.cs
RELATED LINKS
SYNOPSIS
Creates the author information required to add your PowerShell related blog to Planet PowerShell.
SYNTAX
New-MrPlanetPowerShellAuthor [-FirstName] <String> [-LastName] <String> [[-Bio] <String>] [[-StateOrRegion]
<String>] [[-EmailAddress] <String>] [[-TwitterHandle] <String>] [[-GravatarEmailAddress] <String>]
[[-GitHubHandle] <String>] [-BlogUri] <String> [[-RssUri] <String>] [-MicrosoftMVP] [-FilterToPowerShell]
[<CommonParameters>]
DESCRIPTION
New-MrPlanetPowerShellAuthor is an advanced function that creates the author information required
to add your PowerShell related blog to Planet PowerShell (http://www.planetpowershell.com/). Planet
PowerShell is an aggregator of content from PowerShell Community members.
PARAMETERS
-FirstName <String>
Author's first name.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-LastName <String>
Author's last name.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Bio <String>
Short bio about the author.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-StateOrRegion <String>
Your geographical location, i.e.: Holland, New York, etc.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
-EmailAddress <String>
Email address. Only enter if you want your email address to be publicly available.
Required? false
Position? 5
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TwitterHandle <String>
Twitter handle without the leading @.
Required? false
Position? 6
Default value
Accept pipeline input? false
Accept wildcard characters? false
-GravatarEmailAddress <String>
The email address you use at gravatar.com. Entering this causes the picture used at Gravatar.com to
be used as your author picture on Planet PowerShell. The email address is converted to the MD5 hash
of the email address string.
Required? false
Position? 7
Default value
Accept pipeline input? false
Accept wildcard characters? false
-GitHubHandle <String>
GitHub handle without the leading @.
Required? false
Position? 8
Default value
Accept pipeline input? false
Accept wildcard characters? false
-BlogUri <String>
URL of your blog site.
Required? true
Position? 9
Default value
Accept pipeline input? false
Accept wildcard characters? false
-RssUri <String>
URL for the RSS feed to your blog site.
Required? false
Position? 10
Default value
Accept pipeline input? false
Accept wildcard characters? false
-MicrosoftMVP [<SwitchParameter>]
Switch parameter. Specify if you're a Microsoft MVP.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-FilterToPowerShell [<SwitchParameter>]
Switch parameter. Specify if you blog on more than just PowerShell.
Required? false
Position? named
Default value False
Accept pipeline input? false
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
None
OUTPUTS
System.String
NOTES
Author: Mike F Robbins
Website: http://mikefrobbins.com
Twitter: @mikefrobbins
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>New-MrPlanetPowerShellAuthor -FirstName Mike -LastName Robbins -Bio 'Microsoft PowerShell MVP and SAPIEN
Technologies MVP. Leader & Co-founder of MSPSUG' -StateOrRegion 'Mississippi, USA' -TwitterHandle mikefrobbins
-GravatarEmailAddress mikefrobbins@users.noreply.github.com -GitHubHandle mikefrobbins -BlogUri mikefrobbins.com
-RssUri mikefrobbins.com/feed -MicrosoftMVP -FilterToPowerShell |
New-Item -Path C:\\GitHub\\planetpowershell\\src\\Firehose.Web\\Authors\\MikeRobbins.cs
RELATED LINKS