diff --git a/Public/Remove-GoogUser.ps1 b/Public/Remove-GoogUser.ps1 index 715f7f5f..31058c3e 100644 --- a/Public/Remove-GoogUser.ps1 +++ b/Public/Remove-GoogUser.ps1 @@ -12,7 +12,7 @@ [cmdletbinding(SupportsShouldProcess=$true,ConfirmImpact="High")] Param ( - [parameter(Mandatory=$true)] + [parameter(Mandatory=$true,Position=0)] [String] $User, [parameter(Mandatory=$false)] diff --git a/Public/Update-GoogUser.ps1 b/Public/Update-GoogUser.ps1 index e6af887e..d97ca3ca 100644 --- a/Public/Update-GoogUser.ps1 +++ b/Public/Update-GoogUser.ps1 @@ -10,7 +10,7 @@ [cmdletbinding()] Param ( - [parameter(Mandatory=$true)] + [parameter(Mandatory=$true,Position=0)] [String] $User, [parameter(Mandatory=$false)]