Files
loc_az_hci/infrastructure/storage/export-storage-protocols.ps1
defiQUG c39465c2bd
Some checks failed
Test / test (push) Has been cancelled
Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 09:04:46 -08:00

10 lines
511 B
PowerShell

# Export Storage Protocols (NFS/SMB/iSCSI) for Proxmox/Ubuntu VMs
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "Storage Protocol Export Configuration" -ForegroundColor Cyan
Write-Host "=========================================" -ForegroundColor Cyan
Write-Host "`nConfigure NFS/SMB/iSCSI exports for Proxmox and Ubuntu VMs." -ForegroundColor Yellow
Write-Host "See Windows Server documentation for NFS Server and iSCSI Target Server roles." -ForegroundColor Yellow