Set-WorkingDirectory

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
Advertisement
Tagged with: , , , ,
Posted in Mounting, Uncategorized
2 comments on “Set-WorkingDirectory
  1. […] / mwd Set-WorkingDirectory / swd Unmount-WorkingDirectory / […]

    Like

  2. […] / mwd Set-WorkingDirectory / swd Unmount-WorkingDirectory / […]

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: