< Back

Import-OMPProfile

Sat Jan 18, 2020 5:42 pm

NAME Import-OMPProfile



SYNOPSIS

Loads a user profile.





SYNTAX

Import-OMPProfile [[-Path] <String>] [<CommonParameters>]





DESCRIPTION

Loads a user profile.





PARAMETERS

-Path <String>

Path to the user module profile settings.



Required? false

Position? 1

Default value $Script:OMPProfileExportFile

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





Author: Zachary Loeber



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



Import-OMPProfile -Path C:\\temp\\.OhMyPsh.profile.json



Loads the profile from C:\\temp\\.OhMyPsh.profile.json into the module settings



RELATED LINKS

https://www.github.com/zloeber/OhMyPsh https://www.github.com/zloeber/OhMyPsh