From bc27047c042a9bd1083b3cc2c5a26d88677f1507 Mon Sep 17 00:00:00 2001 From: nferrell Date: Sun, 8 Jan 2017 22:14:29 -0800 Subject: [PATCH] Updates --- Public/Remove-GoogUser.ps1 | 2 +- Public/Update-GoogUser.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)]