Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
511 B
PowerShell
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
|
|
|