mirror of
				https://github.com/massgravel/Microsoft-Activation-Scripts.git
				synced 2025-10-31 15:16:56 +01:00 
			
		
		
		
	Fix an issue in detecting Office preview licenses in TSforge
This commit is contained in:
		
							parent
							
								
									b75ba72bc5
								
							
						
					
					
						commit
						830755f6b6
					
				| @ -10570,7 +10570,7 @@ function Office-ActID { | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     $filterPreview = $filteredConfigs | Where-Object { $_.ProductDescription -notmatch 'preview' } | ||||
|     $filterPreview = $filteredConfigs | Where-Object { $_.ProductDescription -notmatch 'preview|c2r' } | ||||
| 
 | ||||
|     if ($filterPreview.Count -ne 0) { | ||||
|         $filteredConfigs = $filterPreview | ||||
|  | ||||
| @ -8189,7 +8189,7 @@ function Office-ActID { | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|     $filterPreview = $filteredConfigs | Where-Object { $_.ProductDescription -notmatch 'preview' } | ||||
|     $filterPreview = $filteredConfigs | Where-Object { $_.ProductDescription -notmatch 'preview|c2r' } | ||||
| 
 | ||||
|     if ($filterPreview.Count -ne 0) { | ||||
|         $filteredConfigs = $filterPreview | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user