< Back

New-WindowsMinimumOperatingSystemObject

Sat Jan 18, 2020 1:45 pm

NAME New-WindowsMinimumOperatingSystemObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.windowsMinimumOperatingSystem" (or one of its derived

types).





SYNTAX

New-WindowsMinimumOperatingSystemObject [-v10_0 <bool>] [-v8_0 <bool>] [-v8_1 <bool>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.windowsMinimumOperatingSystem" (or one of its derived

types).





PARAMETERS

-v8_0 <bool>

The "v8_0" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsMinimumOperatingSystem" type.



Windows version 8.0 or later.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-v8_1 <bool>

The "v8_1" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsMinimumOperatingSystem" type.



Windows version 8.1 or later.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-v10_0 <bool>

The "v10_0" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.windowsMinimumOperatingSystem" type.



Windows version 10.0 or later.



Required? false

Position? named

Default value False

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS