< Back

Set-OAOServerHardware

Sat Jan 18, 2020 6:02 pm

NAME Set-OAOServerHardware



SYNTAX

Set-OAOServerHardware [-ServerId] <string> [[-Vcore] <int>] [[-CoresPerProcessor] <int>] [[-Ram] <int>]

[<CommonParameters>]





PARAMETERS

-CoresPerProcessor <int>

Number of cores per processor. It is only possible to modify the cores per processor if the server is powered

off. The valid values are 1, a even number and the total amount of cores.



Required? false

Position? 2

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-Ram <int>

RAM memory size. It is only possible to decrease the RAM if the server is powered off. Some operating systems

don't allow to increase the RAM if they are powered on.



Required? false

Position? 3

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-ServerId <string>

Server Id



Required? true

Position? 0

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-Vcore <int>

Total amount of virtual cores. It is only possible to decrease the number of vCore if the server is powered

off. Some operating systems don't allow to increase the CPU if they are powered



Required? false

Position? 1

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

System.String

System.Nullable`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]





OUTPUTS

OneAndOne.POCO.Response.Servers.ServerResponse





ALIASES

None





REMARKS

None