Get-VmsStorage¶
SYNOPSIS¶
Gets the Storage objects representing the live recording storages on Milestone XProtect recording servers
SYNTAX¶
FromName (Default)¶
FromPath¶
DESCRIPTION¶
Gets the Storage objects representing the live recording storages on Milestone XProtect recording servers
REQUIREMENTS
- Requires VMS connection and will attempt to connect automatically
EXAMPLES¶
EXAMPLE 1¶
Gets all storage configurations on the recording server named 'Recorder 1
EXAMPLE 2¶
Gets all storage configurations on all recording servers where the name begins with 'Local'
EXAMPLE 3¶
Gets the storage configuration associated with the Camera object in the variable $camera
PARAMETERS¶
-ItemPath¶
Specifies the Milestone Configuration API path for the storage configuration. For example, Storage[eef84b4a-1e7a-4f99-ac5f-671ae76d520b] Note: You may pipe a camera object to this cmdlet and the RecordingStorage alias will be used to identify the correct storage configuration
Type: String
Parameter Sets: FromPath
Aliases: RecordingStorage, Path
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Name¶
Specifies the name of the storage configuration to return. Supports wildcards.
Type: String
Parameter Sets: FromName
Aliases:
Required: False
Position: Named
Default value: *
Accept pipeline input: False
Accept wildcard characters: True
-RecordingServer¶
Specifies the Recording Server object from which to return storage configurations
Type: RecordingServer[]
Parameter Sets: FromName
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
CommonParameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.