Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Reporting_and_Chargeback/ExportVolumeDetailToCSV.ps1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down