Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UserEnvCP (1.93 sec)

  1. cluster/gce/windows/testonly/user-profile.psm1

      
        try
        {
            New-LocalUser -username $UserName -password $Password;
        }
        catch
        {
            Write-Error $_.Exception.Message;
            break;
        }
        $methodName = 'UserEnvCP'
        $script:nativeMethods = @();
     
        if (-not ([System.Management.Automation.PSTypeName]$MethodName).Type)
        {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 26 00:44:57 UTC 2019
    - 9.4K bytes
    - Viewed (0)
Back to top