Skip to content

Commit e7d74e2

Browse files
committed
2 parents 0b642fa + 089b3e2 commit e7d74e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Hyper-V VM Sync.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ $hypHost = ' ';
3333
$itfBaseURL = 'http://127.0.0.1/itflow'
3434

3535
# ITFlow API Key
36-
$itfAPIKey = 'De5sxSVMjWdS3QX4'
36+
$itfAPIKey = ' '
3737

3838
# ITFlow Client ID (for adding assets)
39-
$itfClientID = '8'
39+
$itfClientID = ' '
4040

4141

4242
$itfReadURL = $itfBaseURL + "/api/v1/assets/read.php?api_key=" + $itfAPIKey
@@ -140,4 +140,4 @@ foreach ($VM in $VMs) {
140140

141141
# Blank line for console output readability
142142
Write-Host
143-
}
143+
}

UniFi AP Sync.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ $unfLogin = $null
4545
$itfBaseURL = 'http://127.0.0.1/itflow'
4646

4747
# ITFlow API Key
48-
$itfAPIKey = 'De5sxSVMjWdS3QX4'
48+
$itfAPIKey = ' '
4949

5050
# ITFlow Client ID (for adding assets)
51-
$itfClientID = '8'
51+
$itfClientID = ' '
5252

5353

5454
$itfReadURL = $itfBaseURL + "/api/v1/assets/read.php?api_key=" + $itfAPIKey
@@ -178,4 +178,4 @@ foreach ($AP in $unfDevices.data) {
178178

179179
# Blank line for console output readability
180180
Write-Host
181-
}
181+
}

0 commit comments

Comments
 (0)