您好我正在寻找使用 Powershell 为用户配置文件设置登录脚本参数。我打算使用 WMIC USERACCOUNT 来执行此操作,但发现这是不可能的。如下图方法中不存在该方法:
class Win32_UserAccount : Win32_Account
{
uint32 AccountType;
string Caption;
string Description;
boolean Disabled;
string Domain;
string FullName;
datetime InstallDate;
boolean LocalAccount;
boolean Lockout;
string Name;
boolean PasswordChangeable;
boolean PasswordExpires;
boolean PasswordRequired;
string SID;
uint8 SIDType;
string Status;
};
我更愿意将其作为 powershell 中的一个语句来执行,但如果这不可能,它可以作为一个脚本来完成,我希望为 Win Server 2008 R2 设置图片中显示的参数