mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-19 00:37:22 +00:00
Fix copy-paste issue
This commit is contained in:
parent
d7053a02f4
commit
e941c17697
@ -86,7 +86,7 @@ $schema = $response.Schema
|
||||
If you want to run complex queries (or multilines queries), save your query in a file and, instead of the first line in the above sample, run the below command:
|
||||
|
||||
```
|
||||
$query = [IO.File]::ReadAllText("C:\myQuery.txt"); # Replace with the path to your file
|
||||
$query = [IO.File]::ReadAllText("C:\myQuery.txt"); # Replace with the path to your file
|
||||
```
|
||||
|
||||
## Work with query results
|
||||
|
Loading…
x
Reference in New Issue
Block a user