For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-OSDCloudWorkspace

Creates resources by using New-OSDCloudWorkspace.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Provides the implementation for New-OSDCloudWorkspace.

Syntax

fromTemplate (Default)

New-OSDCloudWorkspace [[-WorkspacePath] <String>] [-Public] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

fromUsbDrive

New-OSDCloudWorkspace [[-WorkspacePath] <String>] [-fromUsbDrive] [-Public]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

fromIsoUrl

New-OSDCloudWorkspace [[-WorkspacePath] <String>] -fromIsoUrl <String> [-Public]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

fromIsoFile

Parameters

Parameter
Type
Required
Description

-WorkspacePath

String

False

Specifies the value for WorkspacePath.

-fromIsoFile

FileInfo

True

Specifies the value for fromIsoFile.

-fromIsoUrl

String

True

Specifies the value for fromIsoUrl.

-fromUsbDrive

SwitchParameter

True

Indicates whether to enable fromUsbDrive.

-Public

SwitchParameter

False

Indicates whether to enable Public.

Examples

Example

Last updated

Was this helpful?