Windows 10 netsh rpc command

Microsoft Windows [Version 10.0.19045.3570]
(c) Microsoft Corporation. C:\Windows>netsh rpc ? The following commands are available: Commands in this context: ? - Displays a list of commands. add - Creates an Add list of subnets. delete - Creates a Delete list of subnets. dump - Displays a configuration script. filter - Changes to the `netsh rpc filter' context. help - Displays a list of commands. reset - Resets the selective binding settings to 'none' (listen on all interfaces). show - Displays the selective binding state for each subnet on the system. The following sub-contexts are available: filter To view help for a command, type the command, followed by a space, and then type ?.

Creates an Add list of subnets.

»netsh »rpc »add


C:\Windows>netsh rpc add ?

Usage: add [subnet] [subnet] ...

Remarks: Creates an Add list of subnets.

Example: 

       add 128.238.220 157.59.244.1 

Creates a Delete list of subnets.

»netsh »rpc »delete


C:\Windows>netsh rpc delete ?

Usage: delete [subnet] [[subnet]...] 

Remarks: Creates a delete list of subnets. 

Example: 


       delete 128.238.220 157.59.244.1 

Displays a configuration script.

»netsh »rpc »dump


C:\Windows>netsh rpc dump ?

Usage: dump

Remarks: 
    Creates a script that contains the current configuration.  If saved to a
    file, this script can be used to restore altered configuration settings.

Changes to the `netsh rpc filter' context.

»netsh »rpc »filter


C:\Windows>netsh rpc filter ?

The following commands are available:

Commands in this context:
?              - Displays a list of commands.
add            - Adds configuration entry to a table. 
delete         - Deletes configuration entry from a table. 
dump           - Displays a configuration script.
help           - Displays a list of commands.
show           - Displays information. 

To view help for a command, type the command, followed by a space, and then
 type ?.

Adds configuration entry to a table.

»netsh »rpc »filter »add


C:\Windows>netsh rpc filter add ?

The following commands are available:

Commands in this context:
add condition  - Adds a condition to an existing RPC firewall filter rule. 
add filter     - Adds an RPC firewall filter. 
add rule       - Adds an RPC firewall filter rule. 

Adds a condition to an existing RPC firewall filter rule.

»netsh »rpc »filter »add »condition


C:\Windows>netsh rpc filter add condition ?

Usage: add condition [field=]<string> [matchtype=]<string> [data=]<string> 

Parameters: 

       Tag           Value 
       field       - One of the following values: 
                     For layer = um 
                         if_uuid if_version if_flag dcom_app_id image_name 
                         protocol auth_type auth_level sec_encrypt_alg 
                         sec_key_size remote_user_token local_addr_v4 
                         local_addr_v6 remote_addr_v4 remote_addr_v6 
                         local_port pipe 
                     For layer = epmap 
                         if_uuid if_version protocol auth_type auth_level 
                         sec_encrypt_alg sec_key_size remote_user_token 
                         local_addr_v4 local_addr_v6 remote_addr_v4 
                         remote_addr_v6 local_port pipe 
                     For layer = ep_add 
                         process_with_if_uuid protocol ep_value ep_flags 
                     For layer = proxy_conn 
                         server_name server_port proxy_auth_type 
                         client_token client_cert_key_name client_cert_oid 
                     For layer = proxy_if 
                         if_uuid if_version server_name server_port 
                         proxy_auth_type client_token client_cert_key_length 
                         client_cert_oid 
       matchtype   - One of the following values: 
                     equal 
                     greater 
                     less 
                     greater_or_equal 
                     less_or_equal 
                     range 
                     all_set 
                     any_set 
                     none_set 
       data        - Value associated with the field paramter. 

Remarks: Adds a condition to the RPC firewall rule. 

Examples: 

       add condition field=if_uuid matchtype=equal 
                     data=11111111-1111-1111-1111-111111111111 
       add condition field=protocol matchtype=equal data=ncacn_ip_tcp 

Adds an RPC firewall filter.

»netsh »rpc »filter »add »filter


C:\Windows>netsh rpc filter add filter ?

Usage: add filter 

Remarks: Adds an RPC firewall filter. 
         A rule and one or more conditions must be added 
         before adding a filter. 


