PowerShell script exchange
			
		
		
			
				
																			
								Dossing 							 
						Influencer 			
		Posts:  21 				Liked:  3 times  
				Joined:  May 17, 2021 11:40 am 		
		
											Full Name:  Søren Døssing 
																	Location:  Denmark 
												
							
				Contact: 
				
			 
				
		 
		
						
					
																		
							
						
									
						Post 
					 
								by Dossing   »  Jun 24, 2022 7:25 am 
				  this post 
			
			
			
			
			Trying to automate the install of a Virtual Windows Backup Proxy running on VMware.
How can i automate the Network Settings part of adding a Windows server?
I need to change some of the ports and the Data transfer options Port range: 2500 - 3300
 
Code: Select all 
if (Get-VBRServer -Type Local) {
# Add Backup Proxy as Windows Server
    $ProxyServer = Add-VBRWinServer -Name $ProxyServerIP -Credentials $ProxyServerM2MCred -Description $ProxyServerDesc
# Add Backup Proxy as VBRProxy
    Add-VBRViProxy -Server $ProxyServer -Description $ProxyServerDesc -TransportMode HotAdd -EnableFailoverToNBD:$true
}
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								oleg.feoktistov 							 
						Veeam Software 			
		Posts:  2037 				Liked:  682 times  
				Joined:  Sep 25, 2019 10:32 am 		
		
											Full Name:  Oleg Feoktistov 
							
							
				Contact: 
				
			 
				
		 
		
						
					
																		
							
						
									
						Post 
					 
								by oleg.feoktistov   »  Jun 24, 2022 9:37 am 
				  this post 
			
			
			
			
			Hi,
Currently it is not available through Powershell, but you can use 
this rest call   as a workaround.
Thanks,
Oleg
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Dossing 							 
						Influencer 			
		Posts:  21 				Liked:  3 times  
				Joined:  May 17, 2021 11:40 am 		
		
											Full Name:  Søren Døssing 
																	Location:  Denmark 
												
							
				Contact: 
				
			 
				
		 
		
						
					
																		
							
						
									
						Post 
					 
								by Dossing   »  Jun 24, 2022 7:35 pm 
				  this post 
			
			
			
			
			Thanks Oleg, 
 
How do I create a feature request for this in a later version ?
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								oleg.feoktistov 							 
						Veeam Software 			
		Posts:  2037 				Liked:  682 times  
				Joined:  Sep 25, 2019 10:32 am 		
		
											Full Name:  Oleg Feoktistov 
							
							
				Contact: 
				
			 
				
		 
		
						
					
																			
						
									
						Post 
					 
								by oleg.feoktistov   »  Jun 25, 2022 9:26 am 
				  this post 
			
			
			
			
			You just did. Thanks!
			
			
									
						
										
						 
		 
				
		
		 
	 
	
	
	
		
		Users browsing this forum: No registered users and 7 guests