Skip to content

Commit c247f6b

Browse files
authored
Merge pull request #208185 from theJasonHelmick/ps-update
updated Author and Powershell links
2 parents 3f53942 + 5d98eef commit c247f6b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

articles/cloud-shell/cloud-shell-windows-users.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: Azure Cloud Shell for Windows users | Microsoft Docs
33
description: Guide for users who are not familiar with Linux systems
44
services: azure
55
documentationcenter: ''
6-
author: maertendMSFT
6+
author: theJasonHelmick
77
manager: hemantm
88
tags: azure-resource-manager
9-
10-
ms.assetid:
9+
10+
ms.assetid:
1111
ms.service: azure
1212
ms.workload: infrastructure-services
1313
ms.tgt_pltfrm: vm-linux
1414
ms.topic: article
15-
ms.date: 08/03/2018
16-
ms.author: damaerte
15+
ms.date: 08/16/2022
16+
ms.author: jahelmic
1717
---
1818

1919
# PowerShell in Azure Cloud Shell for Windows users
@@ -33,7 +33,7 @@ PowerShell specific experiences, such as `tab-completing` cmdlet names, paramete
3333

3434
Some existing PowerShell aliases have the same names as built-in Linux commands, such as `cat`,`ls`, `sort`, `sleep`, etc.
3535
In PowerShell Core 6, aliases that collide with built-in Linux commands have been removed.
36-
Below are the common aliases that have been removed as well as their equivalent commands:
36+
Below are the common aliases that have been removed as well as their equivalent commands:
3737

3838
|Removed Alias |Equivalent Command |
3939
|---|---|
@@ -63,6 +63,8 @@ mkdir (Split-Path $profile.CurrentUserAllHosts)
6363

6464
Under `$HOME/.config/PowerShell`, you can create your profile files - `profile.ps1` and/or `Microsoft.PowerShell_profile.ps1`.
6565

66-
## What's new in PowerShell Core 6
66+
## What's new in PowerShell
6767

68-
For more information about what is new in PowerShell Core 6, reference the [PowerShell docs](/powershell/scripting/whats-new/what-s-new-in-powershell-70) and the [Getting Started with PowerShell Core](https://blogs.msdn.microsoft.com/powershell/2017/06/09/getting-started-with-powershell-core-on-windows-mac-and-linux/) blog post.
68+
For more information about what is new in PowerShell, reference the
69+
[PowerShell What's New](/powershell/scripting/whats-new/overview) and
70+
[Discover PowerShell](/powershell/scripting/discover-powershell).

0 commit comments

Comments
 (0)