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
@@ -106,12 +106,6 @@ Use the following steps to create a device configuration package in PowerShell a
106
106
107
107
Run the following cmdlets in PowerShell:
108
108
109
-
1. Sign in to the device.
110
-
111
-
```azurepowershell
112
-
Set-Login "https://<IP address>" "<Password>"
113
-
```
114
-
115
109
1. Set the `time` object property.
116
110
117
111
```azurepowershell
@@ -195,12 +189,6 @@ This sequence of PowerShell cmdlets signs in to the device, applies device confi
195
189
196
190
Run the following cmdlets in PowerShell:
197
191
198
-
1. Sign in to the device.
199
-
200
-
```azurepowershell
201
-
Set-Login "https://<IP address>" "<Password>"
202
-
```
203
-
204
192
1. Before you run the device configuration operation, ensure that the JSON file uses the `nodeName` of the device to be changed.
205
193
206
194
> [!NOTE]
@@ -258,6 +246,7 @@ Run the following cmdlets in PowerShell:
258
246
```azurepowershell
259
247
Get-DeviceConfiguration | To-json
260
248
```
249
+
261
250
### Configure a two-node device
262
251
263
252
This sequence of PowerShell cmdlets signs in to a two-node device, applies device configuration settings from a JSON file, verifies completion of the operation, and then fetches the new device configuration.
@@ -267,12 +256,6 @@ This sequence of PowerShell cmdlets signs in to a two-node device, applies devic
267
256
268
257
Run the following cmdlets in PowerShell:
269
258
270
-
1. Sign in to the device.
271
-
272
-
```azurepowershell
273
-
Set-Login "https://<IP address>" "<Password>"
274
-
```
275
-
276
259
1. Before you run the device configuration operation, ensure that the JSON file uses the `nodeName` of the device to be changed.
277
260
278
261
> [!NOTE]
@@ -644,12 +627,6 @@ Use the following steps to activate an Azure Stack Edge device. Note that activa
644
627
645
628
1. Retrieve the `ActivationKey` for your device. For detailed steps, see [Create a management resource, and Get the activation key](azure-stack-edge-gpu-deploy-prep.md#create-a-management-resource-for-each-device).
646
629
647
-
1. Sign in to the device.
648
-
649
-
```azurepowershell
650
-
Set-Login "https://<IP address>" "Password"
651
-
```
652
-
653
630
1. Set the `ActivationKey` property.
654
631
655
632
```azurepowershell
@@ -761,12 +738,6 @@ Use the following steps to activate an Azure Stack Edge device. Note that activa
761
738
762
739
Use the following steps to sign in to the device, fetch the status of the `WebProxy` properties, set the `WebProxy` property to “isEnabled = true” and set the `WebProxy` URI, and then fetch the status of the changed `WebProxy` properties. After running the package, verify the new device configuration.
763
740
764
-
1. Sign in to the device.
765
-
766
-
```azurepowershell
767
-
Set-Login "https://<IP address>" "Password"
768
-
```
769
-
770
741
1. Load the device configuration cmdlet.
771
742
772
743
```azurepowershell
@@ -852,12 +823,6 @@ Proactive log collection gathers system health indicators on your Azure Stack Ed
852
823
853
824
Use the following steps to fetch the current setting and then enable or disable proactive logging for your device.
854
825
855
-
1. Sign in to the device.
856
-
857
-
```azurepowershell
858
-
Set-Login "https://<IP address>" "Password"
859
-
```
860
-
861
826
1. Fetch the device configuration.
862
827
863
828
```azurepowershell
@@ -894,12 +859,6 @@ To diagnose and troubleshoot any device errors, you can run the diagnostics test
894
859
895
860
Use the following steps to sign in to the device and run device diagnostics to verify status after you apply a device configuration package.
896
861
897
-
1. Sign in to the device.
898
-
899
-
```azurepowershell
900
-
Set-Login "https://<IP address>" "Password"
901
-
```
902
-
903
862
1. Run device diagnostics.
904
863
905
864
```azurepowershell
@@ -1162,7 +1121,7 @@ You can set either an Azure Consistent Services or a Network File System configu
1162
1121
```azurepowershell
1163
1122
Get-DeviceVip | to-json
1164
1123
```
1165
-
Here is sample output:
1124
+
Here's sample output:
1166
1125
1167
1126
```Output
1168
1127
{
@@ -1192,7 +1151,7 @@ You can set either an Azure Consistent Services or a Network File System configu
0 commit comments