New-SCPortACL
Bir bağlantı noktası ACL'si oluşturur.
Syntax
New-SCPortACL
[-UserRole <UserRole>]
[-VMMServer <ServerConnection>]
[-Name] <String>
[-Description <String>]
[-ManagedByNC]
[-Owner <String>]
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Description
New-SCPortACL cmdlet'i Virtual Machine Manager'da (VMM) bir erişim denetimi listesi (ACL) oluşturur.
Örnekler
Örnek 1: Ağ denetleyicisi tarafından yönetilmeyen bir bağlantı noktası ACL'si oluşturma
PS C:\> New-SCPortACL -Name "DemoPortACL" -Description "Port ACL example not managed by network controller"
Komut, ağ denetleyicisi tarafından yönetilmeyen DemPortACL adlı bir bağlantı noktası ACL'sini oluşturur.
Örnek 2: Ağ denetleyicisi tarafından yönetilen bir bağlantı noktası ACL'si oluşturma
PS C:\> New-SCPortACL -Name "DemoACLManagedByNC" -Description "Port ACL example managed by network controller" -ManagedByNC
Komut, ağ denetleyicisi tarafından yönetilen DemoACLManagedByNC adlı bir bağlantı noktası ACL'si oluşturur.
Parametreler
-Description
Bağlantı noktası ACL'sinin açıklamasını belirtir.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-JobVariable
İş ilerleme durumunun izlendiği ve depolandığı bir değişken belirtir.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ManagedByNC
Bağlantı noktası ACL'sinin Ağ Denetleyicisi tarafından yönetilmesi gerektiğini gösterir.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Oluşturulacak bağlantı noktası ACL'sinin adını belirtir.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OnBehalfOfUser
Bir kullanıcı adı belirtir. Bu cmdlet, bu parametrenin belirttiği kullanıcı adına çalışır.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-OnBehalfOfUserRole
Kullanıcı rolünü belirtir. Kullanıcı rolü almak için Get-SCUserRole cmdlet'ini kullanın. Bu cmdlet, bu parametrenin belirttiği kullanıcı rolü adına çalışır.
Type: | UserRole |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Owner
VMM nesnesinin sahibini, geçerli bir etki alanı kullanıcı hesabı biçiminde belirtir.
- Örnek biçim:
-Owner "Contoso\PattiFuller"
- Örnek biçim:
-Owner "PattiFuller@Contoso"
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PROTipID
Bu eylemi tetikleyen Performans ve Kaynak İyileştirme ipucunun (PRO ipucu) kimliğini belirtir. Bu parametre PRO ipuçlarını denetlemenize olanak tanır.
Type: | Guid |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RunAsynchronously
Denetimin komut kabuğuna hemen döndürülmesi için işin zaman uyumsuz olarak çalıştığını gösterir.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-UserRole
Kullanıcı rolünü belirtir.
Type: | UserRole |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VMMServer
BIR VMM sunucu nesnesi belirtir.
Type: | ServerConnection |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |