external help file | Module Name | online version | schema |
---|---|---|---|
TsekProfile-help.xml |
TsekProfile |
2.0.0 |
Copy the TsekNet PowerShell profile to the appropriate location, and execute the profile script.
Install-Profile [[-Scope] <String>] [<CommonParameters>]
By default, overwrite the $profile.CurrentUserAllHosts file with the contents of the profile.ps1 file in this directory.
Once the file is copied over, the profile script is executed.
Copy-Profile -Scope AllUsersAllHosts
Overwrite the AllUsersAllHosts PowerShell Profile with the code in .
Name of the PowerShell profile scope to use. See https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_profiles for more information.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: CurrentUserAllHosts
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).