I am attempting to use the FSRM Powershell cmdlets on a 2012 server to configure auto quotas. However I guess I am doing something wrong.
Even though there are built-in templates and I have added the one I want manually and have created an auto quota from it, they do not appear to the cmdlets and the cmdlets keep throwing CimException when I try to use them to create templates and auto quotas.
For example get-fsrmquotatemplate returns nothing and new-fsrmquotatemplate -name mydemo -size 10MB resulst in
new-fsrmquotatemplate : Not foundAt line:1 char:6
+ $res=new-fsrmquotatemplate mydemo -size 10MB
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (MSFT_FSRMQuotaTemplate:Root/Microsoft/...RMQuotaTemplate) [New-fsrmQuot
aTemplate], CimException
+ FullyQualifiedErrorId : HRESULT 0x80041002,New-FsrmQuotaTemplate
Is there something I am supposed to do first to set the system up?