update
This commit is contained in:
@@ -160,6 +160,7 @@ itdvmvc1:
|
|||||||
- "admin"
|
- "admin"
|
||||||
# INC0848221
|
# INC0848221
|
||||||
- "Windows Server 2025 Standard 24H2.6"
|
- "Windows Server 2025 Standard 24H2.6"
|
||||||
|
- "Windows 11 LTSC 2024"
|
||||||
templates:
|
templates:
|
||||||
- "[a-z]*"
|
- "[a-z]*"
|
||||||
itdvmvct1:
|
itdvmvct1:
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
$VMs = Get-VM | Where-Object { $_.ExtensionData.Summary.Config.ManagedBy.Type -ne "placeholderVm" }
|
$VMs = Get-VM -Name "Windows 11 LTSC 2024" | Where-Object { $_.ExtensionData.Summary.Config.ManagedBy.Type -ne "placeholderVm" }
|
||||||
|
|
||||||
$SettingName = @(
|
$SettingName = @(
|
||||||
"tools.setInfo.sizeLimit",
|
"tools.setInfo.sizeLimit",
|
||||||
|
|||||||
Reference in New Issue
Block a user