Discuss NetApp solutions for Microsoft Private Cloud and the Hyper-V platform, including FlexPod Datacenter, OnCommand Plug-in for Microsoft, and ONTAP PowerShell Toolkit.
Discuss NetApp solutions for Microsoft Private Cloud and the Hyper-V platform, including FlexPod Datacenter, OnCommand Plug-in for Microsoft, and ONTAP PowerShell Toolkit.
Storage is running ONTAP 9.14.1, and Powershell toolkit is 9.16.1.2501. I'm trying to use the ONTAP Powershell toolkit on storage that's connected to AD to set up user quotas. Powershell entered a command to generate a user quota and got an error message PS > $Volume = 'userdata_test' PS > $UserID = '1653409' PS > $VServer = ‘svm1_main' PS > New-NcQuota -Volume $Volume -Qtree "" -QuotaTarget $UserID -QuotaType User -DiskLimit 5GB -VserverContext $VServer New-NcQuota : The term 'New-NcQuota' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. + New-NcQuota -Volume $Volume -Qtree "" -QuotaTarget ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFoundL(New-NcQuota:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException What command should I use to create userquota using Powershell toolkit? Thanks&Regards, Geum
... View more
i'm trying to get all cifs options from a svm via pstk (9.16.1.2501) using option -ZapiCall gives me all the options with values. Without this option there are only some options populated with settings, for most of them i see the value false. studying the help for the command didnt reveal how to do this via rest. Any help is appreciated.
... View more
Deal All, I have installed ONTAP PowerShell Toolkit 9.15.1 to automate health check report. Executing below command does not show used space both for aggregates and volumes get-ncaggr get-ncvol I m using ONTAP version 9.12.x but the ONTAP PowerShell Toolkit is at 9.15.1. m i missing anything ? Appreciate you guidance.
... View more
PowerShell Toolkit 9.16.1を使用するためのシステム要件について確認させてください。 PowerShell Toolkitをインストール予定のWindows2022サーバは現在.NET Framework 4.8が導入されていますが、 システム要件に記載がある.NET Framework 4.7.2 以外は動作しないのでしょうか? NetApp.ONTAP PowerShell ToolkitのインストールURLに下記記載があるのは確認済みとなっております。 https://mysupport.netapp.com/site/tools/tool-eula/ontap-powershell-toolkit Operating System Version Microsoft Windows PowerShell 5.1 or 7.3.4 or later Microsoft .NET Framework .NET Framework 4.7.2 Microsoft Windows 8.1,10, Server 2012 R2, 2016, 2019 ,2022
... View more
Please let me check the system requirements for using PowerShell Toolkit 9.16.1. The Windows 2022 server on which I plan to install the PowerShell Toolkit currently has .NET Framework 4.8 installed. Will it only work with .NET Framework 4.7.2, which is listed in the system requirements? I would like to know if it will work with .NET Framework 4.8. I have confirmed that the installation URL for the NetApp.ONTAP PowerShell Toolkit contains the following information: https://mysupport.netapp.com/site/tools/tool-eula/ontap-powershell-toolkit Operating System Version Microsoft Windows PowerShell 5.1 or 7.3.4 or later Microsoft .NET Framework .NET Framework 4.7.2 Microsoft Windows 8.1, 10, Server 2012 R2, 2016, 2019, 2022 Microsoft Windows 8.1,10, Server 2012 R2, 2016, 2019 ,2022
... View more