You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[String]$AzSUser=Read-InputBoxDialog-Message "Please enter AzureStack the Admin you use to log into the Administrative portal: `n`n`tUSER@$($envInfo.IdTenantName)"-WindowTitle "Azure Stack Administrative portal user"-DefaultText "SOMEUSER@$($envInfo.IdTenantName)"
Copy file name to clipboardExpand all lines: Support/ERCS_Logs/ERCS_AzureStackLogs.ps1
+65-39
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<#
2
2
.SYNOPSIS
3
-
Built to be run on the HLHor 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.
3
+
Built to be run on the HLH, DVM, or Jumpbox 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.
4
4
.DESCRIPTION
5
5
The script will use one of the below seven methods; Gather requested logs, Transcript, and AzureStackStampInformation.json. The script will also save AzureStackStampInformation.json in %ProgramData% and in created log folder. AzureStackStampInformation.json in %ProgramData% allows future runs to have ERCS IP information populated at beginning of script.
6
6
@@ -45,7 +45,7 @@
45
45
(Get-TimeZone -Name "US Eastern*").id
46
46
"Pacific Standard Time"
47
47
.PARAMETERIncompleteDeployment
48
-
Specifies if Azure Stack Deployment is incomplete (Only for use in ASDK or DVM)
48
+
Specifies if Azure Stack Deployment is incomplete. Only for use in Azure Stack Development Kit deployment or DVM
If (!(Test-Path"$($Env:SystemDrive)\$($incompletedeploymentsharename)")) {$incompletedeploymentfolder=New-Item-Path "$($Env:SystemDrive)\$($incompletedeploymentsharename)"-ItemType directory}
If (!(Test-Path"$($Env:SystemDrive)\$($incompletedeploymentsharename)")) {$incompletedeploymentfolder=New-Item-Path "$($Env:SystemDrive)\$($incompletedeploymentsharename)"-ItemType directory}
Built to be run on the HLHor 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.
5
+
Built to be run on the HLH, DVM, or Jumpbox 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.
6
6
7
7
8
8
The script will use one of the below seven methods; Gather requested logs, Transcript, and AzureStackStampInformation.json. The script will also save AzureStackStampInformation.json in %ProgramData% and in created log folder. AzureStackStampInformation.json in %ProgramData% allows future runs to have ERCS IP information populated at beginning of script.
0 commit comments