I should have mentioned that the path I listed was from a 2012 server. I don't know if copying the folder over to a 2008 server would get you what you need or not...
From: listsadmin@lists.myitforum.com [mailto:listsadmin@lists.myitforum.com] On Behalf Of Lemmiksoo, Todd Sent: Wednesday, May 04, 2016 10:10 AM To: 'powersh...@lists.myitforum.com' Subject: [powershell] RE: Server 2008 R2 Thanks Todd Lemmiksoo 225-237-1836 From: listsadmin@lists.myitforum.com<mailto:listsadmin@lists.myitforum.com> [mailto:listsadmin@lists.myitforum.com] On Behalf Of Kelley, Matthew Sent: Wednesday, May 4, 2016 8:53 AM To: powersh...@lists.myitforum.com<mailto:powersh...@lists.myitforum.com> Subject: [powershell] RE: Server 2008 R2 I would try to copy the folder over and see if it works, or just read through the script and see if you can pull out the part you need. C:\Windows\System32\WindowsPowerShell\v1.0\Modules\SmbShare I opened up the cmdlet definition. It is querying this WMI namespace/class: gwmi -Namespace "ROOT/Microsoft/Windows/SMB" -Class msft_smbshare | select * Maybe you can just use that somehow to get what you need? From: listsadmin@lists.myitforum.com<mailto:listsadmin@lists.myitforum.com> [mailto:listsadmin@lists.myitforum.com] On Behalf Of Lemmiksoo, Todd Sent: Wednesday, May 04, 2016 9:38 AM To: powersh...@lists.myitforum.com<mailto:powersh...@lists.myitforum.com> Subject: [powershell] Server 2008 R2 I am trying to run a script the has "Get-SmbShare" in it. Is this command not available on Server 2008 R2. I have upgraded the PowerShell version on the server to ver 5. Todd Lemmiksoo System Engineer 225-237-1836 General Health System IS 8490 Picardy Ave Suite 500B Baton Rouge, LA 70809 Confidentiality Notice: This email and its attachments may contain privileged and confidential information and/or protected health information (PHI) intended solely for the use of the recipient(s) named above. If you are not the recipient, or the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any review, dissemination, distribution, printing or copying of this email message and/or any attachments is strictly prohibited. If you have received this transmission in error, please notify the sender immediately by phone or notify the Compliance Hotline at 1-866-737-4448 and permanently delete this email and any attachments. ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues Confidentiality Notice: This email and its attachments may contain privileged and confidential information and/or protected health information (PHI) intended solely for the use of the recipient(s) named above. If you are not the recipient, or the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any review, dissemination, distribution, printing or copying of this email message and/or any attachments is strictly prohibited. If you have received this transmission in error, please notify the sender immediately by phone or notify the Compliance Hotline at 1-866-737-4448 and permanently delete this email and any attachments. ********************************************************** Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues