Skip to content

Commit b574f00

Browse files
surfingoldelephantsdwheeler
authored andcommitted
Add note on Windows-only CoreTypes
1 parent 6d6f7bb commit b574f00

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

reference/7.4/Microsoft.PowerShell.Core/About/about_Language_Modes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ get properties, invoke methods, and convert objects to these types.
228228

229229
Allowed types:
230230

231-
- `[adsi]`
232-
- `[adsisearcher]`
231+
- `[adsi]` (Windows-only)
232+
- `[adsisearcher]` (Windows-only)
233233
- `[Alias]`
234234
- `[AllowEmptyCollection]`
235235
- `[AllowEmptyString]`
@@ -316,9 +316,9 @@ Allowed types:
316316
- `[version]`
317317
- `[void]`
318318
- `[WildcardPattern]`
319-
- `[wmi]`
320-
- `[wmiclass]`
321-
- `[wmisearcher]`
319+
- `[wmi]` (Windows-only)
320+
- `[wmiclass]` (Windows-only)
321+
- `[wmisearcher]` (Windows-only)
322322
- `[X500DistinguishedName]`
323323
- `[X509Certificate]`
324324
- `[xml]`

reference/7.5/Microsoft.PowerShell.Core/About/about_Language_Modes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ get properties, invoke methods, and convert objects to these types.
228228

229229
Allowed types:
230230

231-
- `[adsi]`
232-
- `[adsisearcher]`
231+
- `[adsi]` (Windows-only)
232+
- `[adsisearcher]` (Windows-only)
233233
- `[Alias]`
234234
- `[AllowEmptyCollection]`
235235
- `[AllowEmptyString]`
@@ -316,9 +316,9 @@ Allowed types:
316316
- `[version]`
317317
- `[void]`
318318
- `[WildcardPattern]`
319-
- `[wmi]`
320-
- `[wmiclass]`
321-
- `[wmisearcher]`
319+
- `[wmi]` (Windows-only)
320+
- `[wmiclass]` (Windows-only)
321+
- `[wmisearcher]` (Windows-only)
322322
- `[X500DistinguishedName]`
323323
- `[X509Certificate]`
324324
- `[xml]`

reference/7.6/Microsoft.PowerShell.Core/About/about_Language_Modes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ get properties, invoke methods, and convert objects to these types.
228228

229229
Allowed types:
230230

231-
- `[adsi]`
232-
- `[adsisearcher]`
231+
- `[adsi]` (Windows-only)
232+
- `[adsisearcher]` (Windows-only)
233233
- `[Alias]`
234234
- `[AllowEmptyCollection]`
235235
- `[AllowEmptyString]`
@@ -316,9 +316,9 @@ Allowed types:
316316
- `[version]`
317317
- `[void]`
318318
- `[WildcardPattern]`
319-
- `[wmi]`
320-
- `[wmiclass]`
321-
- `[wmisearcher]`
319+
- `[wmi]` (Windows-only)
320+
- `[wmiclass]` (Windows-only)
321+
- `[wmisearcher]` (Windows-only)
322322
- `[X500DistinguishedName]`
323323
- `[X509Certificate]`
324324
- `[xml]`

0 commit comments

Comments
 (0)