Skip to content

Commit

Permalink
Update Get-MOTD.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
rgel committed Jul 16, 2016
1 parent 293c3d4 commit 5da9070
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Get-MOTD.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ Function Get-MOTD {
[CmdletBinding()]

Param(

[Parameter(Position=0,Mandatory=$false)]
[ValidateNotNullOrEmpty()]
[string[]]$ComputerName
,
,
[Parameter(Position=1,Mandatory=$false)]
[PSCredential]
[System.Management.Automation.CredentialAttribute()]$Credential
Expand Down

0 comments on commit 5da9070

Please sign in to comment.