You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redesigned help to not be misleading about scopename vs cimsession and added a remote server example
I am going to do this against get-smbshare, new-smbshare, set-smbshare, remove-smbshare as needed.
This command retrieves the SMB shares on the computer that have scaled out availability.
128
121
129
-
### Example 6: Get shares that are connected to a specific server
122
+
### Example 6: Get shares that are connected to a local failover cluster file server resource named "Contoso-FS"
130
123
```
131
124
PS C:\>Get-SmbShare -ScopeName "Contoso-FS"
132
125
Name ScopeName Path Description
@@ -137,7 +130,7 @@ VMS1 Contoso-FS I:\VMS
137
130
VMS2 Contoso-FS J:\VMS
138
131
```
139
132
140
-
This command retrieves the SMB shares on the computer that are connected to the SMB server named Contoso-FS.
133
+
This command retrieves the SMB shares on the Windows Server failover cluster that are connected to the clustered file server resource named Contoso-FS.
0 commit comments