Ott CiviC
Updated useful tips and troubleshooting with IT..
September 19, 2012
Turn off "Internet Explorer Enhanced Security Configuration" on Windows 2008 Server or Windows 2003 Server
On Windows Server 2008
1. Go to Server Manager
2. Click the top item in the tree labeled "Server Manager"
3. On the page that appears, go to "Security Information"
4. Look for "Configure IE ESC" on the right and disable the feature
5. Close all Internet Explorer browsers.
6. Open a new browser to attempt the download again.
July 13, 2012
July 6, 2012
public folder in Exchange
- Start ADSI Edit. In the CN=Configuration container, locate
the following container:CN=Services,CN=Microsoft Exchange,CN=ORGANIZATION,CN=Administrative Groups,CN=administrative_group,CN=Folder Hierarchies,CN=Public FoldersNote In this container, ORGANIZATION is the name of the Exchange Server organization and administrative_group is the name of your administrative group.
- Right-click CN=Public Folders, and then click Properties.
- Click the Security tab.
- Make sure that the Allow inheritable permissions from parent to propagate to this object check box is selected.
- Make sure that the Everyone group has the following Allow permissions:
- Create named properties in the information store
- Create public folder
- Create top level public folder
http://support.microsoft.com/kb/313866
June 2, 2012
Access Google App for registration
https://www.google.com/a/cpanel/standard/
Access Email on Google Domain
http://mail.google.com/a/domain.com
https://www.google.com/a/cpanel/standard/
Access Email on Google Domain
http://mail.google.com/a/domain.com
Zyxel CLI save my life
To remove mistake put secureip on remote management.
P-660HW-T> sys server secureip web 0.0.0.0
P-660HW-T> sys server save sys
server: save ok
P-660HW-T> sys server disp
P-660HW-T> sys server secureip web 0.0.0.0
P-660HW-T> sys server save sys
server: save ok
P-660HW-T> sys server disp
Script Create TCP/IP Port printer
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set objNewPort = objWMIService.Get _
("Win32_TCPIPPrinterPort").SpawnInstance_
objNewPort.Name = "IP_10.10.10.113"
objNewPort.Protocol = 1
objNewPort.HostAddress = "10.10.10.113"
objNewPort.PortNumber = "9100"
objNewPort.SNMPEnabled = False
objNewPort.Put_
May 8, 2012
SBS Update code
---------------------------
Windows Small Business Server 2011 Standard Health Alert
---------------------------
An update for Microsoft SharePoint Foundation 2010 was installed on your Small Business Server. You must now complete the installation process by running the PSConfig utility to update the SharePoint databases. If you do not run PSConfig, some features of the server may not function correctly. For information about how to run PSConfig, see Knowledge Base article 2580174 at http://go.microsoft.com/fwlink/?LinkId=226610. If you have already run PSConfig, you can ignore this message.
---------------------------
OK
---------------------------
Solution:
1. Open an Administrative command prompt.
2. Change directory to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN
3. Run .\PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
Back to the top
Suggestion [3,General]: The command PSConfig.exe was not found, but does exist in the current location. Windows PowerShe
ll doesn't load commands from the current location by default. If you trust this command, instead type ".\PSConfig.exe".
See "get-help about_Command_Precedence" for more details.
PS C:\program files\common files\Microsoft Shared\Web Server Extensions\14\BIN> .\PSConfig.exe -cmd upgrade -inplace b2b
-force -cmd applicationcontent -install -cmd installfeatures
SharePoint Products Configuration Wizard version 14.0.6009.1000. Copyright (C) Microsoft Corporation 2010. All rights re
served.
Performing configuration task 1 of 6
Initializing SharePoint Products upgrade...
Waiting to get a lock to upgrade the farm.
Successfully initialized SharePoint Products upgrade.
Performing configuration task 2 of 6
Initiating the upgrade sequence...
Successfully initiated the upgrade sequence.
Performing configuration task 3 of 6
Registering SharePoint features...
Successfully installed feature C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Template\Features
\ReportServerStapling\Feature.xml.
Successfully registered SharePoint features.
Performing configuration task 4 of 6
Installing the application content files...
Installing the SharePoint Central Administration Web Application content files...
Installing the SharePoint Web Application content files...
Successfully installed the application content files.
Performing configuration task 5 of 6
Upgrading SharePoint Products...
0.00%
Subscribe to:
Posts (Atom)