From bbf560c774ceed31abc0e63b0ba08f15d6bab752 Mon Sep 17 00:00:00 2001 From: Rameshkandula77 <133143308+Rameshkandula77@users.noreply.github.com> Date: Wed, 10 May 2023 21:54:08 +0530 Subject: [PATCH] Update ExportVolumeDetailToCSV.ps1 --- Reporting_and_Chargeback/ExportVolumeDetailToCSV.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Reporting_and_Chargeback/ExportVolumeDetailToCSV.ps1 b/Reporting_and_Chargeback/ExportVolumeDetailToCSV.ps1 index ebb1a4a..bd6be6b 100644 --- a/Reporting_and_Chargeback/ExportVolumeDetailToCSV.ps1 +++ b/Reporting_and_Chargeback/ExportVolumeDetailToCSV.ps1 @@ -1,9 +1,9 @@ #populate NMC hostname and credentials -$hostname = "insertNMChostnameHere" +$hostname = "sclpnuninas5020.ced.corp.cummins.com" #username for AD accounts supports both UPN (user@domain.com) and DOMAIN\\samaccountname formats (two backslashes required ). Nasuni Native user accounts are also supported. -$username = "username" -$password = 'password' +$username = "CED-InfyStorage" +$password = 'NASun!@987^%' #enter the path for the CSV export file $reportFile = "C:\path\to\folder\VolumeInfo.csv"