We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b50e6 commit a8f1c1aCopy full SHA for a8f1c1a
articles/virtual-machines/windows/instance-metadata-service.md
@@ -261,7 +261,7 @@ curl -H Metadata:true "http://169.254.169.254/metadata/instance?api-version=2019
261
262
Instance metadata can be retrieved in Windows via the `curl` program:
263
264
-```bash
+```powershell
265
curl -H @{'Metadata'='true'} http://169.254.169.254/metadata/instance?api-version=2019-03-11 | select -ExpandProperty Content
266
```
267
0 commit comments