FAST Query Language (FQL) operators are keywords that specify Boolean operations or other constraints to operands. The FQL operator syntax is as follows: [property-spec:]operator(operand [,operand]* [, parameter="value"]*) In the syntax: property-spec is an optional property specification followed by the "in" operator. operator is a keyword that specifies an operation to perform. operand is a term... Continue Reading →
Difference between Audit Logon Events and Audit Account Logon Events
OVERVIEW: Audit Logon Events The Audit logon events policy records all attempts to log on to the local computer, whether by using a domain account or a local account. On DCs, this policy records attempts to access the DC only. The policy does not, for instance, track a user who uses a domain account to... Continue Reading →
OVERVIEW: Audit Logon Events
The Audit logon events policy records all attempts to log on to the local computer, whether by using a domain account or a local account. On DCs, this policy records attempts to access the DC only. The policy does not, for instance, track a user who uses a domain account to log on at a workstation. (In that case, the user isn’t logging on to the DC; the DC is simply authenticating the user.) To track all domain account authentication, you should use Audit account logon events.
OVERVIEW: Audit Logon Events
The Audit logon events policy records all attempts to log on to the local computer, whether by using a domain account or a local account. On DCs, this policy records attempts to access the DC only. The policy does not, for instance, track a user who uses a domain account to log on at a... Continue Reading →
Add Ribbon features to sharepoin
Download the feature from http://spribbonvisibility.codeplex.com/ Project Description This SharePoint 2010 solution allow site administrator to define who can or cannot see the SharePoint ribbon. In few words With this solution you can on each site define if the ribbon is display or not for : Everyone Anonymous user for one or... Continue Reading →
Add features to sharepoin
How to deploy a feature On sharepoin Installation stsadm -o addsolution -filename PATHthe feature name.wsp stsadm -o deploysolution -name the feature name.wsp -allowgacdeployment -immediate Activate the feature named the fuature name on your site collection
query computers in Active directory
##Make Sure to the following commands on AD and Run as administrator ##How to query inactive computers in AD And increase the View limit open CMD then dsquery computer -inactive 8 -limit 400"### How to disable the inactive computers OPen CMD then "dsquery computer -inactive 8 -limit 400| dsmod computer -disabled yes" ###If you need to... Continue Reading →
restore Deleted Objects from Active Directory 2008
get-adobject -Filter{Deleted -eq $true -and ObjectClass -eq "user"} -IncludeDeletedObjects | dsquery user -name "*any name"
How to delete auto cashed Auto complete from outlook 2010
How to delete auto cashed Auto complete from outlook 2010Go to file -------> options Go to mail then under send messages empty Auto-complete List ro remove the check box
Developer dashboard sharepoint 2010
Developer dashboard Make sure to copy the stsadm to under the c:C:>stsadm -o getproperty -pn developer-dashboardC:>Stsadm –o setproperty –pn developer-dashboard –pv ondemandThe you will find a new icon beside the logon name in central adminTo disable the option or enable it Stsadm –o setproperty –pn developer-dashboard –pv Off To display the additional diagnostic information all the... Continue Reading →
Adobe PDF IFilter Indexing with SharePoint 2010
This note explains how to enablePDF indexing using the Adobe IFilter version 9.0 in Microsoft SharePoint 2010. http://support.microsoft.com/kb/2293357 First, install the Adobe PDF 64 bit IFilter version 9 from this location: http://www.adobe.com/support/downloads/detail.jsp?ftpID=4025 Download PDF icon picture from Adobe web site http://www.adobe.com/misc/linking.html name it ex: pdf16.gif and copy to C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\IMAGES\ Add the... Continue Reading →
Title Missing server side dependencies
Title Missing server side dependencies. Explanation [MissingWebPart]WebPart class [8d6034c4-a416-e535-281a-6b714894e1aa] is referenced [1] times inthe database [WSS_Content_Intranet], but is not installed on the current farm.Please install any feature/solution which contains this web part. One or moreweb parts are referenced in the database [WSS_Content_Intranet], but are notinstalled on the current farm. Please install any feature or solution... Continue Reading →
SMTP error, Mails aren’t received and there are mails in the badmail folder
SMTP error var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-30243451-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();Mails aren’t received and there are mails in the badmail folder Download smtpdiag tool; http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=11393SMTPDIAG... Continue Reading →
how to remove service application from sharepoint
How to deleteservice application ------------------------------------#To retrievethe service application that you want to delete, type the following command: $spapp =Get-SPServiceApplication -Name "<Service application displayname>"#delete theselected service application Remove-SPServiceApplication$spapp#To delete theselected service application and also delete the service application databaseRemove-SPServiceApplication$spapp –RemoveData
How to convert hexa to decimal
The errorcode does indeed confirm that at least from the CSE's point of view the drivercan't be downloaded. If you take the last four hexadecimal digits (the firstfour are just indicating the provider), convert that to decimal, then punch itinto the following command, you can see as much:Conversion:0x0BCB = 3019Command: nethelpmsg 3019Output: Thespecified printer driver... Continue Reading →
Enable Audit on SharePoint 2010
You can turn auditing severaldifferent ways, if you have SharePoint Server in my opinion I would audit atthe document level. This would require using content types and placeauditing on them. This will give you the freedom to place differentauditing on different types of documents. You set auditing when youcreate the content type. This is done... Continue Reading →
Event ID: 10016 Source: DistributedCOM, how to know the APPID corresponds to
Event ID: 10016Source: DistributedCOMDescription: The application-specific permission settings donot grant Local Launch permission for the COM Server application with CLSID {24FF4FDC-1D9F-4195-8C79-0DA39248FF48} and APPID {B292921D-AF50-400C-9B75-0C57A7F29BA1} to the user NT AUTHORITYSYSTEM SID(S-1-5-18) from address LocalHost (Using LRPC). This security permission can bemodified using the Component Services administrative tool.APPID{B292921D-AF50-400C-9B75-0C57A7F29BA1} corresponds to the DCOM NAP AgentService, which in turn is part... Continue Reading →
Application Pool error
Application Pool errorGet-SPServiceApplicationPoolRun Add-SPShellAdminAdd-SPShellAdmin [-UserName]Then Get-SPVisioServiceApplicationFor adding access web DBEnable-SPSessionStateService
Databases running in compatibility range, upgrade recommended
Explanation:The following databases have versions that are older than thecurrent SharePoint software, but are within the backwards compatible range: User Profile Service Application_SocialDB_cdd2f43ca1c9467abdd0e58c5e3751e5, Search_Service_CrawlStoreDB_b2dbbbdfbf514a4e96868cec02583d1f, Search_Service_PropertyStoreDB_daf09cfc46fe4e1cb79b403c44d3ff19, SearchAppPropertyDB1, WSS_Content, WSS_Content_Intranet, WSS_Content_MYSITE-2011, Search_Service_Application_DB_fd3133ce2e6f4e46b158a15ce06cada3, Search_Service_DB_aeaf5a1c95db46e1a73f8f8cd9f0221d, Managed Metadata Service_c81e807f1ee3477193467cf2d05c2d9d, User Profile Service Application_ProfileDB_fa386a74a1754112b9baa69d50c816e3, WSS_Logging. Thiscooures when you run new bathces to the Spoint or to the Microsoft Projectserver You canfind... Continue Reading →
AD 2008 Delegation tricks
AD 2008 Delegation Go to active directory users and computers Right click the OU or the Domain the delegate Add the user or group to be delegated The create custom delegate Choose the scope of the task The choose General and property specific make sure to choose the send as and receive as check box... Continue Reading →