전체 글 206

Azure Custom Role 만들기

참고 자료 Azure Portal (미리 보기)를 사용 하 여 Azure 사용자 지정 역할 만들기 또는 업데이트 - https://docs.microsoft.com/ko-kr/azure/role-based-access-control/custom-roles-portal Azure Resource Manager resource provider operations - https://docs.microsoft.com/en-us/azure/role-based-access-control/resource-provider-operations Azure에서 기본으로 제공하는 역할(Role)이 아닌 사용자 지정 역할(Custom role)을 만들수 있다. 예를 들어, 구독의 모든 NSG에 대해서만 읽기 권한을 가진 역할을..

Microsoft/Azure 2020.03.21

[Azure] Azure VM 계정 패스워드 리셋 및 잠금 해제 (Unlock)

Azure VM의 패스워드 리셋 2019-11-01 *참고 자료 Reset Remote Desktop Services or its administrator password in a Windows VM (https://docs.microsoft.com/en-us/azure/virtual-machines/troubleshooting/reset-rdp) Azure VM의 로그온 계정 패스워드를 잊어버렸다면, Azure Portal - VM 메뉴의 Reset password 로 해결할 수 있다. Username에 기존 계정을 입력하면 기존 계정의 패스워드가 리셋되고, 새로운 계정을 입력하면 VM에 새로운 계정이 생성되고 관리자 권한 그룹에 포함된다. OS에서 설정한 계정 잠금 정책때문에 계정이 잠겼다면, Win..

Microsoft/Azure 2019.11.01

windows 10 gpedit 경고창 해결 방법

Windows 10에서 gpedit 실행 시 뜨는 경고창 'Microsoft.Policies.Sensors.WindowsLocationProvider' 네임스페이스가 저장소의 다른 파일에 대한 대상 네임스페이스로 이미 정의되어 있습니다. C:\Windows\PolicyDefinitions\Microsoft-Windows-Geolocation-WLPAdm.admx 파일, 5줄, 110열 원인과 해결책 https://support.microsoft.com/en-us/help/3077013/microsoft-policies-sensors-windowslocationprovider-is-already-defined This issue occurs because the LocationProviderADM.admx..

[Azure] 최대 디스크 크기 및 처리량

2017-07-01 현재 표준 디스크 (HDD) 최소 크기 : 1 GB 최대 크기 : 4095 GB IOPS 제한 : 500 처리량 제한 : 60 MB/s *표준 디스크는 크기에 상관없이 동일한 IOPS와 처리량 제한을 가진다. 프리미엄 디스크 (SSD) P4 크기 : 1 GB ~ 32 GB IOPS 제한 : 120 처리량 제한 : 25 MB/s P6 크기 : 33 GB ~ 64 GB IOPS 제한 : 240 처리량 제한 : 50 MB/s P10 크기 : 65 GB ~ 128 GB IOPS 제한 : 500 처리량 제한 : 100 MB/s P20 크기 : 129 GB ~ 512 GB IOPS 제한 : 2300 처리량 제한 : 150 MB/s P30 크기 : 513 GB ~ 1024 GB IOPS 제한 : ..

Microsoft/Azure 2017.07.03

[Active Directory] Active Directory 도메인 컨트롤러와 클라이언트 컴퓨터 간에 사용하는 네트워크 포트

도메인 컨트롤러가 Windows Server 2008 이상이고 클라이언트 컴퓨터가 Windows 7 이상인 경우, 아래와 같은 포트를 사용합니다. Client Port(s) Server Port Service 49152 -65535/UDP 123/UDP W32Time 49152 -65535/TCP 135/TCP RPC Endpoint Mapper 49152 -65535/TCP 464/TCP/UDP Kerberos password change 49152 -65535/TCP 49152-65535/TCP RPC for LSA, SAM, Netlogon (*) 49152 -65535/TCP/UDP 389/TCP/UDP LDAP 49152 -65535/TCP 636/TCP LDAP SSL 49152 -65535/..

[Active Directory] Active Directory는 Pull 복제 방식을 사용합니다.

Active Directory는 Pull 복제 방식을 사용합니다. 자세한 내용은 아래의 링크에 나와 있습니다. Pull Replication : https://technet.microsoft.com/en-us/library/cc961794.aspx What is the Active Directory Replication Model ? : https://technet.microsoft.com/en-us/library/cc737314(v=ws.10).aspx Pull 방식을 사용하는 가장 큰 이유는 복제 트래픽 때문입니다. Push 방식을 사용할 경우, 원본 도메인 컨트롤러는 대상 도메인 컨트롤러에서 필요로하는 정보가 무엇인지 알 수 없기 때문에, 대상 도메인 컨트롤러가 필요치 않는 정보까지 보내 대상 도메..

[Active Directory] Windows Server 2008 R2 Adprep.exe 실행 결과 확인 방법

Windows Server 2003 Active Directory 환경에서 Windows Server 2008 R2 도메인 컨트롤러를 추가하기 위해서는 스키마를 확장해야 합니다. 스키마 확장 후 결과를 확인하는 방법을 아래 링크에서 확인할 수 있습니다. Windows Server 2008 R2: Appendix of Changes to Adprep.exe to Support AD DS https://technet.microsoft.com/en-us/library/dd378876(v=ws.10).aspx Windows Server 2008 R2: Forest-Wide Updates (https://technet.microsoft.com/en-us/library/dd378805(v=ws.10).aspx) T..

[Azure] Azure 구독 및 서비스 제한, 할당량 및 제약 조건

Azure 구독 및 서비스 제한, 할당량 및 제약 조건 (https://docs.microsoft.com/ko-kr/azure/azure-subscription-service-limits) Ex. 구독당 코어 제한 : 20개 구독당 코어 제한 20개 때문에, 코어 수가 많은 가상 머신을 생성하지 못 할 수도 있습니다. 참고로, Core 할당량을 늘리려면, Azure 포털 > 도움말 + 지원 > 새 지원 요청에서 요청을 만들어서 제출해야 합니다. Increasing CORE quota limits in Azure (https://blogs.msdn.microsoft.com/girishp/2015/09/20/increasing-core-quota-limits-in-azure/)

Microsoft/Azure 2017.05.12