Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 359 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 359 Bytes

rsBlobStorage

This module contains tools for retreiving files/content from Cloud File storage containers as part of DSC.

rsGetCloudFiles Packages
{
	Container = "Packages"
	Region = "DFW"
	Credential = $Credentials.User1
	SyncMode = "Directory"
	FilePath = "C:\DevOps\Packages"
	FileName = $null
	MatchSource = $True
	Ensure = "Present"
}