如何在Powershell中更改获取凭证的表单大小

时间:2019-01-29 08:56:33

标签: powershell authentication credentials

我想在Powershell中更改get-credential表单的默认大小。 我使用的是这样的代码,默认情况下,用户看不到用户名的开头,这非常令人沮丧,因为凭据仅在带有域后缀的域前缀中不起作用。

Get-Credential -Message "Please enter vSphere admin credentials" -UserName "testuser@myreallylongdomain.com"

我已经附上了一个屏幕截图,我知道我可以创建一个新表格然后通过我的自定义凭据,但这有点过头了,我希望还有其他解决方案。

Get Credential

0 个答案:

没有答案