NAME
Set-WorkingDirectory
SYNOPSIS
Sets location to mounted working directory.
SYNTAX
Set-WorkingDirectory [[-MountName] <String>] [<CommonParameters>]
DESCRIPTION
Sets location to mounted working directory or specified with MountName
PARAMETERS
-MountName <String>
Required? false
Position? 1
Default value $Global:MountName
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 : Sebastian Ziółkowski
Website: ziolkowsky.wordpress.com
GitHub : github.com/ziolkowsky
-------------------------- EXAMPLE 1 --------------------------
PS>Set-WorkingDirectory -MountName TestWorkingDirectory
-------------------------- EXAMPLE 2 --------------------------
PS>Set-WorkingDirectory
Sets already mounted working directory.
RELATED LINKS
https://ziolkowsky.wordpress.com/2022/04/17/set-workingdirectory
https://github.com/ziolkowsky/ShellPowerFramework
0 Comments on “Set-WorkingDirectory”