# Set-RASFSLogixSettings.md

## NAME

Set-RASFSLogixSettings

## SYNOPSIS

Modifies the FSLogix Features settings.

## SYNTAX

\*\*Set-RASFSLogixSettings \[[InstallerFilePath](#installerfilepath-string) *(string)*] \[[InstallOnlineURL](#installonlineurl-string) *(string)*] \[-[InstallType](#InstallType) {Manually | Online | NetworkDrive | UploadInstall}] \[[NetworkDrivePath](#networkdrivepath-string) *(string)*] \[[Replicate](#replicate-string) *(bool)*] \[[SiteId](#siteid-string) *(uint)*] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Modifies the FSLogix Features settings.

## PARAMETERS

## SiteId (uint)

Site ID from which to modify the FSLogix settings.

If the parameter is omitted, the Licensing Server site ID will be used.

```
        Required?                    false

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## InstallType ([InstallType](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/installtype))

Specifies the 'Install type'.

Possible values: Manually, Online, NetworkDrive, UploadInstall

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## InstallOnlineURL (string)

Specifies the 'Install Online URL Online'.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## NetworkDrivePath (string)

Specifies the 'Network Drive Path'.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## InstallerFilePath (string)

Specifies the 'Installer File Path'.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Replicate (bool)

Enable or disable replication of settings to other sites.

```
        Required?                    false

        Position?                    named

        Default value                

        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 documentation. 
```

## INPUTS

-none-

## OUTPUTS

-none-

## EXAMPLES

\*\*---------- EXAMPLE 1 ----------

Set-RASFSLogixSettings -Replicate $false

Modifies the FSLogix Features Settings.

## RELATED LINKS

* [Get-RASFSLogixSettings](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/get-rasfslogixsettings)
