Re: Sharepoint question

2011-02-03 Thread Jon Harris
This the free version or the paid version?

I seem to remember that only the paid allowed or had this type of access but
I have not actually seen the product up and running.

Jon

On Thu, Feb 3, 2011 at 10:30 AM, Oliver Marshall <
oliver.marsh...@g2support.com> wrote:

>  Hi Chaps,
>
>
>
> Marginally off topic I know but does anyone have a Sharepoint 2010 site
> open? Are you able to edit the Home Page of a site and add an RSS Feed web
> part? I can’t see RSS Feed in any of the web part lists but there’s a load
> of blogs and forums that refer to it.
>
>
> Am I missing something?
>
>
>
> Olly
>
> ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
> ~   ~
>
> ---
> To manage subscriptions click here:
> http://lyris.sunbelt-software.com/read/my_forums/
> or send an email to listmana...@lyris.sunbeltsoftware.com
> with the body: unsubscribe ntsysadmin
>

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Sharepoint question

2009-01-15 Thread Troy Meyer
Olly,

I have never done this, but assuming powershell can see that dav UNC, couldn’t 
you just use it to copy files that were newer than say one day?  

Something like:

Get-childitem -path "\\server\folder" | where {$_.lastwritetime -gt 
(get-date).adddays(-1) -and $_.length -ne $null } | copy-item -destination 
"\\SharePointdav\library" 

You could expand that to move those items to a different folder for archiving 
and delete archive folders on a weekly/monthly/quarterly basis assuming you 
didn’t need to store two copies.


-troy



-Original Message-
From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] 
Sent: Thursday, January 15, 2009 6:10 AM
To: NT System Admin Issues
Subject: Sharepoint question

Is there a way to create a workflow or script that will suck in files from a 
folder on the network and store them in a Sharepoint library automatically, say 
once ever hour ?

I want to store scans from our MFPs in Sharepoint. The scan-to-UNC feature of 
the MFPs doesn’t like the webdav unc shares of sharepoint, and the MFPs don’t 
suppose scanning to email from the unit itself. So, I want to setup scanning to 
a folder on a network share, then have an automated script that will move the 
files to sharepoint (prob using \\companyweb\davwwwroot 
 ) but to exclude files that have already been 
copied over (so as not to get an infinite number of previous versions of scans).

Any suggestions? 

Olly

 

--

G2 Support

Online Backups 

 

Email:  oliver.marsh...@g2support.com  

Web:http://www.g2support.com  

 

 

 


 

 


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~   ~