Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UBR (0.01 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

      $win_ver | Add-Member -MemberType NoteProperty -Name Revision -Value $(Get-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion' UBR).UBR
      return $win_ver
    }
    
    # Writes debugging information, such as Windows version and patch info, to the
    # console.
    function Dump-DebugInfoToConsole {
      Try {
        $version = Get_WindowsVersion | Out-String
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top