Excel 2007 Remove Document Data

While getting ready to send some data to a customer I wanted to be sure any comments or personal data was fully removed.  I was sure Office had a way to pull this office, but, was not quite sure of what it was.  So, I Googled this:
Remove hidden data and personal information from Office documents
In the end it proved to be pretty simple:

  1. Select File > Prepare > Inspect Document.
  2. If the file has been modified since the last time it was saved you will be prompted to save the document before running the Inspection.
  3. After the file has been saved, you will be prompted to check for seven different types of content:
    1. Comments and Annotations
    2. Document Properties and Personal Information
    3. Custom XML Data
    4. Headers and Footers
    5. Hidden Rows and Columns
    6. Hidden Worksheets
    7. Invisible Content
  4. Click Inspect after selecting (or deselecting) any pertinent content simply click the Inspect button. If issues are located, the dialog will prompt you.
  5. You can rerun after opting to remove content and saving.
Read More..

Don Jones Month of Lunches Day 3

Original article located at: http://powershell.com/cs/blogs/donjones/archive/2012/03/05/will-day-3.aspx
As I have worked further into Powershell I have realized: Id be a millionaire if Id gotten a nickel for every time reading the help would have saved me grief.  Though Don calls it a soap box I absolutely 100% agree with section 3.1.  To make it a little shorter and more direct Ill paraphrase Steve Ballmers developer chant, “Read the help! Read the help! Read the help!” Before you hit Google.  Read the help.  Before you hit the forums.  Read the help.  After you hit the forums (and probably have an answer).  Read the help.  I am being redundant to drive home the point: Powershell tells you a lot about itself if you just listen.  So, if you want to know whats up....you know where Im going with this one.
Enough grandstanding there.  Once you get to the point of reading the help there are some things that are important to get past.  The syntax can be a little weird at first.  When I start looking for something I always use Get-Help.  My next step is invariable to use the -Full or -Examples parameters.  If the cmdlet is totally new I study the parameters, parameter sets and the arguments (paying attention to whats required-or mandatory in Powershell parlance).  Next, I look at a few examples. Now, I have to say, I have found a fair share of typos and mismatches in the help.  With version 3 there will be updating help. So, if you find an error, open a Microsoft Connect case on the issue, and, in a few days, if they fix it, run Update-Help.
Like Don pointed out, a quick tip, to help narrow down (or expand) what to search Help for, is to use wildcarding.  If you want to look at all the help for event cmdlets, use Get-Help *event*.  This often returns more information than you can practically use, but, it does help you get an idea of whats out there.  When you do find what you want, instead of having to scroll through the parameters, as I noted above, to find that one thing youre after, you can just look at the syntax.  The brackets around parameters (and arguments) tell you right away whats mandatory and whats not.  This is a good sanity check when you need to verify whether that cmdlet you are about to use does or does not need that one parameter you never seem to remember.
There are five default pieces of information provided on all parameters for a reason: they are important. When you see those five lines--Required?, Position?, Default value, Accept pipeline input? and Accept wildcard input?--pay attention.  After a while you can scan them and answer your own questions at an instantaneous glance.  However, if this is foreign to you, get you head around it now.  It will save you a lot of heart ache.  Stop.  Take a few minutes, and, read through them getting familiar with what they are saying.
One thing I would like to note is the use of Related Links.  These are links (http) or references to other help topics (built-in) that directly relate to the help you are reading.  For instance, Get-Help shows the following for related links: Online Version: http://go.microsoft.com/fwlink/?LinkID=113316, Get-Command, Get-Member, Get-PSDrive, about_Command_Syntax, about_Comment_Based_Help, about_Parameters.  So, if you want to know where to go from wherever you are at these are topics Microsoft recommends you look at next.  Be careful with third-party help.  Sometimes the documentation (read that to mean help) is not very well thought out.  On occasion I may not even be there.
A practical I would offer is to not get caught up in reading all the help.  There are some topics that can be pretty obscure, some that can be pretty rarely used, and, some that can be pretty deep.  In other words, focus your attention on the things you are working on.  There are times this will fail you because it would be great knowing about some buried features earlier on. Hopefully, however, the web and forums will get you in the ballpark and Help will get you home.  But, focusing on something like Trace-Command when you do not know how to use Get-ChildItem is putting the cart before the horse.

Great advice in that last paragraph: Focus on getting the job done. Some folks get so enthralled with chasing down every little nook and cranny in the shell that they forget its a tool for accomplishing things! Focusing on learning what you need, right then, will help move you along bit by bit.
Read More..

Kali Linux Hacking Tutorial 2015 with Kali Linux Installation and Basic Linux Command Line Interface By Jerry Banfield



See how to use Kali Linux for hacking in this 2015 tutorial including Kali Linux installation and basic Linux Command Line Interface (CLI). Get access to the complete hacking course on Udemy at https://jerrybanfield.com/udemy/.

To begin, see how to get Kali Linux setup in a virtual environment which works with Windows and Mac operating systems. You can use this to learn Kali linux as a beginner and get started learning about how to do the basics of ethical hacking with kali linux. See the features of Kali Linux, view a demo here of ethical hacking made easy after you download and dual boot your computer in this complete course.


SHARE BY GK
Computer Knowledge
Read More..

Meet Hopscotch the iOS app teaching kids how to program

Ive blogged before about the growing movement to teach young children how to program. Hopscotch is a new iPad app that lets kids drag and drop blocks of code to create their own programs. Kids can make games, stories, animations, interactive art, apps...if they can imagine it, they can build it with Hopscotch. But the important thing about teaching kids to code is not just that theyll have fun but theyll learn problem solving, critical thinking, and the fundamentals of computer programming. Check Hopscotch out its free and you dont have to be a kid to use it.

