Skip to content

Commit

Permalink
Merge pull request #26 from PlagueHO/dev
Browse files Browse the repository at this point in the history
Re-releasing 2.4.1.0
  • Loading branch information
PlagueHO authored Oct 8, 2018
2 parents 7ebdd3f + 864b506 commit 8945f61
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will assign an FSRM Auto Quota to the path 'd:\users' using the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This will configure the FSRM Classification settings on this server.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will create a FSRM Single Choice Classification Property called Privacy.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will create a FSRM Yes/No Classification Property called Confidential.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will create a FSRM Classification Property Value called 'Public' assigned to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will create a FSRM Classification Rule called 'Confidential' that
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will create a FSRM File Group called 'Portable Document Files'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will assign an Active FSRM File Screen to the path 'D:\Users'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will assign the 'Block Some Files' file screen template to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will assign an Active FSRM File Screen to the path 'D:\Users'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will assign the 'Block Some Files' file screen template to the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration add a File Screen Exception that Includes 'E-mail Files' to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will create an Active FSRM File Screen Template called 'Block Some Files',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will create an Active FSRM File Screen Template called 'Block Some Files',
Expand Down
1 change: 1 addition & 0 deletions Examples/Resources/FSRMQuota/1-FSRMQuota_Config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will assign an FSRM Quota to the path 'D:\Users', with a Hard Limit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will assign the '100 MB Limit' template to the path 'D:\Users'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will assign an FSRM Quota to the path 'D:\Users', with a Hard Limit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will assign the '100 MB Limit' template to the path 'D:\Users'.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will create a FSRM Quota Template called '5 GB Hard Limit', with a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will create a FSRM Quota Template called '5 GB Hard Limit', with a
Expand Down
1 change: 1 addition & 0 deletions Examples/Resources/FSRMSettings/1-FSRMSettings_Config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#>

#Requires -module FSRMDsc

<#
.DESCRIPTION
This configuration will configure the FSRM Settings on a server.
Expand Down
2 changes: 1 addition & 1 deletion FSRMDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '2.4.0.0'
ModuleVersion = '2.4.1.0'

# ID used to uniquely identify this module
GUID = '5cda5979-ede4-4b49-9f77-2daa6f80eef2'
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ install:
Install-WindowsFeature -Name fs-resource-manager
Restart-Computer -Force
Start-Sleep -s 10
#---------------------------------#
# build configuration #
#---------------------------------#
Expand Down

0 comments on commit 8945f61

Please sign in to comment.