Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

Error to Retrieve DB status

$
0
0
Hi All,
Could someone correct the error messages in this PowerShell script used to retrieve DB status.

$isodate=Get-Date -format s
$isodate=$isodate -replace(":","")
$basepath=(Get-Location -PSProvider FileSystem).ProviderPath

Viewing all articles
Browse latest Browse all 467

Trending Articles