from The Universal Machine http://universal-machine.blogspot.com/

IFTTT

Put the internet to work for you.

Turn off or edit this Recipe

Read More..

Largest collection of Google Logos on the web Set 9

Set1 Set2 Set3 Set4 Set5 Set6 Set7 Set8 Set9 Set10

Largest Collection of Google Logos


Google Logos 345Google Logos 346Google Logos 347


Google Logos 348Google Logos 349Google Logos 351



Google Logos 353Google Logos 354Google Logos 355


Google Logos 357Google Logos 360Google Logos 362

Google Logos 363Google Logos 364Google Logos 365


Google Logos 367Google Logos 369Google Logos 371


Google Logos 372Google Logos 374Google Logos 376


Google Logos 378Google Logos 380Google Logos 382


Google Logos 383Google Logos 386Google Logos 387


Google Logos 390Google Logos 391Google Logos 393

Set1 Set2 Set3 Set4 Set5 Set6 Set7 Set8 Set9 Set10
Read More..

Powershell v2 Learn from the Pros Just look in your Windows 7 folders

If you really want to see how to use Powershell like a pro, look at what Microsoft puts on Windows 7 machines.  If you didnt realize it there are a lot of maintenance tasks that have been handed over to those little .ps1 files.  To get a glimpse of what alls down there run this command:
dir C:Windowsdiagnostics -Recurse *.ps1 | select name, directory
My figures show there are 210 scripts down there:
(dir C:Windowsdiagnostics -Recurse *.ps1 | select name, directory).count
210
To get an idea of what all these scripts contain (in terms of functionality) run this to list all the functions contained in those 210 files:
dir C:Windowsdiagnostics -Recurse *.ps1 | Get-Content | ? {$_ -match ^function } | % {$_ -replace function ,} | % {$_ -replace (.+,}
On my machine (Windows 7 Enterprise) I see 318 functions:
(dir C:Windowsdiagnostics -Recurse *.ps1 | Get-Content | ? {$_ -match ^function } | % {$_ -repace function ,} | % {$_ -replace (.+,}).count
318
The fact that the function count and the script count are close just tells me functions are used sparingly.  But, when you look at a few of the scripts you will find that many of them are stored in a single .ps1 file and dot sourced by other scripts.  For example, the script  contains the following code (its short):
# Copyright © 2008, Microsoft Corporation. All rights reserved.
PARAM($RepairName, $RepairText, $HelpTopicLink, $HelpTopicLinkText, $FailResolution)

#Non NDF Help Topic Resolution (defined non-manual so we dont need to prompt the user to see the repair)
#include utility functions
. .UtilityFunctions.ps1

Import-LocalizedData -BindingVariable localizationString -FileName LocalizationData
#the strings come in as raw resource strings, load the actual strings
$repairNameStr = LoadResourceString $RepairName;
$repairTextStr = LoadResourceString $RepairText;
$helpTopicLinkTextStr = LoadResourceString $HelpTopicLinkText

#display the help topic interaction
Get-DiagInput -ID "IT_HelpTopicRepair" -Parameter @{"IT_P_Name"=$repairNameStr; "IT_P_Description"=$repairTextStr; "IT_P_HelpTopicText" = $helpTopicLinkTextStr; "IT_P_HelpTopicLink" = $HelpTopicLink;}
if($FailResolution -eq "TRUE")
{
    throw "Issue not resolved."
}
If you notice, line 7 contains this line
. .UtilityFunctions.ps1
This references a script (UtilityFunctions.ps1) in the same directory so its functions can be used as if they were in the same file.  Popping over to this script, I ran a quick check and found that there are 51 functions in this script:
(dir C:Windowsdiagnosticssystem etworkingutilityfunctions.ps1 | Get-Content | ? {$_ -match ^function } | % {$_ -replace function ,} | % {$_ -replace (.+,}).count
51
So, this gives us a little best practice. Store functions to be used across multiple files in a single .ps1 script and dot source it. This allows easier maintenance, smaller scripts, and, simplified version control.

Looking more closely at specific .ps1 files in these directories it becomes pretty clear that there are some tricks that can be learned from studying these scripts.  For example, you can look in the same directory to check out the file C:WindowsdiagnosticssystemNetworkingUtilityFirewall.ps1.  Within this file, you can see that there is a great example of C# porting Win32 unmanaged code to Powershell with the Add-Type cmdlet.  So, if you want real world examples of how to do that take a glance at this file.  This is just one example of a practical piece of default code anyone with a Windows 7 install can learn from.  There are plenty of others, but, I think now that you might be aware of whats out there, you can go check it out.
Read More..

BBC Micro Bit and history repeats

In 1981 the BBC released the BBC Micro computer. Yes thats right, the British TV and radio company released a micro computer to the pubic as part of its BBC Computer Literacy Project intended to encourage a whole generation to learn to program. I was one who did their first programming on a BBC Micro and I have fond memories of the machine. The BBC didnt just partner with the Acorn Computer Company to design and produce the BBC Micro, they also ran a series of TV shows to introduce the public to the computer and its potential. This is credited with kick-starting the British gaming industry for one. Over thirty years later the BBC is repeating history with the BBC Micro Bit, a pocket-sized computer set to be given to about one million UK-based children in October. Designed by an organisation called Technology Will Save Us the Micro Bit is intended to introduce another generation of Brits to computing. I think this is a great idea.



from The Universal Machine http://universal-machine.blogspot.com/

IFTTT

Put the internet to work for you.

Delete or edit this Recipe

Read More..