Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ After deploying the system, confirm the deployment was without AD (AD-less) and
1. Confirm the node isn't joined to an AD domain by running the following command. If the output shows `WORKGROUP`, the node isn't domain-joined.

```powershell
Get-WmiObject Win32_ComputerSystem.Domain
Get-WmiObject (Win32_ComputerSystem).Domain
```

Here's a sample output:
Expand Down