11 lines
		
	
	
		
			240 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			240 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [powershell_rename_host]
 | |
| DEST_KEY = MetaData:Host
 | |
| SOURCE_KEY = MetaData:Source
 | |
| REGEX = PowerShell_transcript\.([^\.]+)\.
 | |
| FORMAT = host::$1
 | |
| 
 | |
| [wef_computername_as_host]
 | |
| DEST_KEY = MetaData:Host
 | |
| REGEX = (?m)ComputerName=(.+)
 | |
| FORMAT = host::$1
 |