Set-UnityFilesystem

SYNOPSIS

Modifies filesystem parameters.

SYNTAX

Set-UnityFilesystem [-session <Object>] [-ID] <Object[]> [-Name <String>] [-Description <String>]
 [-snapSchedule <String>] [-isSnapSchedulePaused <Boolean>] [-isThinEnabled <String>] [-Size <UInt64>]
 [-hostIOSize <HostIOSizeEnum>] [-isCacheDisabled <Boolean>] [-accessPolicy <AccessPolicyEnum>]
 [-poolFullPolicy <ResourcePoolFullPolicyEnum>] [-tieringPolicy <TieringPolicyEnum>]
 [-isCIFSSyncWritesEnabled <Boolean>] [-isCIFSOpLocksEnabled <Boolean>] [-isCIFSNotifyOnWriteEnabled <Boolean>]
 [-isCIFSNotifyOnAccessEnabled <Boolean>] [-cifsNotifyOnChangeDirDepth <Int32>] [-WhatIf] [-Confirm]

DESCRIPTION

Modifies filesystem parameters. You need to have an active session with the array.

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

Set-UnityFilesystem -Name 'FS01' -Description 'Modified description'

Change the description of the filesystem named FS01

PARAMETERS

-session

Specify an UnitySession Object.

Type: Object
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: ($global:DefaultUnitySession | where-object {$_.IsConnected -eq $true})
Accept pipeline input: False
Accept wildcard characters: False

-ID

SetFilesystem

Type: Object[]
Parameter Sets: (All)
Aliases: 

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-Name

New Name of the filesystem

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Description

Filesystem Description

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-snapSchedule

ID of a protection schedule to apply to the filesystem

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-isSnapSchedulePaused

Is assigned snapshot schedule is paused ? (Default is false)

Type: Boolean
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-isThinEnabled

Indicates whether to enable thin provisioning for file system. Default is $True

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: True
Accept pipeline input: False
Accept wildcard characters: False

-Size

Filesystem Size

Type: UInt64
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-hostIOSize

Typical write I/O size from the host to the file system

Type: HostIOSizeEnum
Parameter Sets: (All)
Aliases: 
Accepted values: General_8K, Exchange2007, Oracle, SQLServer, VMwareHorizon, SAP, General_16K, General_32K, Exchange2010, Exchange2013, SharePoint, General_64K

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-isCacheDisabled

Indicates whether caching is disabled

Type: Boolean
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-accessPolicy

Access policy

Type: AccessPolicyEnum
Parameter Sets: (All)
Aliases: 
Accepted values: Native, Unix, Windows

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-poolFullPolicy

Behavior to follow when pool is full and a write to this filesystem is attempted

Type: ResourcePoolFullPolicyEnum
Parameter Sets: (All)
Aliases: 
Accepted values: Delete_All_Snaps, Fail_Writes

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-tieringPolicy

Filesystem tiering policy

Type: TieringPolicyEnum
Parameter Sets: (All)
Aliases: 
Accepted values: Autotier_High, Autotier, Highest, Lowest, No_Data_Movement, Mixed

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-isCIFSSyncWritesEnabled

Indicates whether the CIFS synchronous writes option is enabled for the file system

Type: Boolean
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-isCIFSOpLocksEnabled

Indicates whether opportunistic file locks are enabled for the file system

Type: Boolean
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-isCIFSNotifyOnWriteEnabled

Indicates whether the system generates a notification when the file system is written to

Type: Boolean
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-isCIFSNotifyOnAccessEnabled

Indicates whether the system generates a notification when a user accesses the file system

Type: Boolean
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-cifsNotifyOnChangeDirDepth

Indicates the lowest directory level to which the enabled notifications apply, if any

Type: Int32
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Indicate that the cmdlet is run only to display the changes that would be made and actually no objects are modified.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

If the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

OUTPUTS

NOTES

Written by Erwan Quelin under MIT licence - https://github.com/equelin/Unity-Powershell/blob/master/LICENSE

https://github.com/equelin/Unity-Powershell