whoami: add Italian translation (#9184)

pull/1/head
Triad 2022-10-25 13:41:26 +02:00 committed by GitHub
parent 13ff9cf575
commit 58e0ed9e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# whoami
> Mostra informazioni riguardo all'utente utilizzato.
> Maggiori informazioni: <https://learn.microsoft.com/windows-server/administration/windows-commands/whoami>.
- Mostra il nome dell'utente corrente:
`whoami`
- Mostra i gruppi di cui l'utente corrente fa parte:
`whoami /groups`
- Mostra i privilegi dell'utente corrente:
`whoami /priv`
- Mostra l'UPN (User Principal Name) dell'utente corrente:
`whoami /upn`
- Mostra l'ID di logon dell'utente corrente:
`whoami /logonid`
- Mostra tutte le informazioni riguardo all'utente corrente:
`whoami /all`