ホーム > タグ > Office

Office

Get-QADUser@PowerShell Cmdlets


名前
    Get-QADUser

概要
    Retrieve all users in a domain or container that match the specified condit
    ions. Supported are both Active Directory Doman Services (AD DS) and Active
     Directory Lightweight Directory Services (AD LDS).

構文
    Get-QADUser [[-Identity] <string>] [-Name </string><string>] [-Anr </string><string>] [-LdapF
    ilter </string><string>] [-SearchRoot </string><string>] [-SearchScope <searchscope>] [-PageS
    ize <int32>] [-SizeLimit </int32><int32>] [-WildcardMode <wildcardmode>] [-Attribut
    eScopeQuery <string>] [-IncludeAllProperties] [-ReturnPropertyNamesOnly] [-
    DontUseDefaultIncludedProperties] [-SerializeValues] [-DontConvertValuesToF
    riendlyRepresentation] [-Disabled] [-Enabled] [-Locked] [-City </string><string>] [-
    Company </string><string>] [-Department </string><string>] [-Fax </string><string>] [-FirstName <strin g>] [-HomePhone <string>] [-Initials </string><string>] [-LastName </string><string>] [-Manag
    er </string><string>] [-MobilePhone </string><string>] [-Notes </string><string>] [-Office </string><string>] [
    -Pager </string><string>] [-PhoneNumber </string><string>] [-PostalCode </string><string>] [-PostOffic
    eBox </string><string>] [-SamAccountName </string><string>] [-StateOrProvince </string><string>] [-Str
    eetAddress </string><string>] [-Title </string><string>] [-UserPrincipalName </string><string>] [-WebP
    age </string><string>] [-UserPassword </string><string>] [-ObjectAttributes <object>] [-Descr
    iption <string>] [-DisplayName </string><string>] [-ExcludedProperties </string><string []>] [
    -IncludedProperties </string><string []>] [-DeserializeValues] [-UseDefaultExcludedPr
    operties [<boolean>]] [-UseDefaultExcludedPropertiesExcept <string []>] [-Pr
    oxy] [-Service </string><string>] [-ConnectionAccount </string><string>] [-ConnectionPassword
     <securestring>] [-Credential <pscredential>] [-Connection <arsconnection>]
     [-UseGlobalCatalog] [<commonparameters>]

続きを読む

Popularity: 2% [?]

Management Shell for Active Directoryを使ってみる


Quest Softwareから

PowerShell Cmdlets for Active Directory

というアプリケーションが無償公開されています。このアプリケーションを用いる事により、PowerShell上から簡単にActive Directoryを操作する事が出来るようになります。現時点の最新バージョンは1.07です。

Cmdlet(コマンドレット)とはPowerShell謹製のコマンドの事ですが、独自に追加する事が可能です。

ActiveRoles Management Shell for Active Directory

ActiveRoles Management Shell for Active Directory - Administrator's Guide

をダウンロードします。Administrator’s Guideの方は英語のPDF形式のファイルです。

ActiveRoles Management Shell for Active DirectoryをインストールしたらPowerShell上から

get-command -pssnapin quest*

もしくは

get-command *qad*

と入力すればコマンドレットの一覧を表示させる事が出来ます。ActiveRoles Management Shell for Active Directoryに搭載されているコマンドレットは以下の通りです。

続きを読む

Popularity: 2% [?]

Microsoft Office Personal 2007 アップグレード 特別優待パッケージ



マイクロソフトはMicrosoft Office 2007へのアップグレードパッケージを9980円で4月11日に発売するそうです。Office 2003からリボンUIを取り入れたりかなりの成長を遂げたわけですが、企業で使うアプリケーションとしてはいまいち導入は進んでいないかなと思っています。
個人ユーザ向けにOffice 2007を安く提供することでシェアを獲得出来れば良いですね。

このアップグレードパッケージはOffice2000からのアップグレードも可能なようですので、そろそろOffice 2000をどうにかしたいなんて思ってる場合にはちょうど良いかもしれないです。

続きを読む

Popularity: 2% [?]

VBSでユーザークラス属性の一覧表示@ActiveDirectory



TechNetの記事より。

ActiveDirectoryに格納出来るユーザー クラス属性の一覧が分からなくて検索していたんだけどなかなか見つからず・・・。で、結局TechNetを手動で検索していました、はい。

以下のスクリプトでユーザー クラス属性の一覧が表示できるんだけど、うーん、わけわかんない値がたくさん取得出来ますね・・・・。

文末に取得出来た値を全て貼り付けてあるのでかなりこの文書長いです。

続きを読む

Popularity: 5% [?]

自宅使用プログラムでOfficeを注文してみる



IMGP2401.JPG
企業でMicrosoftライセンスを一括購入する時にソフトウェアアシュアランスという、いわばアプリケーション更新ライセンスを同時に購入するとその特典としてマイクロソフト自宅使用プログラムが付いてきます。

会社で使っているアプリケーションを合法的に家でも使えるようにします。っていうMicrosoftの特典です。ライセンス費用は無料なんですが、メディア代・送料として3150円払わなければなりません。しかもクレジットカード購入しかできません。申込をおこなってから発送まで約一週間程度かかりました。

続きを読む

Popularity: 3% [?]

自宅PCのセキュリティを考える



トレンドマイクロの調査によると98%の人はネット、PCに不安を持っているらしい。
(@ITの記事より)

全ての人がどの部分に不安を持っているのかってのは分からないけれど、海外サイトなんかに行って怪しいファイルを勝手にダウンロードさせられたり、フィッシングサイトに連れて行かれたり。自分の意図しないところで勝手にパソコンになにかやられてるかも!なんて思うとやっぱり不安になりますよね。

他にもいくつか書きたいなと思っている内容はあるんだけども、とりあえず自宅PCのセキュリティについて何回かに分けて書かせていただこうかと思います。と、偉そうな事を言ってみても別に何の権威でもありませんので参考程度に考えていただければと思います。

続きを読む

Popularity: 3% [?]

Home > Tags > Office

Feeds
Meta
Links
NEWS
asahi.com . スラッシュドット・ジャパン .

Return to page top