摘要:
## This Script is used to backup folder/files and delete the old backup files.## Author: Stefanie## Last Update Date: 07/10/2013## Copyright (c) Stefanie, All Rights Received. # Declare datetime for now$now = get-date# Declare today string: "20130101"$today = (get-date -UFormat %Y%m%d)# Lo 阅读全文
摘要:
如果远程报表服务器位于 Windows 防火墙或 Internet 连接防火墙后面,则必须将防火墙配置为允许来自远程计算机的连接。修改防火墙设置有助于避免或解决以下错误:“RPC 服务器不可用。(由 HRESULT 引起的异常: 0x800706BA)”。如何在 Windows 防火墙中启用远程管理使用以下说明可以启用远程管理并修改 Windows 防火墙设置。以本地管理员身份登录要启用远程管理功能的计算机。打开命令行窗口,然后运行以下命令:othernetsh.exe firewall set service type=REMOTEADMIN mode=ENABLE scope=ALL可以指 阅读全文
摘要:
[Notice]All content references from:http://www.sharepointdesignerstepbystep.com/blog/SitePages/SharePoint%20versions.aspxThis postprovides a roughguide toversion information on:Microsoft SharePoint Server 2010 and Microsoft SharePoint Foundation 2010Microsoft Office SharePoint Server 2007 and Window 阅读全文