TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Prashant Kumar
202
8.8k
3.2m
Create zip files using PowerShell Version 2
Apr 21 2017 2:39 PM
Hello All,
Can you please suggest, how to create zip files using PowerShell version 2.
we are trying below fuction but not working for sharepoint 2010, we can not upgrade as well the powershell also:
Function CompresstempLogsFiles($servername){
$source = Get-ChildItem -Path $tempFolder
Add-Type -assembly "system.io.compression.filesystem"
Getting an error called assembly could not found, working fine for PowerShell v5.
Thanks
Reply
Answers (
1
)
How redirect Domain URL using URL Rewrite in IIS,
synchronizing Excel 2013 sheet with SharePoint Lists