Azure-Samples / Azure-Samples/TestDeviceRegConnectivity

My important changes

Đang mở
#4 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
PowerShell
Star
35
Fork
14
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

> Please provide us with the following information:
> ---------------------------------------------------------------

### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [x] regression (a behavior that used to work and stopped in a new release)
```

### Minimal steps to reproduce
>Start the script

### Any log messages given by the failure
> Error on line 277 ```$UserPrincipal = [System.DirectoryServices.AccountManagement.UserPrincipal]::Current```
Change to: ```$UserPrincipal = [Security.Principal.WindowsIdentity]::GetCurrent()```

> For german language change line 45 ```if ($global:ProxyServer -eq "Direct access (no proxy server)."){```
to: ``` if ($global:ProxyServer -eq "Direct access (no proxy server)." -or $global:ProxyServer -eq "DirectAccess (kein Proxyserver)."){```

### Expected/desired behavior
>

### OS and Version?
> Windows 10.

### Versions
>

### Mention any other details that might be useful

> ---------------------------------------------------------------
> Thanks! We'll be in touch soon.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Hướng nghiên cứu

Bắt đầu với tập lệnh PowerShell và kiểm tra các dòng được báo cáo là 45 và 277. Tái hiện lỗi trên Windows 10, sau đó xác minh rằng thao tác tra cứu người dùng hiện tại được yêu cầu và cách xử lý văn bản proxy tiếng Đức hoạt động mà không có lỗi.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
powershell
Lĩnh vực
networking
Loại issue
Lỗi
Độ khó
2/5
Thời gian dự kiến
1-3 giờ
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Khá rõ ràng
Mức phù hợp với người mới
35/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.