Skip to content

Commit c6a61cf

Browse files
authored
Update README.md
1 parent 2a47de0 commit c6a61cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Support/ERCS_Logs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ​ERCS_AzureStackLogs​.ps1 #
22

3-
![](https://github.com/AzureStack-Tools/Support/ERCS_Logs/Media/runningERCS.gif?raw=true)
3+
![](https://github.com/Azure/AzureStack-Tools/blob/master/Support/ERCS_Logs/Media/runningERCS.gif?raw=true)
44

55
Built to be run on the HLH or DVM from an administrative powershell session the script uses seven methods to find the privileged endpoint virtual machines. The script connects to selected privileged endpoint and runs Get-AzureStackLog with supplied parameters. If no parameters are supplied the script will default to prompting user via GUI for needed parameters.
66

@@ -38,4 +38,4 @@ Specifies parameter to filter log collection. Valid formats are comma separated
3838
Specifies privileged endpoint virtual machine name or IP address to use. Example: AzS-ERCS01 or 192.168.200.255
3939

4040
## Example Use ##
41-
.\ERCS_AzureStackLogs.ps1 -FromDate (get-date).AddHours(-4) -ToDate (get-date) -FilterByRole VirtualMachines,BareMetal -ErcsName AzS-ERCS01
41+
.\ERCS_AzureStackLogs.ps1 -FromDate (get-date).AddHours(-4) -ToDate (get-date) -FilterByRole VirtualMachines,BareMetal -ErcsName AzS-ERCS01

0 commit comments

Comments
 (0)