Skip to content

Commit ea128c9

Browse files
committed
Updated syntax for PS cmdlets.
1 parent 6988f45 commit ea128c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-local/manage/manage-security-post-upgrade.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
8-
ms.date: 02/18/2025
8+
ms.date: 02/19/2025
99
---
1010

1111
# Manage security after upgrading Azure Local
@@ -71,11 +71,11 @@ A new deployment of Azure Local introduces two baselines documents injected by t
7171

7272
### Confirm the status of the security baselines
7373

74-
After rebooting, rerun the cmdlets to confirm the status of the security baselines:
74+
After rebooting, rerun the following cmdlets to confirm the status of security baselines:
7575

7676
```powershell
77-
Get-AzSSecuritySettingsConfiguration
78-
Get-AzSSecuredCoreConfiguration
77+
Get-ASOSConfigSecuredCoreDoc
78+
Get-ASOSConfigSecuritySettingsDoc
7979
```
8080

8181
You get an output for each cmdlet with baseline information.

0 commit comments

Comments
 (0)