Azure-Samples / Azure-Samples/TestDeviceRegConnectivity
My important changes
- Lingua principale
- PowerShell
- Stelle
- 35
- Fork
- 14
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
> 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.
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia con lo script PowerShell ed esamina le righe segnalate 45 e 277. Riproduci il problema su Windows 10, quindi verifica che la ricerca richiesta dell’utente corrente e il comportamento del testo del proxy in tedesco funzionino senza errori.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- powershell
- Ambito
- networking
- Tipo di issue
- Bug
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100