Active Directory (AD) は企業のユーザーやグループ、コンピュータを一元管理する基盤です。その管理方法には大きく分けて GUIツール と PowerShell の2つがあります。では、どちらが重要なのでしょうか?
Microsoft 365 を使い始めた企業・団体でよく耳にする「Microsoft 365 グループ」ですが、Office 365 グループやセキュリティグループなどと混同されがちです。 本記事では、**Microsoft 365 グループの基本機能と、作成・編集・削除の手順(GUI/PowerShell)**を、できる ...
本連載でこれまでに説明したように、OpenSSH経由でWindowsにリモートログインした場合、そこからはGUIアプリケーションを起動できない。しかし、Windows上の仮想環境やWSL2で動作しているUbuntuから、Windows側のGUIアプリケーションを起動したいケースはある。
システム管理者向けのコマンドラインシェル環境「Windows PowerShell」をGUIで管理・実行できる「PowerGUI」v1.0.11.207が、8日に公開された。Windows XP/Server 2003/Vistaに対応するフリーソフトで、現在作者のホームページからダウンロードできる。 「PowerGUI」は、Windowsの ...
PowerShellでディレクトリ(フォルダ)を作成するにはNew-Item(短縮形ni)コマンドレット、ディレクトリを削除するにはRemove-Item(短縮形ri)を使います。 ディレクトリdocsを作成するには、以下のように実行します。 カレントディレクトリ以外のディレクトリ: 例えば D ...
Knowing Windows PowerShell is no longer a bonus for IT professionals who work with Windows Server -- it's a requirement. As Windows PowerShell becomes more prominent, the Windows Server GUI is fading ...
In the first part of this series, I explained that there are occasionally situations in which hard coding a PowerShell interface really isn't an option because the script is almost certainly going to ...
It's been a long time coming, but at its Build 2016 developer conference Microsoft unveiled two tools that finally put the nails in the coffin of the server GUI. And it's about time too. Looking at ...
A lot of people think that PowerShell is simply a command line language. They believe that the only thing PowerShell can do is output text to a boring console screen. Au contraire, my friend! Since ...