Get-WinHomeLocation

Get-WinHomeLocation

Gets the Windows GeoID home location setting for the current user account.

구문

Get-WinHomeLocation [ <CommonParameters>]

자세한 설명

The Get-WinHomeLocation cmdlet gets the value of the user GeoID setting and returns a .NET GeoID object. The Windows GeoID setting is a user setting that describes the home location (that is, the country or region) of the current user account. Applications that require the current user account’s home location, such as a driver for a television tuner application, can use this setting.

A table of GeoIDs is available at Table of Geographical Locations.

매개 변수

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • GeoID

    A 32-bit signed number that uniquely identifies a geographical location.

예제

Example 1

This command returns the GeoID setting and its display name for the current user account.

PS C:\> Get-WinHomeLocation

관련 항목

Set-WinHomeLocation

RegionInfo.GeoId Property