|
PutOptions = New-Object System.Management.PutOptions > $PutOptions.Type = 2 > > $UserContactGroupDataInstance.Put($PutOptions) > > But, this gives me the following error:
|
|
options = New-Object System.Management.PutOptions; > > $options.Type = [System.Management.PutType]::CreateOnly; > > $newclass = New-Object System.Management.ManagementClass ("root ...
|
|
options = New-Object System.Management.PutOptions; $options.Type = [System.Management.PutType]::CreateOnly; $newclass = New-Object System.Management.ManagementClass ("root\default"
|
|
Specifies options for committing management object changes. ... System.Object System.Management.ManagementOptions System.Management.PutOptions
|
|
... Management.ManagementPat CopyTo ( System.String path ); public System.Management.ManagementPat CopyTo ( System.Management.ManagementPath path, System.Management.PutOptions ...
|
|
... System.String path ); public System.Management.ManagementPath CopyTo ( System.Management.ManagementPath path , System.Management.PutOptions options ); public System.Management ...
|
|
... System.String path ); public System.Management.ManagementPath CopyTo ( System.Management.ManagementPath path , System.Management.PutOptions options ); public System.Management ...
|
|
public System.Management.ManagementPath CopyTo (System.String path, System.Management.PutOptions options) Copies the object to a different location.
|
|
BootFX Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
|