We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd74d66 commit 73303d5Copy full SHA for 73303d5
1 file changed
Segment/Segment/Asset Management/Pin Assets To Clusters/Pin-AssetsToClusters.ps1
@@ -1,13 +1,4 @@
1
-<#PSScriptInfo
2
-
3
-SEE .EXAMPLES SECTION FOR USAGE
4
5
-.VERSION 1.0
6
7
-.AUTHOR Thomas Obarowski (https://www.linkedin.com/in/tjobarow/)
8
9
-.TAGS Automation Scripts
10
+<#
11
.SYNOPSIS
12
Manages asset-to-deployment-cluster assignments in Zero Networks Segment.
13
@@ -61,8 +52,14 @@ SEE .EXAMPLES SECTION FOR USAGE
61
52
.EXAMPLE
62
53
.\Pin-AssetsToClusters.ps1 -ApiKey "your-api-key" -CsvPath ".\assets.csv" -DryRun
63
54
Previews what changes would be made without actually applying them.
55
+#>
64
56
57
+<#PSScriptInfo
58
+.VERSION 1.0
59
+.AUTHOR Thomas Obarowski (https://www.linkedin.com/in/tjobarow/)
60
+.TAGS Automation Scripts
65
#>
+
66
#requires -Version 7.0
67
68
[CmdletBinding(DefaultParameterSetName = "ByAssetId")]
0 commit comments