Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
PhysicalHostId (string)
The ID of a physical host where desktop VMs will be created.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
PhysicalHostName (string)
The name of a physical host where desktop VMs will be created.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
UseSeperateNetworkInterface (bool)
Use a separate network interface for LAN access.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
Address (string)
The address of the network interface.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
SubnetMask (string)
The subnet mask of the network interface.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
InstanceType (string)
Instance type.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
DeviceName (string)
Device name.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
Volume type.
Possible values: gp2, gp3, io1, io2, standard
Required? false
Position? named
Default value gp2
Accept pipeline input? false
Accept wildcard characters? false
Size (ulong)
Size (GiB).
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
MaximumIOPS (ulong)
Maximum IOPS.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
Throughput (ulong)
Throughput (MB/s).
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
ResourceGroup (string)
Resource group.
Available to VDI/RDS Templates Azure and AVD Templates.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
VMSize (string)
VM size.
Available to VDI/RDS Templates Azure and AVD Templates.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
OS disk type.
Available to VDI/RDS Templates Azure and AVD Templates.
Possible values: StandardHDD, StandardSSD, PremiumSSD
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
VirtualNetworkID (string)
Virtual network ID.
Available to VDI/RDS Templates Azure and AVD Templates.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
VirtualNetworkName (string)
Virtual network name.
Available to VDI/RDS Templates Azure and AVD Templates.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
SubnetID (string)
Subnet ID.
Available to VDI/RDS Templates Azure and AVD Templates.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
SubnetName (string)
Subnet name.
Available to VDI/RDS Templates Azure and AVD Templates.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
Image preparation tool: RASPrep (default) or SysPrep.
Possible values: SysPrep, RASPrep
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
ComputerName (string)
The FQDN or IP address of the target VM.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
OwnerName (string)
A desktop VM owner name (assigned to a VM by RASprep or Sysprep).
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
Organization (string)
Organization name (assigned to a VM by RASprep or Sysprep).
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
Domain (string)
Domain or WorkGroup to join (assigned to a VM by RASprep or Sysprep).
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
DomainPassword (SecureString)
The password of the domain administrator specified in the Administrator
parameter.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
Administrator (string)
The administrator of the domain specified in the JoinDomain parameter.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
AdminPassword (SecureString)
The password of the administrator for the desktop VM (assigned to a VM
by RASprep or Sysprep).
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
DomainOrgUnit (string)
Domain Organization unit
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
DatastoreSource
Possible values: Template, Selection
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
DatastoreIDs (string[])
Datastore IDs.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
InheritDefaultOptimizationSettings (bool)
If true, default Optimization settings will be inherited.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
(CommonParameters)
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters documentation.
INPUTS
OUTPUTS
-none-
EXAMPLES
**---------- EXAMPLE 1 ----------
Set-RASTemplate -ObjType RDSTemplate -Name "My Template" |
Format-List
Modifies the RDS Template properties specified by name from the
Licensing Server site.
**---------- EXAMPLE 2 ----------
Set-RASTemplate -ObjType VDITemplate -Id 10
Modifies VDI Template specified by ID from the Licensing Server site.