For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add-RDMUserRepositoryAccess

Sinossi

Aggiunge l'accesso a un repository a un utente

Sintassi

__AllParameterSets

Add-RDMUserRepositoryAccess [-User] <PSUserInfo> [-Repository] <PSRepositoryInfo>
 [-ForcePromptAnswer <DialogResult[]>] [<CommonParameters>]

Descrizione

Aggiunge l'accesso a un repository a un utente

Esempi

PS C:\> Add-RDMUserRepositoryAccess -User $user -Repository $repo;Set-RDMUser $user

Aggiunge l'accesso a un repository a un utente.

Parametri

-ForcePromptAnswer

Switch da usare con cautela. Risponderà automaticamente ai prompt che pongono domande sì/no, sì/no/annulla oppure ok/annulla. In caso di più prompt, è possibile passare più valori a questo parametro. Ecco i valori accettati:

  • Yes: Accetta il prompt. Copre il valore OK e Automatic.

  • No: Rifiuta il prompt sì/no/annulla. "Cancel" è l'opzione di fallback se non è presente l'opzione "No".

  • Cancel: Annulla il prompt sì/no/annulla. "No" è l'opzione di fallback se non è presente l'opzione "Cancel".

-Repository

Repository a cui l'utente otterrà l'accesso

-User

Utente a cui verrà concesso l'accesso a un repository

CommonParameters

Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction e -WarningVariable. Per maggiori informazioni, veda about_CommonParameters.

Input

RemoteDesktopManager.PowerShellModule.PSOutputObject.PSUserInfo

Utente a cui verrà concesso l'accesso a un repository

RemoteDesktopManager.PowerShellModule.PSOutputObject.PSRepositoryInfo

Repository a cui l'utente otterrà l'accesso

Note

Per maggiori informazioni, digiti "Get-Help Add-RDMUserRepositoryAccess -detailed". Per informazioni tecniche, digiti "Get-Help Add-RDMUserRepositoryAccess -full".

Ultimo aggiornamento

È stato utile?