A question about "Data Tables"
Hello AllCan someone please help me with the following question.if I have a simple table like the following (see out put at...
View ArticleHow does TrustedHosts work?
Hi, I have two machines a Computer (WinXP) and a Laptop (Win7). I can start a PSSession from the Laptop to the Computer and it works OK. I have so far set the TrustedHosts to...
View ArticlePowershell from ASP.net
Hi,I have to design a Panel on ASP.net as the user come to it there will be a button on which if it click a remote server powershell script will run automatically and revert back result to the ASP.net...
View ArticleDelete All E-Mail older than XX days
I am an absolute noob when it come to powershell but I am trying to improve on thatI manage many office 365 accounts and am looking to perform certain tasks much faster.this week I was asked to log...
View ArticleRemote connecting
I have 2 laptops and are set for workgroup, I can ping each of them from the other one.I am trying to establish a connection I have run Enable-PSRemoting -Force and winrm quickconfig with no error on...
View Articleエルメス Hermes アパレル・シューズなど エルメス/レザージャケット /ブラウン
エルメス Hermes アパレル・シューズなど エルメス/レザージャケット /ブラウン
View Articlehow to block facebook so that it wouldnt be a access by useing ultrasoft too
i want to completely block facebook..it shouldnt be access through ultra soft or other proxy serverhow can i do tat
View ArticleI am new to powershell
Hi, I am new to poweshell, I basically need to learn powershell which can be used for JAMS,So any one can please help me to get book or tutorial to learn powershll related to JAMS. Thanks....
View ArticleGetting MSiSCSI status for discovered targets with WMI
Hello!I've been trying to develop a monitoring script for iSCSI connections in a Hyper-V environment. We are using MSiSCSI Initiator to map LUNs.So far I'm able to retrieve info about connected...
View ArticleGet Network Usage of a Particular Process
Hi I want to get the network usage of a particular process (The bytes sent and Received) .Something which is there in Resource Monitor Under Network Activity.I tried searching for a counter in...
View ArticleHow to execute Hyper-V Powershell Cmdlets command (GET-VM) in Windows Server...
Hi ,How to execute Hyper-V Powershell Cmdlets command (GET-VM) in Windows Server 2012 using VS2010 C#??I have used these code:- private string RunScriptNew(){PowerShell ps;ps = PowerShell.Create();//...
View ArticlePowerShell Remoting outside Domain by IP
Is it possible to remote into a external server outside my domain? (By remote I mean start a PSSession). I am attempting the following:Enter-PSSession -ConnectionUri http://<remote_ip>:5985...
View ArticleBitsTransfer: Transferring a Directory to a Remote Machine
I would be grateful if someone could show me the syntax forBitsTransfer to send a directory to a remote machine. The following is what I have attempted. Import-Module BitsTransfer$username =...
View ArticleGetting UUID
Hi does anyone how to write a script to remote computers UUID?Thanks for the help in advance
View ArticlePS for the HelpDesk/Service Desk
I work for a large enterprise doing 2nd-level support of end-users. I'm sure there's a lot that PS can do to make our jobs easier, but I don't know where to look or start. The vast majority of books,...
View ArticleExporting ouput
Dear All,I have this script which gathers inactive computer objects since last 90 daysHow can I extact this on to a csv file? Not sure what other code will be addedhere's my...
View ArticleExporting User Objects to a CSV file ready for importing again?
Hi All,I am extremely new to powershell but I am working on a script to export user objects from AD - effectively taking a backup of them and then I would like to be able to restore them using csvde or...
View ArticlePowershell Robocopy backup script
a nice little script I wrote last week to backup my files using robocopy.Read more from my blog entry:http://yangtao-blog.spaces.live.com/blog/cns!78150852A51B249C!236.entry Tao
View ArticleBulk add to group and change password w/ QAD
I am trying to bulk add users to a group using QAD and change their password.Is there any reason that the below code shouldn't work?import-csv C:\Scripts\groups.csv | foreach { Add-QADGroupMember...
View Article