Example: 

       add filter 

Adds an RPC firewall filter rule.

»netsh »rpc »filter »add »rule


C:\Windows>netsh rpc filter add rule ?

Usage: add rule [layer=]<string> [actiontype=]<string> [[filterkey=]<string>] 
             [[persistence=]volatile] [[audit=]enable] 

Parameters: 

       Tag           Value 
       layer       - One of the following values: 
                     um 
                     epmap 
                     ep_add 
                     proxy_conn 
                     proxy_if 
       actiontype  - One of the following values: 
                     block 
                     permit 
                     continue 
       persistence - Filter will be persistent. 
                     This is the default. 
       filterkey   - Uuid to uniquely identify the RPC firewall filter. 
       audit       - Enable auditing for this filter 
                     Only permit action type is allowed for audit rules. 
                     Audit rules are not allowed at ep_add layer. 

Remarks: Adds an RPC firewall filter rule. 

Examples: 

       add rule layer=um actiontype=block 
       add rule layer=epmap actiontype=permit 
                filterkey=11111111-1111-1111-1111-111111111111 

Deletes configuration entry from a table.

»netsh »rpc »filter »delete


C:\Windows>netsh rpc filter delete ?

The following commands are available:

Commands in this context:
delete filter  - Deletes RPC firewall filter(s). 
delete rule    - Deletes the RPC firewall filter rule. 

Deletes RPC firewall filter(s).

»netsh »rpc »filter »delete »filter


C:\Windows>netsh rpc filter delete filter ?

Usage: delete filter [filterkey=]<string> 

Parameters: 

       Tag           Value 
       filterkey   - Uuid of the RPC firewall filter to delete. 
                     Use all to delete all RPC firewall filters.  
Remarks: Deletes RPC firewall filter(s). 

Examples: 

       delete filter filterkey=11111111-1111-1111-1111-111111111111 
       delete filter filterkey=all 

Deletes the RPC firewall filter rule.

»netsh »rpc »filter »delete »rule


C:\Windows>netsh rpc filter delete rule ?

Usage: delete rule 

Remarks: Deletes the RPC firewall filter rule. 

Example: 

      delete rule 

Displays a configuration script.

»netsh »rpc »filter »dump


C:\Windows>netsh rpc filter dump ?

Usage: dump

Remarks: 
    Creates a script that contains the current configuration.  If saved to a
    file, this script can be used to restore altered configuration settings.

Displays a list of commands.

»netsh »rpc »filter »help


C:\Windows>netsh rpc filter help ?

Usage: help

Remarks: 
       Displays a list of commands.

Displays information.

»netsh »rpc »filter »show


C:\Windows>netsh rpc filter show ?

The following commands are available:

Commands in this context:
show filter    - Lists all RPC firewall filters. 

Lists all RPC firewall filters.

»netsh »rpc »filter »show »filter


C:\Windows>netsh rpc filter show filter ?

Usage: show filter 

Remarks: Lists all RPC firewall filters. 

Example: 

       show filter 

Displays a list of commands.

»netsh »rpc »help


C:\Windows>netsh rpc help ?

Usage: help

Remarks: 
       Displays a list of commands.

Resets the selective binding settings to 'none' (listen on all interfaces).

»netsh »rpc »reset


C:\Windows>netsh rpc reset ?

Usage: reset 

Remarks: Reset the selective binding settings to 'none' (listen on all interfaces). 

Displays the selective binding state for each subnet on the system.

»netsh »rpc »show


C:\Windows>netsh rpc show ?

Usage: show 

Remarks: Displays the selective binding state for each subnet on the system. 



- cn -/- de -/- en -









Windows-10


... Windows 10 FAQ
... Windows 10 How To


Windows 10 How To


... Windows 11 How To
... Windows 10 FAQ



HTTP: ... console/en/index.htm
0.171
7283

Camera Noise in Screenshot Feature for Windows in Desktop-OK?

Was kann ich mit copy_text_uc und copy_text_lc machen?

Ich habe Windows 11 ohne TPM installieren können, warum?

Install / activate XPS viewer in Windows 11?

Portable use of the process killer under Windows (11, 10, 8.1, 7, ...)!

Has the printer driver been completely removed from Windows 11, 10?



(0)