Created powershell directory and first document (#28173)
This commit is contained in:
committed by
Randell Dawson
parent
000356946b
commit
e9fbe95454
12
guide/english/powershell/powershell-profile/index.md
Normal file
12
guide/english/powershell/powershell-profile/index.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: PowerShell Profile
|
||||
---
|
||||
|
||||
## Purpose
|
||||
The PowerShell profile is a text-based configuration file for pre-session scripts and settings. The profile is an easy way to customize the shell appearance, set a working directory, etc.
|
||||
|
||||
### Example
|
||||
This will change the working directory to 'C:\temp' when a new session is launched.
|
||||
```
|
||||
Set-Location C:\temp
|
||||
```
|
Reference in New Issue
Block a user